From 727498350ee97618f5a23f93addaef43e7d950af Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 7 Mar 2015 23:42:46 -0500 Subject: Massive fixes. Adding the rest of the code. --- src/cal/Makefile.am | 2 +- src/cal/Makefile.in | 2 +- src/cal/geom/Makefile.am | 4 + src/cal/geom/Makefile.in | 655 ++++ src/cal/get_tle/GetTLE.class | Bin 2897 -> 0 bytes src/cal/get_tle/GetTLE.class.in | Bin 0 -> 2897 bytes src/cal/get_tle/GetTLE.java | 110 - src/cal/get_tle/GetTLE.java.in | 110 + src/cal/get_tle/Makefile.am | 86 + src/cal/get_tle/Makefile.in | 600 ++++ src/cal/get_tle/add_tle.pl | 182 - src/cal/get_tle/add_tle.pl.in | 182 + src/cal/get_tle/check_tle.pl | 100 - src/cal/get_tle/check_tle.pl.in | 100 + src/cal/get_tle/get_tle.pl | 148 - src/cal/get_tle/get_tle.pl.OIG | 148 - src/cal/get_tle/get_tle.pl.in | 148 + src/cal/get_tle/get_tle.pl.orig | 144 - src/cal/get_tle/get_tle.pl.space-track | 148 - src/cal/get_tle/get_tle.pl.space-track.in | 148 + src/cal/get_tle/make_cvzramtool.pl | 215 -- src/cal/get_tle/make_cvzramtool.pl.in | 215 ++ src/cal/get_tle/make_orbit.pl | 233 -- src/cal/get_tle/make_orbit.pl.in | 233 ++ src/cal/get_tle/test_get_tle.pl | 148 - src/cal/get_tle/test_get_tle.pl.in | 148 + src/cal/get_tle/test_tle.csh | 0 src/cal/get_tle/tmp/FUSE.OLD | 5205 ----------------------------- src/cal/get_tle/tmp/FUSE.TLE | 5205 ----------------------------- src/cal/get_tle/tmp/FUSE.TLE.NEW | 15 - src/cal/get_tle/tmp/FUSE.TLE.awf | 4419 ------------------------ src/cal/get_tle/tmp/FUSE.TLE.kruk | 4578 ------------------------- src/cal/get_tle/tmp/add_tle.pl | 182 - src/cal/get_tle/tmp/check_tle.pl | 100 - src/cal/get_tle/tmp/five.tle.orig | 17 - src/cal/get_tle/tmp/get_tle.logfile | 122 - src/cal/get_tle/tmp/get_tle.pl | 148 - src/cal/get_tle/tmp/make_cvzramtool.pl | 215 -- src/cal/get_tle/tmp/make_orbit.pl | 233 -- src/cal/get_tle/tmp/test_get_tle.pl | 148 - src/cal/get_tle/tmp/test_tle.csh | 50 - src/cal/get_tle/tmp/update_tle.csh | 55 - src/cal/get_tle/update_tle.csh | 57 - src/cal/get_tle/update_tle.csh.in | 51 + src/cal/parm/Makefile.am | 4 + src/cal/parm/Makefile.in | 655 ++++ src/cal/saa/Makefile.am | 4 + src/cal/saa/Makefile.in | 654 ++++ src/cal/screen/Makefile.am | 4 + src/cal/screen/Makefile.in | 656 ++++ 50 files changed, 4659 insertions(+), 22327 deletions(-) create mode 100644 src/cal/geom/Makefile.am create mode 100644 src/cal/geom/Makefile.in delete mode 100644 src/cal/get_tle/GetTLE.class create mode 100644 src/cal/get_tle/GetTLE.class.in delete mode 100644 src/cal/get_tle/GetTLE.java create mode 100644 src/cal/get_tle/GetTLE.java.in create mode 100644 src/cal/get_tle/Makefile.am create mode 100644 src/cal/get_tle/Makefile.in delete mode 100755 src/cal/get_tle/add_tle.pl create mode 100644 src/cal/get_tle/add_tle.pl.in delete mode 100755 src/cal/get_tle/check_tle.pl create mode 100644 src/cal/get_tle/check_tle.pl.in delete mode 100755 src/cal/get_tle/get_tle.pl delete mode 100755 src/cal/get_tle/get_tle.pl.OIG create mode 100644 src/cal/get_tle/get_tle.pl.in delete mode 100755 src/cal/get_tle/get_tle.pl.orig delete mode 100755 src/cal/get_tle/get_tle.pl.space-track create mode 100644 src/cal/get_tle/get_tle.pl.space-track.in delete mode 100755 src/cal/get_tle/make_cvzramtool.pl create mode 100644 src/cal/get_tle/make_cvzramtool.pl.in delete mode 100755 src/cal/get_tle/make_orbit.pl create mode 100644 src/cal/get_tle/make_orbit.pl.in delete mode 100755 src/cal/get_tle/test_get_tle.pl create mode 100644 src/cal/get_tle/test_get_tle.pl.in mode change 100755 => 100644 src/cal/get_tle/test_tle.csh delete mode 100644 src/cal/get_tle/tmp/FUSE.OLD delete mode 100644 src/cal/get_tle/tmp/FUSE.TLE delete mode 100644 src/cal/get_tle/tmp/FUSE.TLE.NEW delete mode 100644 src/cal/get_tle/tmp/FUSE.TLE.awf delete mode 100644 src/cal/get_tle/tmp/FUSE.TLE.kruk delete mode 100755 src/cal/get_tle/tmp/add_tle.pl delete mode 100755 src/cal/get_tle/tmp/check_tle.pl delete mode 100644 src/cal/get_tle/tmp/five.tle.orig delete mode 100644 src/cal/get_tle/tmp/get_tle.logfile delete mode 100755 src/cal/get_tle/tmp/get_tle.pl delete mode 100755 src/cal/get_tle/tmp/make_cvzramtool.pl delete mode 100755 src/cal/get_tle/tmp/make_orbit.pl delete mode 100755 src/cal/get_tle/tmp/test_get_tle.pl delete mode 100755 src/cal/get_tle/tmp/test_tle.csh delete mode 100755 src/cal/get_tle/tmp/update_tle.csh delete mode 100755 src/cal/get_tle/update_tle.csh create mode 100644 src/cal/get_tle/update_tle.csh.in create mode 100644 src/cal/parm/Makefile.am create mode 100644 src/cal/parm/Makefile.in create mode 100644 src/cal/saa/Makefile.am create mode 100644 src/cal/saa/Makefile.in create mode 100644 src/cal/screen/Makefile.am create mode 100644 src/cal/screen/Makefile.in (limited to 'src') diff --git a/src/cal/Makefile.am b/src/cal/Makefile.am index 4144d11..0256e0a 100644 --- a/src/cal/Makefile.am +++ b/src/cal/Makefile.am @@ -1 +1 @@ -SUBDIRS = jitter +SUBDIRS = jitter parm saa screen get_tle geom diff --git a/src/cal/Makefile.in b/src/cal/Makefile.in index 7bd0ca3..6993680 100644 --- a/src/cal/Makefile.in +++ b/src/cal/Makefile.in @@ -306,7 +306,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = jitter +SUBDIRS = jitter parm saa screen get_tle geom all: all-recursive .SUFFIXES: diff --git a/src/cal/geom/Makefile.am b/src/cal/geom/Makefile.am new file mode 100644 index 0000000..d58efcf --- /dev/null +++ b/src/cal/geom/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = make_geom_file +make_geom_file_SOURCES = make_geom_file.c +make_geom_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude) +make_geom_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la diff --git a/src/cal/geom/Makefile.in b/src/cal/geom/Makefile.in new file mode 100644 index 0000000..388b480 --- /dev/null +++ b/src/cal/geom/Makefile.in @@ -0,0 +1,655 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +bin_PROGRAMS = make_geom_file$(EXEEXT) +subdir = src/cal/geom +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" +PROGRAMS = $(bin_PROGRAMS) +am_make_geom_file_OBJECTS = make_geom_file-make_geom_file.$(OBJEXT) +make_geom_file_OBJECTS = $(am_make_geom_file_OBJECTS) +am__DEPENDENCIES_1 = +make_geom_file_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(top_srcdir)/src/libcf/libcf.la +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +make_geom_file_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(make_geom_file_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ + $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(make_geom_file_SOURCES) +DIST_SOURCES = $(make_geom_file_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +cfitsio_CFLAGS = @cfitsio_CFLAGS@ +cfitsio_LIBS = @cfitsio_LIBS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +make_geom_file_SOURCES = make_geom_file.c +make_geom_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude) +make_geom_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/cal/geom/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/cal/geom/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +make_geom_file$(EXEEXT): $(make_geom_file_OBJECTS) $(make_geom_file_DEPENDENCIES) $(EXTRA_make_geom_file_DEPENDENCIES) + @rm -f make_geom_file$(EXEEXT) + $(AM_V_CCLD)$(make_geom_file_LINK) $(make_geom_file_OBJECTS) $(make_geom_file_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make_geom_file-make_geom_file.Po@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.c.lo: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +make_geom_file-make_geom_file.o: make_geom_file.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_geom_file_CFLAGS) $(CFLAGS) -MT make_geom_file-make_geom_file.o -MD -MP -MF $(DEPDIR)/make_geom_file-make_geom_file.Tpo -c -o make_geom_file-make_geom_file.o `test -f 'make_geom_file.c' || echo '$(srcdir)/'`make_geom_file.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/make_geom_file-make_geom_file.Tpo $(DEPDIR)/make_geom_file-make_geom_file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='make_geom_file.c' object='make_geom_file-make_geom_file.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_geom_file_CFLAGS) $(CFLAGS) -c -o make_geom_file-make_geom_file.o `test -f 'make_geom_file.c' || echo '$(srcdir)/'`make_geom_file.c + +make_geom_file-make_geom_file.obj: make_geom_file.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_geom_file_CFLAGS) $(CFLAGS) -MT make_geom_file-make_geom_file.obj -MD -MP -MF $(DEPDIR)/make_geom_file-make_geom_file.Tpo -c -o make_geom_file-make_geom_file.obj `if test -f 'make_geom_file.c'; then $(CYGPATH_W) 'make_geom_file.c'; else $(CYGPATH_W) '$(srcdir)/make_geom_file.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/make_geom_file-make_geom_file.Tpo $(DEPDIR)/make_geom_file-make_geom_file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='make_geom_file.c' object='make_geom_file-make_geom_file.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_geom_file_CFLAGS) $(CFLAGS) -c -o make_geom_file-make_geom_file.obj `if test -f 'make_geom_file.c'; then $(CYGPATH_W) 'make_geom_file.c'; else $(CYGPATH_W) '$(srcdir)/make_geom_file.c'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(PROGRAMS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-binPROGRAMS + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/cal/get_tle/GetTLE.class b/src/cal/get_tle/GetTLE.class deleted file mode 100644 index 6d32037..0000000 Binary files a/src/cal/get_tle/GetTLE.class and /dev/null differ diff --git a/src/cal/get_tle/GetTLE.class.in b/src/cal/get_tle/GetTLE.class.in new file mode 100644 index 0000000..6d32037 Binary files /dev/null and b/src/cal/get_tle/GetTLE.class.in differ diff --git a/src/cal/get_tle/GetTLE.java b/src/cal/get_tle/GetTLE.java deleted file mode 100644 index 68e88d3..0000000 --- a/src/cal/get_tle/GetTLE.java +++ /dev/null @@ -1,110 +0,0 @@ -/* - * GetTLE.java - * - * Created on January 16, 2005, 8:34 PM - */ -import java.net.URL; -import java.net.URLConnection; -import java.io.*; - -import java.util.Map; -import java.util.List; -/** - * - * @author fred - */ -public class GetTLE { - - /** Creates a new instance of GetTLE */ - public GetTLE() { - } - - /** - * @param args the command line arguments - */ - static final String host="www.space-track.org"; - static final String loginURL="/perl/login.pl"; - static final String dataURL="/perl/id_query.pl?ids=25791&timeframe=last5&common_name=yes&sort=catnum&descending=yes&ascii=yes&_submit=Submit&_submitted=1"; - static final String username="mromelfanger"; - static final String password="FuseJHU1"; - - static final String outputFile = "/data1/fuse/calfuse/caltemp/five.tle"; - static final String logFile = "/data1/fuse/calfuse/caltemp/get_tle.logfile"; -/* - static final String outputFile = "/caltemp/five.tle"; - static final String logFile = "/caltemp/get_tle.logfile"; -*/ - public static void main(String[] args) { - // TODO code application logic here - try { - /* - * Open the login url and get the session cookie back. - */ - PrintWriter log = new PrintWriter(new OutputStreamWriter(new FileOutputStream(logFile))); - PrintWriter out = new PrintWriter(new OutputStreamWriter(new FileOutputStream(outputFile))); - - URL u = new URL("http://"+host+loginURL+"?username="+username+"&password="+password+"&_submitted=1&_submit=Submit"); - - URLConnection c = u.openConnection(); - Map m = c.getHeaderFields(); - List l = (List) m.get("Set-Cookie"); - String session = null; - for(int i=0;i!=l.size();i++) { - String s = (String) l.get(i); - if(s.startsWith("spacetrack_session=")) { - int end = s.indexOf(";"); - if(end < 0) - end = s.length(); - session = s.substring(0, end); - break; - } - } - InputStream is = c.getInputStream(); - BufferedReader br = new BufferedReader(new InputStreamReader(is)); - String s; - while((s = br.readLine()) != null) - log.println(s); - is.close(); - - if(session == null) { - out.println("Could not get session id"); - System.exit(1); - } - - /* - * Use the session cookie to query for the fuse data. - */ - - u = new URL("http://"+host+dataURL); - c = u.openConnection(); - c.setRequestProperty("Cookie", session); - is = c.getInputStream(); - br = new BufferedReader(new InputStreamReader(is)); - /* - * Read each line and keep what is between the pre's, add an extra - * line at the end. - */ - boolean collect = false; - out.println(); - while((s = br.readLine()) != null) { - log.println(s); - if(s.startsWith("
")) {
-/*                    br.readLine(); */
-                    collect = true;
-                } else if(s.startsWith("
")) { - break; - } else if(collect) { - out.println(s); - } - } - out.println(); - br.close(); - is.close(); - out.close(); - log.close(); - - } catch (Throwable e) { - e.printStackTrace(); - } - } -} diff --git a/src/cal/get_tle/GetTLE.java.in b/src/cal/get_tle/GetTLE.java.in new file mode 100644 index 0000000..68e88d3 --- /dev/null +++ b/src/cal/get_tle/GetTLE.java.in @@ -0,0 +1,110 @@ +/* + * GetTLE.java + * + * Created on January 16, 2005, 8:34 PM + */ +import java.net.URL; +import java.net.URLConnection; +import java.io.*; + +import java.util.Map; +import java.util.List; +/** + * + * @author fred + */ +public class GetTLE { + + /** Creates a new instance of GetTLE */ + public GetTLE() { + } + + /** + * @param args the command line arguments + */ + static final String host="www.space-track.org"; + static final String loginURL="/perl/login.pl"; + static final String dataURL="/perl/id_query.pl?ids=25791&timeframe=last5&common_name=yes&sort=catnum&descending=yes&ascii=yes&_submit=Submit&_submitted=1"; + static final String username="mromelfanger"; + static final String password="FuseJHU1"; + + static final String outputFile = "/data1/fuse/calfuse/caltemp/five.tle"; + static final String logFile = "/data1/fuse/calfuse/caltemp/get_tle.logfile"; +/* + static final String outputFile = "/caltemp/five.tle"; + static final String logFile = "/caltemp/get_tle.logfile"; +*/ + public static void main(String[] args) { + // TODO code application logic here + try { + /* + * Open the login url and get the session cookie back. + */ + PrintWriter log = new PrintWriter(new OutputStreamWriter(new FileOutputStream(logFile))); + PrintWriter out = new PrintWriter(new OutputStreamWriter(new FileOutputStream(outputFile))); + + URL u = new URL("http://"+host+loginURL+"?username="+username+"&password="+password+"&_submitted=1&_submit=Submit"); + + URLConnection c = u.openConnection(); + Map m = c.getHeaderFields(); + List l = (List) m.get("Set-Cookie"); + String session = null; + for(int i=0;i!=l.size();i++) { + String s = (String) l.get(i); + if(s.startsWith("spacetrack_session=")) { + int end = s.indexOf(";"); + if(end < 0) + end = s.length(); + session = s.substring(0, end); + break; + } + } + InputStream is = c.getInputStream(); + BufferedReader br = new BufferedReader(new InputStreamReader(is)); + String s; + while((s = br.readLine()) != null) + log.println(s); + is.close(); + + if(session == null) { + out.println("Could not get session id"); + System.exit(1); + } + + /* + * Use the session cookie to query for the fuse data. + */ + + u = new URL("http://"+host+dataURL); + c = u.openConnection(); + c.setRequestProperty("Cookie", session); + is = c.getInputStream(); + br = new BufferedReader(new InputStreamReader(is)); + /* + * Read each line and keep what is between the pre's, add an extra + * line at the end. + */ + boolean collect = false; + out.println(); + while((s = br.readLine()) != null) { + log.println(s); + if(s.startsWith("
")) {
+/*                    br.readLine(); */
+                    collect = true;
+                } else if(s.startsWith("
")) { + break; + } else if(collect) { + out.println(s); + } + } + out.println(); + br.close(); + is.close(); + out.close(); + log.close(); + + } catch (Throwable e) { + e.printStackTrace(); + } + } +} diff --git a/src/cal/get_tle/Makefile.am b/src/cal/get_tle/Makefile.am new file mode 100644 index 0000000..a2a12ee --- /dev/null +++ b/src/cal/get_tle/Makefile.am @@ -0,0 +1,86 @@ +bin_SCRIPTS = \ + add_tle.pl \ + check_tle.pl \ + get_tle.pl \ + get_tle.pl.space-track \ + make_cvzramtool.pl \ + make_orbit.pl \ + test_get_tle.pl \ + update_tle.csh + +noinst_SCRIPTS = \ + GetTLE.class \ + GetTLE.java + +EXTRA_DIST = \ + GetTLE.class.in \ + GetTLE.java.in \ + add_tle.pl.in \ + check_tle.pl.in \ + get_tle.pl.in \ + get_tle.pl.space-track.in \ + make_cvzramtool.pl.in \ + make_orbit.pl.in \ + test_get_tle.pl.in \ + update_tle.csh.in + +CLEANFILES = \ + GetTLE.class \ + GetTLE.java \ + add_tle.pl \ + check_tle.pl \ + get_tle.pl \ + get_tle.pl.space-track \ + make_cvzramtool.pl \ + make_orbit.pl \ + test_get_tle.pl \ + update_tle.csh + +do_subst = sed -e 's,[@]DATADIR[@],$(pkgdatadir)-$(VERSION),g' \ + -e 's,[@]PREFIX[@],$(prefix),g' \ + -e 's,[@]VERSION[@],$(VERSION),g' + +GetTLE.class: GetTLE.class.in Makefile + $(do_subst) < GetTLE.class.in > GetTLE.class + chmod 644 GetTLE.class + +GetTLE.java: GetTLE.java.in Makefile + $(do_subst) < GetTLE.java.in > GetTLE.java + chmod 644 GetTLE.java + +add_tle.pl: add_tle.pl.in Makefile + $(do_subst) < add_tle.pl.in > add_tle.pl + chmod +x add_tle.pl + +check_tle.pl: check_tle.pl.in Makefile + $(do_subst) < check_tle.pl.in > check_tle.pl + chmod +x check_tle.pl + +get_tle.pl: get_tle.pl.in Makefile + $(do_subst) < get_tle.pl.in > get_tle.pl + chmod +x get_tle.pl + +get_tle.pl.space-track: get_tle.pl.space-track.in Makefile + $(do_subst) < get_tle.pl.space-track.in > get_tle.pl.space-track + chmod +x get_tle.pl.space-track + +make_cvzramtool.pl: make_cvzramtool.pl.in Makefile + $(do_subst) < make_cvzramtool.pl.in > make_cvzramtool.pl + chmod +x make_cvzramtool.pl + +make_orbit.pl: make_orbit.pl.in Makefile + $(do_subst) < make_orbit.pl.in > make_orbit.pl + chmod +x make_orbit.pl + +test_get_tle.pl: test_get_tle.pl.in Makefile + $(do_subst) < test_get_tle.pl.in > test_get_tle.pl + chmod +x test_get_tle.pl + +update_tle.csh: update_tle.csh.in Makefile + $(do_subst) < update_tle.csh.in > update_tle.csh + chmod +x update_tle.csh + +install-data-local: GetTLE.class GetTLE.java + mkdir -p $(DESTDIR)$(pkgdatadir)-$(VERSION)/java + install -D -m 644 GetTLE.class $(DESTDIR)$(pkgdatadir)-$(VERSION)/java + install -D -m 644 GetTLE.java $(DESTDIR)$(pkgdatadir)-$(VERSION)/java diff --git a/src/cal/get_tle/Makefile.in b/src/cal/get_tle/Makefile.in new file mode 100644 index 0000000..4b2a155 --- /dev/null +++ b/src/cal/get_tle/Makefile.in @@ -0,0 +1,600 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = src/cal/get_tle +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/include/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(bindir)" +SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_F77 = @ac_ct_F77@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +cfitsio_CFLAGS = @cfitsio_CFLAGS@ +cfitsio_LIBS = @cfitsio_LIBS@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +bin_SCRIPTS = \ + add_tle.pl \ + check_tle.pl \ + get_tle.pl \ + get_tle.pl.space-track \ + make_cvzramtool.pl \ + make_orbit.pl \ + test_get_tle.pl \ + update_tle.csh + +noinst_SCRIPTS = \ + GetTLE.class \ + GetTLE.java + +EXTRA_DIST = \ + GetTLE.class.in \ + GetTLE.java.in \ + add_tle.pl.in \ + check_tle.pl.in \ + get_tle.pl.in \ + get_tle.pl.space-track.in \ + make_cvzramtool.pl.in \ + make_orbit.pl.in \ + test_get_tle.pl.in \ + update_tle.csh.in + +CLEANFILES = \ + GetTLE.class \ + GetTLE.java \ + add_tle.pl \ + check_tle.pl \ + get_tle.pl \ + get_tle.pl.space-track \ + make_cvzramtool.pl \ + make_orbit.pl \ + test_get_tle.pl \ + update_tle.csh + +do_subst = sed -e 's,[@]DATADIR[@],$(pkgdatadir)-$(VERSION),g' \ + -e 's,[@]PREFIX[@],$(prefix),g' \ + -e 's,[@]VERSION[@],$(VERSION),g' + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/cal/get_tle/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign src/cal/get_tle/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(SCRIPTS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binSCRIPTS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binSCRIPTS + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-binSCRIPTS install-data \ + install-data-am install-data-local install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-binSCRIPTS + +.PRECIOUS: Makefile + + +GetTLE.class: GetTLE.class.in Makefile + $(do_subst) < GetTLE.class.in > GetTLE.class + chmod 644 GetTLE.class + +GetTLE.java: GetTLE.java.in Makefile + $(do_subst) < GetTLE.java.in > GetTLE.java + chmod 644 GetTLE.java + +add_tle.pl: add_tle.pl.in Makefile + $(do_subst) < add_tle.pl.in > add_tle.pl + chmod +x add_tle.pl + +check_tle.pl: check_tle.pl.in Makefile + $(do_subst) < check_tle.pl.in > check_tle.pl + chmod +x check_tle.pl + +get_tle.pl: get_tle.pl.in Makefile + $(do_subst) < get_tle.pl.in > get_tle.pl + chmod +x get_tle.pl + +get_tle.pl.space-track: get_tle.pl.space-track.in Makefile + $(do_subst) < get_tle.pl.space-track.in > get_tle.pl.space-track + chmod +x get_tle.pl.space-track + +make_cvzramtool.pl: make_cvzramtool.pl.in Makefile + $(do_subst) < make_cvzramtool.pl.in > make_cvzramtool.pl + chmod +x make_cvzramtool.pl + +make_orbit.pl: make_orbit.pl.in Makefile + $(do_subst) < make_orbit.pl.in > make_orbit.pl + chmod +x make_orbit.pl + +test_get_tle.pl: test_get_tle.pl.in Makefile + $(do_subst) < test_get_tle.pl.in > test_get_tle.pl + chmod +x test_get_tle.pl + +update_tle.csh: update_tle.csh.in Makefile + $(do_subst) < update_tle.csh.in > update_tle.csh + chmod +x update_tle.csh + +install-data-local: GetTLE.class GetTLE.java + mkdir -p $(DESTDIR)$(pkgdatadir)-$(VERSION)/java + install -D -m 644 GetTLE.class $(DESTDIR)$(pkgdatadir)-$(VERSION)/java + install -D -m 644 GetTLE.java $(DESTDIR)$(pkgdatadir)-$(VERSION)/java + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/cal/get_tle/add_tle.pl b/src/cal/get_tle/add_tle.pl deleted file mode 100755 index feaa1ba..0000000 --- a/src/cal/get_tle/add_tle.pl +++ /dev/null @@ -1,182 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; - -# *************************************************** -# add_tle.pl -# -# This Perl module will read in the latest five orbital elements -# from the file five.tle (which was created by get_tle.pl) and -# add any new orbital elements to the file FUSE.TLE. The file -# FUSE.TLE is in descending order (i.e. the most recent elements -# are first). In order to prepend the new TLE onto the old list -# I found it was easiest to store everything in a temporary file -# TEMP.TLE and rewrite FUSE.TLE. -# -# Author: Ed Murphy -# -# History: Written July 27, 1999 -# -# *************************************************** - -# Define the file names. old_maintle_filename is not actually opened, -# but is used in a system call at the end of the program. - -$input_filename = "/data1/fuse/calfuse/caltemp/five.tle"; -$maintle_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE"; -$old_maintle_filename = "/data1/fuse/calfuse/caltemp/FUSE.OLD"; -$temp_filename = "/data1/fuse/calfuse/caltemp/TEMP.TLE"; - -# Open the files. -open (TLE_INFILE, "<$input_filename") || die "Cannot open $input_filename"; -open (TLE_TEMPFILE, ">$temp_filename") || die "Cannot open $temp_filename"; -open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename"; - -# Read the first two lines from the maintle file to get the date of the -# most recent set of TLEs. Save these lines for later output. - $lineout1 = ; - $lineout2 = ; - $last_date = substr($lineout2,18,14); - -# get rid of the blank line at the beginning of five.tle file - $line = ; - -# Cycle through the five.tle file and look for files more recent than -# last_date. - while ($line1 = ) { - $sat_name = substr($line1,0,4); - $line2 = ; - $line3 = ; - $tle_date = substr($line2,18,14); - $id2 = substr($line2, 2, 5); - $id3 = substr($line3, 2, 5); - # if the TLE is more recent, print it out to the TEMP file. - if (($tle_date > $last_date+0.05) && ($sat_name eq "FUSE") && ($id2 == 25791) && ($id3 == 25791)) { - &check_tle; - print TLE_TEMPFILE $line1; - print TLE_TEMPFILE $line2; - print TLE_TEMPFILE $line3; - # Send this output to screen to make sure TLEs look OK - if ($tle_flag != 0) { - print STDOUT "ERROR: Possible error in TLE:\n"; - } - print STDOUT "The new TLEs are:\n"; - print STDOUT $line1; - print STDOUT $line2; - print STDOUT $line3; - } - - } - -# Now add the MAINTLE file to the end of the TEMPFILE - print TLE_TEMPFILE $lineout1; - print TLE_TEMPFILE $lineout2; - while ($line1 = ) { - print TLE_TEMPFILE $line1; - } - - close (TLE_INFILE); - close (TLE_MAINFILE); - close (TLE_TEMPFILE); - -# Move the MAINFILE into the old_maintle filename -# Move the TEMPFILE to be the MAINFILE -# Remove the five.tle file. - system("mv $maintle_filename $old_maintle_filename"); - system("mv $temp_filename $maintle_filename"); - system("chmod ug+rw $maintle_filename"); - system("chgrp sdp $maintle_filename"); - system("rm -f $input_filename"); - -### end of Perl script - -sub check_tle { - - $tle_flag = 0; - - &parse_lines; - - &calculate_a0; - - &calculate_orbs; - - if (($mean_mot > 14.391) || ($mean_mot < 14.389)) { - $tle_flag = 1; - print STDOUT "Possible error in mean motion $mean_mot \n"; - } - if (($incl > 24.990) || ($incl < 24.975)) { - $tle_flag = 1; - print STDOUT "Possible error in inclination $incl \n"; - } - if (($eccen > 0.00120) || ($eccen < 0.00108)) { - $tle_flag = 1; - print STDOUT "Possible error in eccentricity $eccen \n"; - } - if (($semiax > 7145.0) || ($semiax < 7143.0)) { - $tle_flag = 1; - print STDOUT "Possible error in semi-major axis $semia \n"; - } - if (($apogee > 777.0) || ($apogee < 773.0)) { - $tle_flag = 1; - print STDOUT "Possible error in apogee $apogee \n"; - } - if (($perigee > 760.0) || ($perigee < 756.0)) { - $tle_flag = 1; - print STDOUT "Possible error in perigee $perigee \n"; - } - -} - -sub parse_lines { -$year = substr($line2, 18, 2); -$doy = substr($line2, 20, 3); -$dayfrac = substr($line2, 23, 9); -$epoch = $year.$doy.$dayfrac; -$incl = substr($line3, 9, 8); -$raan = substr($line3, 17,8); -$eccen = substr($line3, 26, 7); -$eccen = "0." . $eccen; -$mean_mot = substr($line3, 52, 11); -$mean_anom = substr($line3, 43, 8); -$arg_perig = substr($line3, 34, 8); - - -if ($year > 50) { - $year += 1900; -} else { - $year += 2000; -} - -$dayfrac = "0".$dayfrac; - -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen) -**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen) -**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; - -} - -sub calculate_orbs { - -$period = 60.0*24.0/($mean_mot/(1+$d0)); -$cax=$eccen*$semiax; -$perigee=$semiax-$cax-6378.1; -$apogee=$semiax+$cax-6378.1; - -} - diff --git a/src/cal/get_tle/add_tle.pl.in b/src/cal/get_tle/add_tle.pl.in new file mode 100644 index 0000000..65664ad --- /dev/null +++ b/src/cal/get_tle/add_tle.pl.in @@ -0,0 +1,182 @@ +#!/usr/bin/env perl +use FileHandle; + +# *************************************************** +# add_tle.pl +# +# This Perl module will read in the latest five orbital elements +# from the file five.tle (which was created by get_tle.pl) and +# add any new orbital elements to the file FUSE.TLE. The file +# FUSE.TLE is in descending order (i.e. the most recent elements +# are first). In order to prepend the new TLE onto the old list +# I found it was easiest to store everything in a temporary file +# TEMP.TLE and rewrite FUSE.TLE. +# +# Author: Ed Murphy +# +# History: Written July 27, 1999 +# +# *************************************************** + +# Define the file names. old_maintle_filename is not actually opened, +# but is used in a system call at the end of the program. + +$input_filename = "/data1/fuse/calfuse/caltemp/five.tle"; +$maintle_filename = "@DATADIR@/calfiles/FUSE.TLE"; +$old_maintle_filename = "/data1/fuse/calfuse/caltemp/FUSE.OLD"; +$temp_filename = "/data1/fuse/calfuse/caltemp/TEMP.TLE"; + +# Open the files. +open (TLE_INFILE, "<$input_filename") || die "Cannot open $input_filename"; +open (TLE_TEMPFILE, ">$temp_filename") || die "Cannot open $temp_filename"; +open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename"; + +# Read the first two lines from the maintle file to get the date of the +# most recent set of TLEs. Save these lines for later output. + $lineout1 = ; + $lineout2 = ; + $last_date = substr($lineout2,18,14); + +# get rid of the blank line at the beginning of five.tle file + $line = ; + +# Cycle through the five.tle file and look for files more recent than +# last_date. + while ($line1 = ) { + $sat_name = substr($line1,0,4); + $line2 = ; + $line3 = ; + $tle_date = substr($line2,18,14); + $id2 = substr($line2, 2, 5); + $id3 = substr($line3, 2, 5); + # if the TLE is more recent, print it out to the TEMP file. + if (($tle_date > $last_date+0.05) && ($sat_name eq "FUSE") && ($id2 == 25791) && ($id3 == 25791)) { + &check_tle; + print TLE_TEMPFILE $line1; + print TLE_TEMPFILE $line2; + print TLE_TEMPFILE $line3; + # Send this output to screen to make sure TLEs look OK + if ($tle_flag != 0) { + print STDOUT "ERROR: Possible error in TLE:\n"; + } + print STDOUT "The new TLEs are:\n"; + print STDOUT $line1; + print STDOUT $line2; + print STDOUT $line3; + } + + } + +# Now add the MAINTLE file to the end of the TEMPFILE + print TLE_TEMPFILE $lineout1; + print TLE_TEMPFILE $lineout2; + while ($line1 = ) { + print TLE_TEMPFILE $line1; + } + + close (TLE_INFILE); + close (TLE_MAINFILE); + close (TLE_TEMPFILE); + +# Move the MAINFILE into the old_maintle filename +# Move the TEMPFILE to be the MAINFILE +# Remove the five.tle file. + system("mv $maintle_filename $old_maintle_filename"); + system("mv $temp_filename $maintle_filename"); + system("chmod ug+rw $maintle_filename"); + system("chgrp sdp $maintle_filename"); + system("rm -f $input_filename"); + +### end of Perl script + +sub check_tle { + + $tle_flag = 0; + + &parse_lines; + + &calculate_a0; + + &calculate_orbs; + + if (($mean_mot > 14.391) || ($mean_mot < 14.389)) { + $tle_flag = 1; + print STDOUT "Possible error in mean motion $mean_mot \n"; + } + if (($incl > 24.990) || ($incl < 24.975)) { + $tle_flag = 1; + print STDOUT "Possible error in inclination $incl \n"; + } + if (($eccen > 0.00120) || ($eccen < 0.00108)) { + $tle_flag = 1; + print STDOUT "Possible error in eccentricity $eccen \n"; + } + if (($semiax > 7145.0) || ($semiax < 7143.0)) { + $tle_flag = 1; + print STDOUT "Possible error in semi-major axis $semia \n"; + } + if (($apogee > 777.0) || ($apogee < 773.0)) { + $tle_flag = 1; + print STDOUT "Possible error in apogee $apogee \n"; + } + if (($perigee > 760.0) || ($perigee < 756.0)) { + $tle_flag = 1; + print STDOUT "Possible error in perigee $perigee \n"; + } + +} + +sub parse_lines { +$year = substr($line2, 18, 2); +$doy = substr($line2, 20, 3); +$dayfrac = substr($line2, 23, 9); +$epoch = $year.$doy.$dayfrac; +$incl = substr($line3, 9, 8); +$raan = substr($line3, 17,8); +$eccen = substr($line3, 26, 7); +$eccen = "0." . $eccen; +$mean_mot = substr($line3, 52, 11); +$mean_anom = substr($line3, 43, 8); +$arg_perig = substr($line3, 34, 8); + + +if ($year > 50) { + $year += 1900; +} else { + $year += 2000; +} + +$dayfrac = "0".$dayfrac; + +} + +sub calculate_a0 { + +$mu = 3.986005E5; +$pi = 3.14159265358979; +$radian = 0.0174532925200; + +$mm=2.0*$pi*$mean_mot/(24.0*60.0); +$ke=0.74366916E-1; +$k2=5.413080E-4; +$a1=($ke/$mm)**(2.0/3.0); +$inrad = $incl * $radian; + +$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen) +**(3.0/2.0)); +$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); +$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen) +**(3.0/2.0)); +$semiax=$a0/(1-$d0)*6378.135; + +} + +sub calculate_orbs { + +$period = 60.0*24.0/($mean_mot/(1+$d0)); +$cax=$eccen*$semiax; +$perigee=$semiax-$cax-6378.1; +$apogee=$semiax+$cax-6378.1; + +} + diff --git a/src/cal/get_tle/check_tle.pl b/src/cal/get_tle/check_tle.pl deleted file mode 100755 index 483692e..0000000 --- a/src/cal/get_tle/check_tle.pl +++ /dev/null @@ -1,100 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; - -# *************************************************** -# add_tle.pl -# -# This Perl module will read in the latest five orbital elements -# from the file five.tle (which was created by get_tle.pl) and -# add any new orbital elements to the file FUSE.TLE. -# -# Author: Ed Murphy -# -# History: Written July 27, 1999 -# -# *************************************************** - -# Define the file names. old_maintle_filename is not actually opened, -# but is used in a system call at the end of the program. - -$maintle_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE"; -$outtle_filename = "check_tle.dat"; - -# Open the files. -open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename"; -open (TLE_OUT, ">$outtle_filename") || die "Cannot open $outtle_filename"; - -# Read the first two lines from the maintle file to get the date of the -# most recent set of TLEs. Save these lines for later output. -while ($line1 = ) { - $line2 = ; - $line3 = ; - - &parse_lines; - - &calculate_a0; - &calculate_orbs; - - printf TLE_OUT "%7.3f %6.2f %6.2f %7.2f %6.2f %7.4f %6.2f %6.2f %8.6f\n",$day, $apogee, $perigee, $semiax, $raan, $incl, $mean_anom, $arg_perig, $eccen; - -} - - close (TLE_MAINFILE); - close (TLE_OUT); - -### end of Perl script - - -sub parse_lines { -$year = substr($line2, 18, 2); -$doy = substr($line2, 20, 3); -$dayfrac = substr($line2, 23, 9); -$day=$doy.$dayfrac; -$epoch = $year.$doy.$dayfrac; -$incl = substr($line3, 9, 8); -$raan = substr($line3, 17,8); -$eccen = substr($line3, 26, 7); -$eccen = "0." . $eccen; -$mean_mot = substr($line3, 52, 11); -$mean_anom = substr($line3, 43, 8); -$arg_perig = substr($line3, 34, 8); - - -if ($year > 50) { - $year += 1900; -} else { - $year += 2000; -} - -$dayfrac = "0".$dayfrac; - -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; - -} - -sub calculate_orbs { - -$period = 60.0*24.0/($mean_mot/(1+$d0)); -$cax=$eccen*$semiax; -$perigee=$semiax-$cax-6378.1; -$apogee=$semiax+$cax-6378.1; - -} - diff --git a/src/cal/get_tle/check_tle.pl.in b/src/cal/get_tle/check_tle.pl.in new file mode 100644 index 0000000..9a3ec3d --- /dev/null +++ b/src/cal/get_tle/check_tle.pl.in @@ -0,0 +1,100 @@ +#!/usr/bin/env perl +use FileHandle; + +# *************************************************** +# add_tle.pl +# +# This Perl module will read in the latest five orbital elements +# from the file five.tle (which was created by get_tle.pl) and +# add any new orbital elements to the file FUSE.TLE. +# +# Author: Ed Murphy +# +# History: Written July 27, 1999 +# +# *************************************************** + +# Define the file names. old_maintle_filename is not actually opened, +# but is used in a system call at the end of the program. + +$maintle_filename = "@DATADIR@/calfiles/FUSE.TLE"; +$outtle_filename = "check_tle.dat"; + +# Open the files. +open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename"; +open (TLE_OUT, ">$outtle_filename") || die "Cannot open $outtle_filename"; + +# Read the first two lines from the maintle file to get the date of the +# most recent set of TLEs. Save these lines for later output. +while ($line1 = ) { + $line2 = ; + $line3 = ; + + &parse_lines; + + &calculate_a0; + &calculate_orbs; + + printf TLE_OUT "%7.3f %6.2f %6.2f %7.2f %6.2f %7.4f %6.2f %6.2f %8.6f\n",$day, $apogee, $perigee, $semiax, $raan, $incl, $mean_anom, $arg_perig, $eccen; + +} + + close (TLE_MAINFILE); + close (TLE_OUT); + +### end of Perl script + + +sub parse_lines { +$year = substr($line2, 18, 2); +$doy = substr($line2, 20, 3); +$dayfrac = substr($line2, 23, 9); +$day=$doy.$dayfrac; +$epoch = $year.$doy.$dayfrac; +$incl = substr($line3, 9, 8); +$raan = substr($line3, 17,8); +$eccen = substr($line3, 26, 7); +$eccen = "0." . $eccen; +$mean_mot = substr($line3, 52, 11); +$mean_anom = substr($line3, 43, 8); +$arg_perig = substr($line3, 34, 8); + + +if ($year > 50) { + $year += 1900; +} else { + $year += 2000; +} + +$dayfrac = "0".$dayfrac; + +} + +sub calculate_a0 { + +$mu = 3.986005E5; +$pi = 3.14159265358979; +$radian = 0.0174532925200; + +$mm=2.0*$pi*$mean_mot/(24.0*60.0); +$ke=0.74366916E-1; +$k2=5.413080E-4; +$a1=($ke/$mm)**(2.0/3.0); +$inrad = $incl * $radian; + +$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); +$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$semiax=$a0/(1-$d0)*6378.135; + +} + +sub calculate_orbs { + +$period = 60.0*24.0/($mean_mot/(1+$d0)); +$cax=$eccen*$semiax; +$perigee=$semiax-$cax-6378.1; +$apogee=$semiax+$cax-6378.1; + +} + diff --git a/src/cal/get_tle/get_tle.pl b/src/cal/get_tle/get_tle.pl deleted file mode 100755 index 33b72e5..0000000 --- a/src/cal/get_tle/get_tle.pl +++ /dev/null @@ -1,148 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; -use IPC::Open2; - -### -# OIG TLE retrieval program -# DJG - 6/14/98 -# -# Uses a file called "one" which has sat numbers to get -# -# Places all output in a single file called "five.tle". -# -### - -### Configure: -##$login = "emurphy"; -##$passwd = "bdr529"; - -$login = "mromelfanger"; -$passwd = "fusejhu"; -$output_filename = "/data1/fuse/calfuse/caltemp/five.tle"; -$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile"; - -### (end of configure section) - -# system("fixlist one tempone"); -# chop($satstoget = `cat tempone`); -# system("rm -f tempone"); - -$satstoget = "25791"; - -# The "output" file collects debugging copies of everything that comes back. -open(OUT,">$log_filename") || die "Could not open output file"; - -# The following logs in to OIG and gets the first "continue" code - -$host = "oig1.gsfc.nasa.gov"; -#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; -$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; -while () { - print OUT "$_"; # copy each login screen line to the output file - if (/tdac=(\w+)\"/) { - $continuecode = $1; # This code is the "continue" code - } -} -close(Reader); -close(Writer); - -# $continuecode contains the very first "continue" code after login. - -print OUT "*** \n Starting User's Home Page output page \n***\n\n"; - -# This url accesses the next screen (user home page) -#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode; -$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode; -# print $url; # debug print - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each line to the output file - - if(/tdac=(\w+)\"/) { - -# Look for the "tle ad hoc query" code and save it - chop($word = "$_"); - if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) { - $tlequerycode = "$1"; - } - } -} -# close(HOMEPAGE); -# This access is to the "TLE ad hoc query" web page. -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each login screen line to the output file - - # Look for the TLE "submit" code - chop($word = "$_"); - if ($word =~ /tdac\" VALUE=\"(\w+)\"/) { - $gotcode2 = "$1"; - } -} -close(Reader); -close(Writer); - -# Compose the TLE query and submit it -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2; -$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five"; - -# print "$url\n"; # debug print - -# Read the reply and copy the relevant lines to output_filename - -$copy = "no"; -open(TLEOUT,">$output_filename") || die "Error opening $output_filename"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - if ($_ =~ /

/) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

") {  # Begin copy operation
-    $copy = "yes";
-  }
-}
-close(Reader);
-close(Writer);
-close(TLEOUT);
-
-# The following will remove all session files. You can comment it
-# out for debugging.
-# system("rm -f output");
-
-# The following script "fixes up" the output
-# system("fix/do.fix.one");
-
-### end of Perl script
-
diff --git a/src/cal/get_tle/get_tle.pl.OIG b/src/cal/get_tle/get_tle.pl.OIG
deleted file mode 100755
index 33b72e5..0000000
--- a/src/cal/get_tle/get_tle.pl.OIG
+++ /dev/null
@@ -1,148 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-use IPC::Open2;
-
-###
-# OIG TLE retrieval program
-# DJG - 6/14/98
-#
-# Uses a file called "one" which has sat numbers to get
-#
-# Places all output in a single file called "five.tle".
-#
-###
-
-### Configure:
-##$login = "emurphy";
-##$passwd = "bdr529";
-
-$login = "mromelfanger";
-$passwd = "fusejhu";
-$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
-$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
-
-### (end of configure section)
-
-# system("fixlist one tempone");
-# chop($satstoget = `cat tempone`);
-# system("rm -f tempone");
-
-$satstoget = "25791";
-
-# The "output" file collects debugging copies of everything that comes back.
-open(OUT,">$log_filename") || die "Could not open output file";
-
-# The following logs in to OIG and gets the first "continue" code
-
-$host = "oig1.gsfc.nasa.gov";
-#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
-$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-  if (/tdac=(\w+)\"/) {
-    $continuecode = $1;  # This code is the "continue" code
-  }
-}
-close(Reader);
-close(Writer);
-
-# $continuecode contains the very first "continue" code after login.
-
-print OUT "*** \n Starting User's Home Page output page \n***\n\n";
-
-# This url accesses the next screen (user home page)
-#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
-$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode;
-# print $url; # debug print
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";      # copy each line to the output file
-
-  if(/tdac=(\w+)\"/) {
-
-#   Look for the "tle ad hoc query" code and save it
-    chop($word = "$_");
-    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
-      $tlequerycode = "$1";
-    }
-  }
-}
-# close(HOMEPAGE);
-# This access is to the "TLE ad hoc query" web page.
-#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
-$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode;
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-
-  # Look for the TLE "submit" code
-  chop($word = "$_");
-  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
-    $gotcode2 = "$1";
-  }
-}
-close(Reader);
-close(Writer);
-
-# Compose the TLE query and submit it
-#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
-$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2;
-$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
-
-# print "$url\n";  # debug print
-
-# Read the reply and copy the relevant lines to output_filename
-
-$copy = "no";
-open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  if ($_ =~ /

/) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

") {  # Begin copy operation
-    $copy = "yes";
-  }
-}
-close(Reader);
-close(Writer);
-close(TLEOUT);
-
-# The following will remove all session files. You can comment it
-# out for debugging.
-# system("rm -f output");
-
-# The following script "fixes up" the output
-# system("fix/do.fix.one");
-
-### end of Perl script
-
diff --git a/src/cal/get_tle/get_tle.pl.in b/src/cal/get_tle/get_tle.pl.in
new file mode 100644
index 0000000..87cf973
--- /dev/null
+++ b/src/cal/get_tle/get_tle.pl.in
@@ -0,0 +1,148 @@
+#!/usr/bin/env perl
+use FileHandle;
+use IPC::Open2;
+
+###
+# OIG TLE retrieval program
+# DJG - 6/14/98
+#
+# Uses a file called "one" which has sat numbers to get
+#
+# Places all output in a single file called "five.tle".
+#
+###
+
+### Configure:
+##$login = "emurphy";
+##$passwd = "bdr529";
+
+$login = "mromelfanger";
+$passwd = "fusejhu";
+$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
+$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
+
+### (end of configure section)
+
+# system("fixlist one tempone");
+# chop($satstoget = `cat tempone`);
+# system("rm -f tempone");
+
+$satstoget = "25791";
+
+# The "output" file collects debugging copies of everything that comes back.
+open(OUT,">$log_filename") || die "Could not open output file";
+
+# The following logs in to OIG and gets the first "continue" code
+
+$host = "oig1.gsfc.nasa.gov";
+#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+  if (/tdac=(\w+)\"/) {
+    $continuecode = $1;  # This code is the "continue" code
+  }
+}
+close(Reader);
+close(Writer);
+
+# $continuecode contains the very first "continue" code after login.
+
+print OUT "*** \n Starting User's Home Page output page \n***\n\n";
+
+# This url accesses the next screen (user home page)
+#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
+$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode;
+# print $url; # debug print
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";      # copy each line to the output file
+
+  if(/tdac=(\w+)\"/) {
+
+#   Look for the "tle ad hoc query" code and save it
+    chop($word = "$_");
+    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
+      $tlequerycode = "$1";
+    }
+  }
+}
+# close(HOMEPAGE);
+# This access is to the "TLE ad hoc query" web page.
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode;
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+
+  # Look for the TLE "submit" code
+  chop($word = "$_");
+  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
+    $gotcode2 = "$1";
+  }
+}
+close(Reader);
+close(Writer);
+
+# Compose the TLE query and submit it
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
+
+# print "$url\n";  # debug print
+
+# Read the reply and copy the relevant lines to output_filename
+
+$copy = "no";
+open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  if ($_ =~ /

/) { # End copy operation + print "$_"; # write remaining limit to output file + $copy = "no"; + } + if ($copy eq "yes") { + print TLEOUT "$_"; # copy every line to five.tle + # print "$_"; # and to the terminal + } + if (substr($_,0,5) eq "

") {  # Begin copy operation
+    $copy = "yes";
+  }
+}
+close(Reader);
+close(Writer);
+close(TLEOUT);
+
+# The following will remove all session files. You can comment it
+# out for debugging.
+# system("rm -f output");
+
+# The following script "fixes up" the output
+# system("fix/do.fix.one");
+
+### end of Perl script
+
diff --git a/src/cal/get_tle/get_tle.pl.orig b/src/cal/get_tle/get_tle.pl.orig
deleted file mode 100755
index 28f9229..0000000
--- a/src/cal/get_tle/get_tle.pl.orig
+++ /dev/null
@@ -1,144 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-use IPC::Open2;
-
-###
-# OIG TLE retrieval program
-# DJG - 6/14/98
-#
-# Uses a file called "one" which has sat numbers to get
-#
-# Places all output in a single file called "five.tle".
-#
-###
-
-### Configure:
-##$login = "emurphy";
-##$passwd = "bdr529";
-
-$login = "mromelfanger";
-$passwd = "fusejhu";
-$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
-$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
-
-### (end of configure section)
-
-# system("fixlist one tempone");
-# chop($satstoget = `cat tempone`);
-# system("rm -f tempone");
-
-$satstoget = "25791";
-
-# The "output" file collects debugging copies of everything that comes back.
-open(OUT,">$log_filename") || die "Could not open output file";
-
-# The following logs in to OIG and gets the first "continue" code
-
-$host = "oig1.gsfc.nasa.gov";
-$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-  if (/tdac=(\w+)\"/) {
-    $continuecode = $1;  # This code is the "continue" code
-  }
-}
-close(Reader);
-close(Writer);
-
-# $continuecode contains the very first "continue" code after login.
-
-print OUT "*** \n Starting User's Home Page output page \n***\n\n";
-
-# This url accesses the next screen (user home page)
-$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
-# print $url; # debug print
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";      # copy each line to the output file
-
-  if(/tdac=(\w+)\"/) {
-
-#   Look for the "tle ad hoc query" code and save it
-    chop($word = "$_");
-    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
-      $tlequerycode = "$1";
-    }
-  }
-}
-# close(HOMEPAGE);
-# This access is to the "TLE ad hoc query" web page.
-$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-
-  # Look for the TLE "submit" code
-  chop($word = "$_");
-  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
-    $gotcode2 = "$1";
-  }
-}
-close(Reader);
-close(Writer);
-
-# Compose the TLE query and submit it
-$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
-$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
-
-# print "$url\n";  # debug print
-
-# Read the reply and copy the relevant lines to output_filename
-
-$copy = "no";
-open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  if ($_ =~ /

/) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

") {  # Begin copy operation
-    $copy = "yes";
-  }
-}
-close(Reader);
-close(Writer);
-close(TLEOUT);
-
-# The following will remove all session files. You can comment it
-# out for debugging.
-# system("rm -f output");
-
-# The following script "fixes up" the output
-# system("fix/do.fix.one");
-
-### end of Perl script
-
diff --git a/src/cal/get_tle/get_tle.pl.space-track b/src/cal/get_tle/get_tle.pl.space-track
deleted file mode 100755
index 60e59d5..0000000
--- a/src/cal/get_tle/get_tle.pl.space-track
+++ /dev/null
@@ -1,148 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-use IPC::Open2;
-
-###
-# OIG TLE retrieval program
-# DJG - 6/14/98
-#
-# Uses a file called "one" which has sat numbers to get
-#
-# Places all output in a single file called "five.tle".
-#
-###
-
-### Configure:
-##$login = "emurphy";
-##$passwd = "bdr529";
-
-$login = "mromelfanger";
-$passwd = "FuseJHU1";
-$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
-$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
-
-### (end of configure section)
-
-# system("fixlist one tempone");
-# chop($satstoget = `cat tempone`);
-# system("rm -f tempone");
-
-$satstoget = "25791";
-
-# The "output" file collects debugging copies of everything that comes back.
-open(OUT,">$log_filename") || die "Could not open output file";
-
-# The following logs in to OIG and gets the first "continue" code
-
-$host = "www.space-track.org";
-#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
-$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-  if (/tdac=(\w+)\"/) {
-    $continuecode = $1;  # This code is the "continue" code
-  }
-}
-close(Reader);
-close(Writer);
-
-# $continuecode contains the very first "continue" code after login.
-
-print OUT "*** \n Starting User's Home Page output page \n***\n\n";
-
-# This url accesses the next screen (user home page)
-#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
-$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode;
-# print $url; # debug print
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";      # copy each line to the output file
-
-  if(/tdac=(\w+)\"/) {
-
-#   Look for the "tle ad hoc query" code and save it
-    chop($word = "$_");
-    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
-      $tlequerycode = "$1";
-    }
-  }
-}
-# close(HOMEPAGE);
-# This access is to the "TLE ad hoc query" web page.
-#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
-$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode;
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  print OUT "$_";  # copy each login screen line to the output file
-
-  # Look for the TLE "submit" code
-  chop($word = "$_");
-  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
-    $gotcode2 = "$1";
-  }
-}
-close(Reader);
-close(Writer);
-
-# Compose the TLE query and submit it
-#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
-$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2;
-$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
-
-# print "$url\n";  # debug print
-
-# Read the reply and copy the relevant lines to output_filename
-
-$copy = "no";
-open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
-
-open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
-Writer->autoflush();
-
-print Reader "telnet $host 80\n";
-print Writer "GET \/$url\n";
-
-while () {
-  if ($_ =~ /

/) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

") {  # Begin copy operation
-    $copy = "yes";
-  }
-}
-close(Reader);
-close(Writer);
-close(TLEOUT);
-
-# The following will remove all session files. You can comment it
-# out for debugging.
-# system("rm -f output");
-
-# The following script "fixes up" the output
-# system("fix/do.fix.one");
-
-### end of Perl script
-
diff --git a/src/cal/get_tle/get_tle.pl.space-track.in b/src/cal/get_tle/get_tle.pl.space-track.in
new file mode 100644
index 0000000..fa887e0
--- /dev/null
+++ b/src/cal/get_tle/get_tle.pl.space-track.in
@@ -0,0 +1,148 @@
+#!/usr/bin/env perl
+use FileHandle;
+use IPC::Open2;
+
+###
+# OIG TLE retrieval program
+# DJG - 6/14/98
+#
+# Uses a file called "one" which has sat numbers to get
+#
+# Places all output in a single file called "five.tle".
+#
+###
+
+### Configure:
+##$login = "emurphy";
+##$passwd = "bdr529";
+
+$login = "mromelfanger";
+$passwd = "FuseJHU1";
+$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
+$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
+
+### (end of configure section)
+
+# system("fixlist one tempone");
+# chop($satstoget = `cat tempone`);
+# system("rm -f tempone");
+
+$satstoget = "25791";
+
+# The "output" file collects debugging copies of everything that comes back.
+open(OUT,">$log_filename") || die "Could not open output file";
+
+# The following logs in to OIG and gets the first "continue" code
+
+$host = "www.space-track.org";
+#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+  if (/tdac=(\w+)\"/) {
+    $continuecode = $1;  # This code is the "continue" code
+  }
+}
+close(Reader);
+close(Writer);
+
+# $continuecode contains the very first "continue" code after login.
+
+print OUT "*** \n Starting User's Home Page output page \n***\n\n";
+
+# This url accesses the next screen (user home page)
+#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
+$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode;
+# print $url; # debug print
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";      # copy each line to the output file
+
+  if(/tdac=(\w+)\"/) {
+
+#   Look for the "tle ad hoc query" code and save it
+    chop($word = "$_");
+    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
+      $tlequerycode = "$1";
+    }
+  }
+}
+# close(HOMEPAGE);
+# This access is to the "TLE ad hoc query" web page.
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode;
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+
+  # Look for the TLE "submit" code
+  chop($word = "$_");
+  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
+    $gotcode2 = "$1";
+  }
+}
+close(Reader);
+close(Writer);
+
+# Compose the TLE query and submit it
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
+
+# print "$url\n";  # debug print
+
+# Read the reply and copy the relevant lines to output_filename
+
+$copy = "no";
+open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  if ($_ =~ /

/) { # End copy operation + print "$_"; # write remaining limit to output file + $copy = "no"; + } + if ($copy eq "yes") { + print TLEOUT "$_"; # copy every line to five.tle + # print "$_"; # and to the terminal + } + if (substr($_,0,5) eq "

") {  # Begin copy operation
+    $copy = "yes";
+  }
+}
+close(Reader);
+close(Writer);
+close(TLEOUT);
+
+# The following will remove all session files. You can comment it
+# out for debugging.
+# system("rm -f output");
+
+# The following script "fixes up" the output
+# system("fix/do.fix.one");
+
+### end of Perl script
+
diff --git a/src/cal/get_tle/make_cvzramtool.pl b/src/cal/get_tle/make_cvzramtool.pl
deleted file mode 100755
index 4cb2e01..0000000
--- a/src/cal/get_tle/make_cvzramtool.pl
+++ /dev/null
@@ -1,215 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-
-# This program will read in the latest FUSE TLE and recreate the 
-# cvz_ram_tool.html web page.
-
-$output_filename = "/data2/violet/htdocs/support/tools/cvz_ram_tool.html";
-open (OUTF, ">$output_filename") || die "Cannot open cvz_ram_tool.html file";
-
-system("chmod ug+rw $output_filename");
-system("chgrp www $output_filename");
-
-$input_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE";
-open (INP_TLE, "<$input_filename") || die "Cannot open FUSE.TLE file";
-
-$line1 = ;
-$line2 = ;
-$line3 = ;
-
-$id2 = substr($line2, 2, 5);
-$id3 = substr($line3, 2, 5);
-
-if (($id2 != 25791) || ($id3 != 25791)) {
-    print STDOUT "Error in TLE:\n";
-    print STDOUT $line1;
-    print STDOUT $line2;
-    print STDOUT $line3;
-    die "Error in TLE";
-}
-
-close (INP_TLE);
-
-$year = substr($line2, 18, 2);
-$doy = substr($line2, 20, 3);
-$dayfrac = substr($line2, 23, 9);
-$incl = substr($line3, 9, 8);
-$raan = substr($line3, 17,8);
-$eccen = substr($line3, 26, 7);
-$eccen = "0." . $eccen;
-$mean_mot = substr($line3, 52, 11);
-
-if ($year > 50) {
-    $year += 1900;
-} else {
-    $year += 2000;
-}
-
-$dayfrac = "0".$dayfrac;
-
-&convert_doy;
-&convert_dayfrac;
-&calculate_a0;
-
-$now=`date`;
-$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4);
-
-print OUTF "FUSE CVZ/Ram Calculator\n";
-print OUTF "

FUSE Continuous Viewing Zone and Orbit Ram Calculator V1.3

\n"; -print OUTF "

June 12, 1999

\n"; - -print OUTF "The FUSE Continuous Viewing Zone and Orbit Ram \n"; -print OUTF "Calculator can determine when a given target \n"; -print OUTF "direction is in the continuous viewing zone. \n"; -print OUTF "It also calculates when a given target lies \n"; -print OUTF "within 20 degrees of the orbital plane and \n"; -print OUTF "cannot be observed due to ram avoidance\n"; -print OUTF "constraints. The default orbital elements \n"; -print OUTF "were last updated on $month $day, $year. \n"; - -print OUTF "
\n"; -print OUTF "

\n"; -print OUTF "

\n"; - -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; - -print OUTF "
\n"; -print OUTF "Target Parameters:\n"; -print OUTF "
\n"; -print OUTF "
\n"; -print OUTF "Right Ascension (format HH:MM:SS.SS):\n"; -print OUTF " (J2000.0)\n"; -print OUTF "
\n"; -print OUTF "Declination (format -DD:MM:SS.S):\n"; -print OUTF " (J2000.0)\n"; -print OUTF "
\n"; -print OUTF "
\n"; -print OUTF "
\n"; -print OUTF "Output table parameters:\n"; -print OUTF "
\n"; -print OUTF " Minimum Earth limb angle: \n"; -print OUTF "(deg)\n"; -print OUTF "
\n"; -print OUTF "Start Date:\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "Time step:days
\n"; -print OUTF "Number of steps:
\n"; -print OUTF "
\n"; -print OUTF "
\n"; -print OUTF "FUSE classical Keplarian orbital elements:\n"; -print OUTF "
\n"; -print OUTF "Epoch date of elements:\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "Epoch UT time of elements (format HH:MM:SS.SS):\n"; -printf OUTF "\n",$hour,$minute,$second; -print OUTF "
\n"; -print OUTF "Semi-major axis (km):\n"; -printf OUTF " \n",$semiax; -print OUTF "
\n"; -print OUTF "Right ascension of the ascending node (degrees):\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "Orbit inclination (degrees):\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "Eccentricity:\n"; -print OUTF " \n"; -print OUTF "
\n"; -print OUTF "
\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; - -print OUTF "
\n"; -print OUTF "This page uses the STARLINK \n"; -print OUTF "set of astronomical subroutines.\n"; -print OUTF "
\n"; -print OUTF "This page was automatically generated on $now"; -print OUTF "
\n"; -print OUTF "
emurphy\@pha.jhu.edu
\n"; - -close (OUTF); - -### end of Perl script - - -sub convert_doy { - @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); - - if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { - # $year is a leap year use daytab1 - for ($i = 1; $doy > $daytab1[$i]; $i++) { - $doy -= $daytab1[$i]; - } - } else { - # $year is not a leap year, use daytab2 - for ($i = 1; $doy > $daytab2[$i]; $i++) { - $doy -= $daytab2[$i]; - } - } - $month = $monthstr[$i]; - $day = $doy; -} - -sub convert_dayfrac { - $dayfrac *= 24.0; - $hour = int($dayfrac); - $minute = int(($dayfrac-$hour)*60.0); - $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; -} diff --git a/src/cal/get_tle/make_cvzramtool.pl.in b/src/cal/get_tle/make_cvzramtool.pl.in new file mode 100644 index 0000000..d11b75e --- /dev/null +++ b/src/cal/get_tle/make_cvzramtool.pl.in @@ -0,0 +1,215 @@ +#!/usr/bin/env perl +use FileHandle; + +# This program will read in the latest FUSE TLE and recreate the +# cvz_ram_tool.html web page. + +$output_filename = "/data2/violet/htdocs/support/tools/cvz_ram_tool.html"; +open (OUTF, ">$output_filename") || die "Cannot open cvz_ram_tool.html file"; + +system("chmod ug+rw $output_filename"); +system("chgrp www $output_filename"); + +$input_filename = "@DATADIR@/calfiles/FUSE.TLE"; +open (INP_TLE, "<$input_filename") || die "Cannot open FUSE.TLE file"; + +$line1 = ; +$line2 = ; +$line3 = ; + +$id2 = substr($line2, 2, 5); +$id3 = substr($line3, 2, 5); + +if (($id2 != 25791) || ($id3 != 25791)) { + print STDOUT "Error in TLE:\n"; + print STDOUT $line1; + print STDOUT $line2; + print STDOUT $line3; + die "Error in TLE"; +} + +close (INP_TLE); + +$year = substr($line2, 18, 2); +$doy = substr($line2, 20, 3); +$dayfrac = substr($line2, 23, 9); +$incl = substr($line3, 9, 8); +$raan = substr($line3, 17,8); +$eccen = substr($line3, 26, 7); +$eccen = "0." . $eccen; +$mean_mot = substr($line3, 52, 11); + +if ($year > 50) { + $year += 1900; +} else { + $year += 2000; +} + +$dayfrac = "0".$dayfrac; + +&convert_doy; +&convert_dayfrac; +&calculate_a0; + +$now=`date`; +$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4); + +print OUTF "FUSE CVZ/Ram Calculator\n"; +print OUTF "

FUSE Continuous Viewing Zone and Orbit Ram Calculator V1.3

\n"; +print OUTF "

June 12, 1999

\n"; + +print OUTF "The FUSE Continuous Viewing Zone and Orbit Ram \n"; +print OUTF "Calculator can determine when a given target \n"; +print OUTF "direction is in the continuous viewing zone. \n"; +print OUTF "It also calculates when a given target lies \n"; +print OUTF "within 20 degrees of the orbital plane and \n"; +print OUTF "cannot be observed due to ram avoidance\n"; +print OUTF "constraints. The default orbital elements \n"; +print OUTF "were last updated on $month $day, $year. \n"; + +print OUTF "
\n"; +print OUTF "

\n"; +print OUTF "

\n"; + +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; + +print OUTF "
\n"; +print OUTF "Target Parameters:\n"; +print OUTF "
\n"; +print OUTF "
\n"; +print OUTF "Right Ascension (format HH:MM:SS.SS):\n"; +print OUTF " (J2000.0)\n"; +print OUTF "
\n"; +print OUTF "Declination (format -DD:MM:SS.S):\n"; +print OUTF " (J2000.0)\n"; +print OUTF "
\n"; +print OUTF "
\n"; +print OUTF "
\n"; +print OUTF "Output table parameters:\n"; +print OUTF "
\n"; +print OUTF " Minimum Earth limb angle: \n"; +print OUTF "(deg)\n"; +print OUTF "
\n"; +print OUTF "Start Date:\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "Time step:days
\n"; +print OUTF "Number of steps:
\n"; +print OUTF "
\n"; +print OUTF "
\n"; +print OUTF "FUSE classical Keplarian orbital elements:\n"; +print OUTF "
\n"; +print OUTF "Epoch date of elements:\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "Epoch UT time of elements (format HH:MM:SS.SS):\n"; +printf OUTF "\n",$hour,$minute,$second; +print OUTF "
\n"; +print OUTF "Semi-major axis (km):\n"; +printf OUTF " \n",$semiax; +print OUTF "
\n"; +print OUTF "Right ascension of the ascending node (degrees):\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "Orbit inclination (degrees):\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "Eccentricity:\n"; +print OUTF " \n"; +print OUTF "
\n"; +print OUTF "
\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; + +print OUTF "
\n"; +print OUTF "This page uses the STARLINK \n"; +print OUTF "set of astronomical subroutines.\n"; +print OUTF "
\n"; +print OUTF "This page was automatically generated on $now"; +print OUTF "
\n"; +print OUTF "
emurphy\@pha.jhu.edu
\n"; + +close (OUTF); + +### end of Perl script + + +sub convert_doy { + @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); + @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); + @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); + + if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { + # $year is a leap year use daytab1 + for ($i = 1; $doy > $daytab1[$i]; $i++) { + $doy -= $daytab1[$i]; + } + } else { + # $year is not a leap year, use daytab2 + for ($i = 1; $doy > $daytab2[$i]; $i++) { + $doy -= $daytab2[$i]; + } + } + $month = $monthstr[$i]; + $day = $doy; +} + +sub convert_dayfrac { + $dayfrac *= 24.0; + $hour = int($dayfrac); + $minute = int(($dayfrac-$hour)*60.0); + $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; +} + +sub calculate_a0 { + +$mu = 3.986005E5; +$pi = 3.14159265358979; +$radian = 0.0174532925200; + +$mm=2.0*$pi*$mean_mot/(24.0*60.0); +$ke=0.74366916E-1; +$k2=5.413080E-4; +$a1=($ke/$mm)**(2.0/3.0); +$inrad = $incl * $radian; + +$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); +$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$semiax=$a0/(1-$d0)*6378.135; +} diff --git a/src/cal/get_tle/make_orbit.pl b/src/cal/get_tle/make_orbit.pl deleted file mode 100755 index a8f00ff..0000000 --- a/src/cal/get_tle/make_orbit.pl +++ /dev/null @@ -1,233 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; - -# Ed Murphy's program to rewrite the orbit page -# Updated 03/27/00 Changed GSOC to Heavens Above - -$output_filename = "/data2/violet/htdocs/users/orbit.html"; -open (OUTF, ">$output_filename") || die "Cannot open $output_filename file"; - -system("chmod ug+rw $output_filename"); -system("chgrp www $output_filename"); - -$input_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE"; -open (INP_TLE, "<$input_filename") || die "Cannot open $input_filename file"; - -$satid = 25791; - -&input_lines; - -close (INP_TLE); - -&parse_lines; - -&convert_doy; -&convert_dayfrac; -&calculate_a0; -&calculate_orbs; - -$now=`date`; -$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4); - -print OUTF "\n"; -print OUTF "\n"; -print OUTF "FUSE Orbital Elements page\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "FUSE

\n"; -print OUTF "Orbital Elements\n"; -print OUTF "

\n"; -print OUTF "\n"; -print OUTF "

\n"; -print OUTF "

\n"; -print OUTF "\n"; -print OUTF "Where is FUSE now?
\n"; -print OUTF "Check out the\n"; -print OUTF "\n"; -print OUTF "Heavens-Above Satellite Predictions page .\n"; -print OUTF "
\n"; -print OUTF "

\n"; -print OUTF "


\n"; -print OUTF "

\n";
-print OUTF " \n";
-print OUTF  "FUSE orbital elements:\n";
-print OUTF  "     NORAD number       25791\n";
-print OUTF  "     International ID  99035A\n";
-print OUTF  " \n";
-
-&print_orb;
-
-print OUTF "
\n"; - -&print_tail; - -close (OUTF); - -### end of Perl script - - -sub convert_doy { - @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); - - if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { - # $year is a leap year use daytab1 - for ($i = 1; $doy > $daytab1[$i]; $i++) { - $doy -= $daytab1[$i]; - } - } else { - # $year is not a leap year, use daytab2 - for ($i = 1; $doy > $daytab2[$i]; $i++) { - $doy -= $daytab2[$i]; - } - } - $month = $monthstr[$i]; - $day = $doy; -} - -sub convert_dayfrac { - $dayfrac *= 24.0; - $hour = int($dayfrac); - $minute = int(($dayfrac-$hour)*60.0); - $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; -} - -sub input_lines { -$line1 = ; -$line2 = ; -$line3 = ; - -$id2 = substr($line2, 2, 5); -$id3 = substr($line3, 2, 5); - -if (($id2 != $satid) || ($id3 != $satid)) { - print STDOUT "Error in TLE:\n"; - print STDOUT $line1; - print STDOUT $line2; - print STDOUT $line3; -# die "Error in TLE"; -} - -} - -sub parse_lines { -$year = substr($line2, 18, 2); -$doy = substr($line2, 20, 3); -$dayfrac = substr($line2, 23, 9); -$epoch = $year.$doy.$dayfrac; -$incl = substr($line3, 9, 8); -$raan = substr($line3, 17,8); -$eccen = substr($line3, 26, 7); -$eccen = "0." . $eccen; -$mean_mot = substr($line3, 52, 11); -$mean_anom = substr($line3, 43, 8); -$arg_perig = substr($line3, 34, 8); - - -if ($year > 50) { - $year += 1900; -} else { - $year += 2000; -} - -$dayfrac = "0".$dayfrac; - -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; - -} - -sub calculate_orbs { - -$period = 60.0*24.0/($mean_mot/(1+$d0)); -$cax=$eccen*$semiax; -$perigee=$semiax-$cax-6378.1; -$apogee=$semiax+$cax-6378.1; - -} - -sub print_orb { -print OUTF " Epoch $epoch\n"; -printf OUTF " Semimajor axis %7.2f km\n",$semiax; -printf OUTF " Apogee %5.2f km\n",$apogee; -printf OUTF " Perigee %5.2f km\n",$perigee; -print OUTF " Eccentricity $eccen\n"; -printf OUTF " Inclination %6.2f degrees\n",$incl; -printf OUTF " Period %6.2f minutes\n",$period; -printf OUTF " RA of asc. node %6.2f degrees\n",$raan; -printf OUTF " Arg. of perigee %6.2f degrees\n",$arg_perig; -printf OUTF " Mean anomaly %6.2f degrees\n",$mean_anom; -print OUTF " \n"; - -} - -sub print_tail { -print OUTF "

"; - -print OUTF "The FUSE Delta II second stage (NORAD #25792) reentered on \n"; -print OUTF "the morning of August 4, 1999 during orbit number 708. \n"; -print OUTF "According to predictions by Alan Pickup, reentry \n"; -print OUTF "occured within 90 minutes of 5:31 UT, probably over the \n"; -print OUTF "Arabian Sea or India. The final orbit was 119 x 103 km (74 x 64 mi).\n"; -print OUTF "

"; -print OUTF "

"; -print OUTF "\n"; -print OUTF " Could anything have survived reentry?

\n"; -print OUTF "

"; -print OUTF "\n"; -print OUTF "

These numbers assume a Keplerian orbit; the actual apogee and perigee \n"; -print OUTF "will differ by a few km on an orbit-to-orbit basis.\n"; -print OUTF "

"; -print OUTF "

The NORAD Two-Line Elements (TLEs) for FUSE can be found in the file \n"; -print OUTF " FUSE.TLE .\n"; -print OUTF "

\n"; -print OUTF "This page is automatically updated daily. I wish to thank \n"; -print OUTF "Doyle Groves \n"; -print OUTF "for providing a Perl script to access the NASA\n"; -print OUTF "Orbital Information Group web page.\n"; -print OUTF "

Ed Murphy, \n"; -print OUTF "

emurphy\@pha.jhu.edu
\n"; -print OUTF "

\n"; -print OUTF "\n"; -print OUTF "

\n"; -print OUTF "Last changed: $datest.\n"; -print OUTF "

\n"; -print OUTF "Return to the FUSE home page.
\n"; -print OUTF "

\n"; -print OUTF "

\n"; -print OUTF "
\n"; -print OUTF "\n"; -print OUTF "\n"; - -} diff --git a/src/cal/get_tle/make_orbit.pl.in b/src/cal/get_tle/make_orbit.pl.in new file mode 100644 index 0000000..c00992c --- /dev/null +++ b/src/cal/get_tle/make_orbit.pl.in @@ -0,0 +1,233 @@ +#!/usr/bin/env perl +use FileHandle; + +# Ed Murphy's program to rewrite the orbit page +# Updated 03/27/00 Changed GSOC to Heavens Above + +$output_filename = "/data2/violet/htdocs/users/orbit.html"; +open (OUTF, ">$output_filename") || die "Cannot open $output_filename file"; + +system("chmod ug+rw $output_filename"); +system("chgrp www $output_filename"); + +$input_filename = "@DATADIR@/calfiles/FUSE.TLE"; +open (INP_TLE, "<$input_filename") || die "Cannot open $input_filename file"; + +$satid = 25791; + +&input_lines; + +close (INP_TLE); + +&parse_lines; + +&convert_doy; +&convert_dayfrac; +&calculate_a0; +&calculate_orbs; + +$now=`date`; +$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4); + +print OUTF "\n"; +print OUTF "\n"; +print OUTF "FUSE Orbital Elements page\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "
\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "\n"; +print OUTF "FUSE

\n"; +print OUTF "Orbital Elements\n"; +print OUTF "

\n"; +print OUTF "\n"; +print OUTF "

\n"; +print OUTF "

\n"; +print OUTF "\n"; +print OUTF "Where is FUSE now?
\n"; +print OUTF "Check out the\n"; +print OUTF "\n"; +print OUTF "Heavens-Above Satellite Predictions page .\n"; +print OUTF "
\n"; +print OUTF "

\n"; +print OUTF "


\n"; +print OUTF "

\n";
+print OUTF " \n";
+print OUTF  "FUSE orbital elements:\n";
+print OUTF  "     NORAD number       25791\n";
+print OUTF  "     International ID  99035A\n";
+print OUTF  " \n";
+
+&print_orb;
+
+print OUTF "
\n"; + +&print_tail; + +close (OUTF); + +### end of Perl script + + +sub convert_doy { + @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); + @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); + @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); + + if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { + # $year is a leap year use daytab1 + for ($i = 1; $doy > $daytab1[$i]; $i++) { + $doy -= $daytab1[$i]; + } + } else { + # $year is not a leap year, use daytab2 + for ($i = 1; $doy > $daytab2[$i]; $i++) { + $doy -= $daytab2[$i]; + } + } + $month = $monthstr[$i]; + $day = $doy; +} + +sub convert_dayfrac { + $dayfrac *= 24.0; + $hour = int($dayfrac); + $minute = int(($dayfrac-$hour)*60.0); + $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; +} + +sub input_lines { +$line1 = ; +$line2 = ; +$line3 = ; + +$id2 = substr($line2, 2, 5); +$id3 = substr($line3, 2, 5); + +if (($id2 != $satid) || ($id3 != $satid)) { + print STDOUT "Error in TLE:\n"; + print STDOUT $line1; + print STDOUT $line2; + print STDOUT $line3; +# die "Error in TLE"; +} + +} + +sub parse_lines { +$year = substr($line2, 18, 2); +$doy = substr($line2, 20, 3); +$dayfrac = substr($line2, 23, 9); +$epoch = $year.$doy.$dayfrac; +$incl = substr($line3, 9, 8); +$raan = substr($line3, 17,8); +$eccen = substr($line3, 26, 7); +$eccen = "0." . $eccen; +$mean_mot = substr($line3, 52, 11); +$mean_anom = substr($line3, 43, 8); +$arg_perig = substr($line3, 34, 8); + + +if ($year > 50) { + $year += 1900; +} else { + $year += 2000; +} + +$dayfrac = "0".$dayfrac; + +} + +sub calculate_a0 { + +$mu = 3.986005E5; +$pi = 3.14159265358979; +$radian = 0.0174532925200; + +$mm=2.0*$pi*$mean_mot/(24.0*60.0); +$ke=0.74366916E-1; +$k2=5.413080E-4; +$a1=($ke/$mm)**(2.0/3.0); +$inrad = $incl * $radian; + +$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); +$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); +$semiax=$a0/(1-$d0)*6378.135; + +} + +sub calculate_orbs { + +$period = 60.0*24.0/($mean_mot/(1+$d0)); +$cax=$eccen*$semiax; +$perigee=$semiax-$cax-6378.1; +$apogee=$semiax+$cax-6378.1; + +} + +sub print_orb { +print OUTF " Epoch $epoch\n"; +printf OUTF " Semimajor axis %7.2f km\n",$semiax; +printf OUTF " Apogee %5.2f km\n",$apogee; +printf OUTF " Perigee %5.2f km\n",$perigee; +print OUTF " Eccentricity $eccen\n"; +printf OUTF " Inclination %6.2f degrees\n",$incl; +printf OUTF " Period %6.2f minutes\n",$period; +printf OUTF " RA of asc. node %6.2f degrees\n",$raan; +printf OUTF " Arg. of perigee %6.2f degrees\n",$arg_perig; +printf OUTF " Mean anomaly %6.2f degrees\n",$mean_anom; +print OUTF " \n"; + +} + +sub print_tail { +print OUTF "

"; + +print OUTF "The FUSE Delta II second stage (NORAD #25792) reentered on \n"; +print OUTF "the morning of August 4, 1999 during orbit number 708. \n"; +print OUTF "According to predictions by Alan Pickup, reentry \n"; +print OUTF "occured within 90 minutes of 5:31 UT, probably over the \n"; +print OUTF "Arabian Sea or India. The final orbit was 119 x 103 km (74 x 64 mi).\n"; +print OUTF "

"; +print OUTF "

"; +print OUTF "\n"; +print OUTF " Could anything have survived reentry?

\n"; +print OUTF "

"; +print OUTF "\n"; +print OUTF "

These numbers assume a Keplerian orbit; the actual apogee and perigee \n"; +print OUTF "will differ by a few km on an orbit-to-orbit basis.\n"; +print OUTF "

"; +print OUTF "

The NORAD Two-Line Elements (TLEs) for FUSE can be found in the file \n"; +print OUTF " FUSE.TLE .\n"; +print OUTF "

\n"; +print OUTF "This page is automatically updated daily. I wish to thank \n"; +print OUTF "Doyle Groves \n"; +print OUTF "for providing a Perl script to access the NASA\n"; +print OUTF "Orbital Information Group web page.\n"; +print OUTF "

Ed Murphy, \n"; +print OUTF "

emurphy\@pha.jhu.edu
\n"; +print OUTF "

\n"; +print OUTF "\n"; +print OUTF "

\n"; +print OUTF "Last changed: $datest.\n"; +print OUTF "

\n"; +print OUTF "Return to the FUSE home page.
\n"; +print OUTF "

\n"; +print OUTF "

\n"; +print OUTF "
\n"; +print OUTF "\n"; +print OUTF "\n"; + +} diff --git a/src/cal/get_tle/test_get_tle.pl b/src/cal/get_tle/test_get_tle.pl deleted file mode 100755 index 33b72e5..0000000 --- a/src/cal/get_tle/test_get_tle.pl +++ /dev/null @@ -1,148 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; -use IPC::Open2; - -### -# OIG TLE retrieval program -# DJG - 6/14/98 -# -# Uses a file called "one" which has sat numbers to get -# -# Places all output in a single file called "five.tle". -# -### - -### Configure: -##$login = "emurphy"; -##$passwd = "bdr529"; - -$login = "mromelfanger"; -$passwd = "fusejhu"; -$output_filename = "/data1/fuse/calfuse/caltemp/five.tle"; -$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile"; - -### (end of configure section) - -# system("fixlist one tempone"); -# chop($satstoget = `cat tempone`); -# system("rm -f tempone"); - -$satstoget = "25791"; - -# The "output" file collects debugging copies of everything that comes back. -open(OUT,">$log_filename") || die "Could not open output file"; - -# The following logs in to OIG and gets the first "continue" code - -$host = "oig1.gsfc.nasa.gov"; -#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; -$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; -while () { - print OUT "$_"; # copy each login screen line to the output file - if (/tdac=(\w+)\"/) { - $continuecode = $1; # This code is the "continue" code - } -} -close(Reader); -close(Writer); - -# $continuecode contains the very first "continue" code after login. - -print OUT "*** \n Starting User's Home Page output page \n***\n\n"; - -# This url accesses the next screen (user home page) -#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode; -$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode; -# print $url; # debug print - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each line to the output file - - if(/tdac=(\w+)\"/) { - -# Look for the "tle ad hoc query" code and save it - chop($word = "$_"); - if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) { - $tlequerycode = "$1"; - } - } -} -# close(HOMEPAGE); -# This access is to the "TLE ad hoc query" web page. -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each login screen line to the output file - - # Look for the TLE "submit" code - chop($word = "$_"); - if ($word =~ /tdac\" VALUE=\"(\w+)\"/) { - $gotcode2 = "$1"; - } -} -close(Reader); -close(Writer); - -# Compose the TLE query and submit it -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2; -$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five"; - -# print "$url\n"; # debug print - -# Read the reply and copy the relevant lines to output_filename - -$copy = "no"; -open(TLEOUT,">$output_filename") || die "Error opening $output_filename"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - if ($_ =~ /

/) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

") {  # Begin copy operation
-    $copy = "yes";
-  }
-}
-close(Reader);
-close(Writer);
-close(TLEOUT);
-
-# The following will remove all session files. You can comment it
-# out for debugging.
-# system("rm -f output");
-
-# The following script "fixes up" the output
-# system("fix/do.fix.one");
-
-### end of Perl script
-
diff --git a/src/cal/get_tle/test_get_tle.pl.in b/src/cal/get_tle/test_get_tle.pl.in
new file mode 100644
index 0000000..87cf973
--- /dev/null
+++ b/src/cal/get_tle/test_get_tle.pl.in
@@ -0,0 +1,148 @@
+#!/usr/bin/env perl
+use FileHandle;
+use IPC::Open2;
+
+###
+# OIG TLE retrieval program
+# DJG - 6/14/98
+#
+# Uses a file called "one" which has sat numbers to get
+#
+# Places all output in a single file called "five.tle".
+#
+###
+
+### Configure:
+##$login = "emurphy";
+##$passwd = "bdr529";
+
+$login = "mromelfanger";
+$passwd = "fusejhu";
+$output_filename = "/data1/fuse/calfuse/caltemp/five.tle";
+$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile";
+
+### (end of configure section)
+
+# system("fixlist one tempone");
+# chop($satstoget = `cat tempone`);
+# system("rm -f tempone");
+
+$satstoget = "25791";
+
+# The "output" file collects debugging copies of everything that comes back.
+open(OUT,">$log_filename") || die "Could not open output file";
+
+# The following logs in to OIG and gets the first "continue" code
+
+$host = "oig1.gsfc.nasa.gov";
+#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+  if (/tdac=(\w+)\"/) {
+    $continuecode = $1;  # This code is the "continue" code
+  }
+}
+close(Reader);
+close(Writer);
+
+# $continuecode contains the very first "continue" code after login.
+
+print OUT "*** \n Starting User's Home Page output page \n***\n\n";
+
+# This url accesses the next screen (user home page)
+#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode;
+$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode;
+# print $url; # debug print
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";      # copy each line to the output file
+
+  if(/tdac=(\w+)\"/) {
+
+#   Look for the "tle ad hoc query" code and save it
+    chop($word = "$_");
+    if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) {
+      $tlequerycode = "$1";
+    }
+  }
+}
+# close(HOMEPAGE);
+# This access is to the "TLE ad hoc query" web page.
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode;
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  print OUT "$_";  # copy each login screen line to the output file
+
+  # Look for the TLE "submit" code
+  chop($word = "$_");
+  if ($word =~ /tdac\" VALUE=\"(\w+)\"/) {
+    $gotcode2 = "$1";
+  }
+}
+close(Reader);
+close(Writer);
+
+# Compose the TLE query and submit it
+#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2;
+$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five";
+
+# print "$url\n";  # debug print
+
+# Read the reply and copy the relevant lines to output_filename
+
+$copy = "no";
+open(TLEOUT,">$output_filename") || die "Error opening $output_filename";
+
+open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection";
+Writer->autoflush();
+
+print Reader "telnet $host 80\n";
+print Writer "GET \/$url\n";
+
+while () {
+  if ($_ =~ /

/) { # End copy operation + print "$_"; # write remaining limit to output file + $copy = "no"; + } + if ($copy eq "yes") { + print TLEOUT "$_"; # copy every line to five.tle + # print "$_"; # and to the terminal + } + if (substr($_,0,5) eq "

") {  # Begin copy operation
+    $copy = "yes";
+  }
+}
+close(Reader);
+close(Writer);
+close(TLEOUT);
+
+# The following will remove all session files. You can comment it
+# out for debugging.
+# system("rm -f output");
+
+# The following script "fixes up" the output
+# system("fix/do.fix.one");
+
+### end of Perl script
+
diff --git a/src/cal/get_tle/test_tle.csh b/src/cal/get_tle/test_tle.csh
old mode 100755
new mode 100644
diff --git a/src/cal/get_tle/tmp/FUSE.OLD b/src/cal/get_tle/tmp/FUSE.OLD
deleted file mode 100644
index 75e788e..0000000
--- a/src/cal/get_tle/tmp/FUSE.OLD
+++ /dev/null
@@ -1,5205 +0,0 @@
-FUSE 1
-1 25791U 99035A   03334.81529517  .00000629  00000-0  13611-3 0    73
-2 25791  24.9828 141.7372 0010396 237.2837 122.6662 14.41449325233814
-FUSE 1
-1 25791U 99035A   03332.32285756  .00000721  00000-0  16400-3 0    51
-2 25791  24.9827 157.0092 0010498 210.6638 149.3252 14.41447882233456
-FUSE 1
-1 25791U 99035A   03331.90745146 +.00000729 +00000-0 +16628-3 0 00081
-2 25791 024.9828 159.5554 0010553 206.5242 153.4727 14.41447542233393
-FUSE 1
-1 25791U 99035A   03331.14587356  .00000725  00000-0  16505-3 0    40
-2 25791  24.9828 164.2238 0010646 198.4715 161.5398 14.41446726233287
-FUSE 1
-1 25791U 99035A   03329.89965515  .00000696  00000-0  15651-3 0    33
-2 25791  24.9826 171.8592 0010670 185.6347 174.4062 14.41445181233104
-FUSE 1
-1 25791U 99035A   03328.86113523 +.00000610 +00000-0 +13023-3 0 00030
-2 25791 024.9825 178.2061 0010624 174.6707 185.3915 14.41444336232953
-FUSE 1
-1 25791U 99035A   03328.79190076  .00000678  00000-0  15092-3 0    21
-2 25791  24.9829 178.6308 0010612 173.9957 186.0679 14.41444516232945
-FUSE 1
-1 25791U 99035A   03327.89185200 +.00000523 +00000-0 +10396-3 0 00058
-2 25791 024.9836 184.1428 0010625 164.7116 195.3708 14.41443393232811
-FUSE 1
-1 25791U 99035A   03327.06103806  .00000946  00000-0  23212-3 0    15
-2 25791  24.9839 189.2348 0010607 156.0117 204.0892 14.41443370232699
-FUSE 1
-1 25791U 99035A   03326.92256930 +.00001217 +00000-0 +31425-3 0 00068
-2 25791 024.9831 190.0850 0010666 154.7022 205.4026 14.41443784232675
-FUSE 1
-1 25791U 99035A   03325.81481645  .00001001  00000-0  24877-3 0    06
-2 25791  24.9833 196.8767 0010686 142.8583 217.2666 14.41441143232511
-FUSE 1
-1 25791U 99035A   03324.91476442 +.00000578 +00000-0 +12056-3 0 00021
-2 25791 024.9828 202.3884 0010744 133.5472 226.5911 14.41438825232381
-FUSE 1
-1 25791U 99035A   03323.94547862 +.00000358 +00000-0 +54039-4 0 00011
-2 25791 024.9832 208.3404 0010860 124.8670 235.2866 14.41437713232248
-FUSE 1
-1 25791U 99035A   03322.90695295 +.00000456 +00000-0 +83650-4 0 00009
-2 25791 024.9834 214.7019 0010853 115.1433 245.0191 14.41437815232091
-FUSE 1
-1 25791U 99035A   03321.93766319 +.00000482 +00000-0 +91492-4 0 00223
-2 25791 024.9834 220.6386 0010837 104.6262 255.5450 14.41437349231959
-FUSE 1
-1 25791U 99035A   03320.89913707 +.00000498 +00000-0 +96406-4 0 09969
-2 25791 024.9836 226.9996 0010817 093.6241 266.5508 14.41436631231802
-FUSE 1
-1 25791U 99035A   03319.92984440 +.00000599 +00000-0 +12716-3 0 09988
-2 25791 024.9836 232.9378 0010741 083.7324 276.4412 14.41436361231669
-FUSE 1
-1 25791U 99035A   03318.96055095 +.00000529 +00000-0 +10579-3 0 00064
-2 25791 024.9837 238.8759 0010678 074.0237 286.1451 14.41435571231521
-FUSE 1
-1 25791U 99035A   03317.92202182 +.00000413 +00000-0 +70728-4 0 00021
-2 25791 024.9840 245.2398 0010704 063.5995 296.5616 14.41434631231377
-FUSE 1
-1 25791U 99035A   03316.95272605 +.00000470 +00000-0 +88022-4 0 09972
-2 25791 024.9836 251.1803 0010590 053.6350 306.5138 14.41434475231239
-FUSE 1
-1 25791U 99035A   03315.91419451 +.00000359 +00000-0 +54432-4 0 09951
-2 25791 024.9837 257.5405 0010596 042.7776 317.3563 14.41433347231087
-FUSE 1
-1 25791U 99035A   03314.94489683 +.00000376 +00000-0 +59442-4 0 00177
-2 25791 024.9838 263.4782 0010541 032.5623 327.5544 14.41433068230946
-FUSE 1
-1 25791U 99035A   03313.97559885 +.00000299 +00000-0 +36081-4 0 09921
-2 25791 024.9837 269.4165 0010540 022.3690 337.7277 14.41432334230802
-FUSE 1
-1 25791U 99035A   03312.93706443 +.00000584 +00000-0 +12243-3 0 09931
-2 25791 024.9834 275.7793 0010504 011.6272 348.4499 14.41433055230652
-FUSE 1
-1 25791U 99035A   03311.96776569 +.00000350 +00000-0 +51482-4 0 09939
-2 25791 024.9833 281.7181 0010408 001.6598 358.3945 14.41431695230511
-FUSE 1
-1 25791U 99035A   03310.65228737 +.00000444 +00000-0 +80221-4 0 09930
-2 25791 024.9835 289.7793 0010257 347.5217 012.5005 14.41431193230320
-FUSE 1
-1 25791U 99035A   03309.40604522 +.00000467 +00000-0 +87049-4 0 00145
-2 25791 024.9835 297.4135 0010238 333.3895 026.6085 14.41430141230146
-FUSE 1
-1 25791U 99035A   03308.78292393 +.00000641 +00000-0 +13975-3 0 09895
-2 25791 024.9836 301.2316 0010231 327.1757 032.8108 14.41430126230051
-FUSE 1
-1 25791U 99035A   03307.39821018 +.00000487 +00000-0 +93143-4 0 09853
-2 25791 024.9836 309.7266 0009954 308.3405 051.6212 14.41427785229857
-FUSE 1
-1 25791U 99035A   03306.42890957 +.00001374 +00000-0 +36220-3 0 09920
-2 25791 024.9826 315.6681 0010109 298.0220 061.9265 14.41428485229712
-FUSE 1
-1 25791U 99035A   03305.45960939 +.00002012 +00000-0 +55551-3 0 00086
-2 25791 024.9823 321.6056 0010134 287.9208 072.0205 14.41427385229572
-FUSE 1
-1 25791U 99035A   03304.49030907 +.00002090 +00000-0 +57918-3 0 09839
-2 25791 024.9820 327.5453 0010274 277.3913 082.5438 14.41423770229439
-FUSE 1
-1 25791U 99035A   03303.52100790 +.00001430 +00000-0 +37917-3 0 09979
-2 25791 024.9824 333.4868 0010388 267.0794 092.8530 14.41418570229291
-FUSE 1
-1 25791U 99035A   03303.24406524  .00000959  00000-0  23638-3 0  9826
-2 25791  24.9827 335.1872 0010550 264.3245  95.6061 14.41416153229251
-FUSE 1
-1 25791U 99035A   03302.20552450  .00001096  00000-0  27769-3 0  9812
-2 25791  24.9825 341.5507 0010562 253.8882 106.0488 14.41414636229106
-FUSE 1
-1 25791U 99035A   03300.54385630  .00000645  00000-0  14088-3 0  9809
-2 25791  24.9828 351.7298 0010742 236.4738 123.4745 14.41411128228860
-FUSE 1
-1 25791U 99035A   03299.22836924  .00000522  00000-0  10377-3 0  9797
-2 25791  24.9826 359.7898 0010802 223.1838 136.7831 14.41409442228671
-FUSE 1
-1 25791U 99035A   03297.56670010  .00000441  00000-0  79217-4 0  9782
-2 25791  24.9828   9.9670 0010755 205.8604 154.1368 14.41407956228431
-FUSE 1
-1 25791U 99035A   03295.69732098 +.00000439 +00000-0 +78644-4 0 09778
-2 25791 024.9823 021.4161 0010726 186.3436 173.6933 14.41406877228169
-FUSE 1
-1 25791U 99035A   03294.58954049  .00000442  00000-0  79553-4 0  9760
-2 25791  24.9822  28.2003 0010717 174.4425 185.6202 14.41406259228003
-FUSE 1
-1 25791U 99035A   03293.68946830 +.00000437 +00000-0 +78059-4 0 09808
-2 25791 024.9822 033.7128 0010712 164.9748 195.1079 14.41405735227879
-FUSE 1
-1 25791U 99035A   03293.55099557  .00000435  00000-0  77377-4 0  9753
-2 25791  24.9823  34.5611 0010708 163.5206 196.5648 14.41405674227852
-FUSE 1
-1 25791U 99035A   03292.85863226 +.00000395 +00000-0 +65203-4 0 00006
-2 25791 024.9822 038.8017 0010732 156.0067 204.0939 14.41405084227759
-FUSE 1
-1 25791U 99035A   03292.09703250  .00000466  00000-0  86677-4 0  9749
-2 25791  24.9816  43.4715 0010662 147.9465 212.1683 14.41404859227645
-FUSE 1
-1 25791U 99035A   03290.98925305  .00000496  00000-0  95741-4 0  9736
-2 25791  24.9815  50.2722 0010596 136.9264 223.2143 14.41404097227489
-FUSE 1
-1 25791U 99035A   03289.81223159  .00000457  00000-0  84144-4 0  9725
-2 25791  24.9826  57.4936 0010620 125.6318 234.5184 14.41403544227318
-FUSE 1
-1 25791U 99035A   03288.77368245 +.00000424 +00000-0 +74086-4 0 09802
-2 25791 024.9826 063.8560 0010538 115.2199 244.9403 14.41402817227166
-FUSE 1
-1 25791U 99035A   03288.56597245  .00000409  00000-0  69342-4 0  9715
-2 25791  24.9830  65.1298 0010470 113.2118 246.9490 14.41402657227135
-FUSE 1
-1 25791U 99035A   03287.80436833 +.00000487 +00000-0 +93214-4 0 09863
-2 25791 024.9823 069.7945 0010522 105.3271 254.8405 14.41402718227026
-FUSE 1
-1 25791U 99035A   03286.83505381  .00000474  00000-0  89149-4 0  9701
-2 25791  24.9821  75.7317 0010429  95.3344 264.8358 14.41401993226884
-FUSE 1
-1 25791U 99035A   03285.86573823 +.00000465 +00000-0 +86378-4 0 09878
-2 25791 024.9822 081.6696 0010346 085.1348 275.0344 14.41401345226745
-FUSE 1
-1 25791U 99035A   03285.58879111  .00000442  00000-0  79392-4 0  9699
-2 25791  24.9825  83.3678 0010296  82.0216 278.1456 14.41400988226707
-FUSE 1
-1 25791U 99035A   03284.55023662  .00000447  00000-0  80990-4 0  9687
-2 25791  24.9825  89.7291 0010201  70.9880 289.1734 14.41400492226551
-FUSE 1
-1 25791U 99035A   03282.88854730  .00000440  00000-0  79027-4 0  9670
-2 25791  24.9825  99.9047 0010178  53.4478 306.6963 14.41399534226312
-FUSE 1
-1 25791U 99035A   03281.84998986  .00000468  00000-0  87538-4 0  9662
-2 25791  24.9822 106.2646 0010191  42.5792 317.5504 14.41399184226165
-FUSE 1
-1 25791U 99035A   03280.94990632 +.00000467 +00000-0 +87263-4 0 09712
-2 25791 024.9824 111.7767 0010189 033.0995 327.0149 14.41398673226038
-FUSE 1
-1 25791U 99035A   03280.81143207  .00000455  00000-0  83540-4 0  9650
-2 25791  24.9826 112.6255 0010186  31.4564 328.6551 14.41398503226017
-FUSE 1
-1 25791U 99035A   03279.91134723 +.00000485 +00000-0 +92641-4 0 09747
-2 25791 024.9824 118.1376 0010154 021.8776 338.2165 14.41398227225888
-FUSE 1
-1 25791U 99035A   03279.01126251  .00000481  00000-0  91312-4 0  9644
-2 25791  24.9824 123.6499 0010153  12.3561 347.7194 14.41397643225755
-FUSE 1
-1 25791U 99035A   03278.94202521 +.00000481 +00000-0 +91337-4 0 09906
-2 25791 024.9824 124.0738 0010152 011.6408 348.4333 14.41397601225743
-FUSE 1
-1 25791U 99035A   03277.97270237 +.00000495 +00000-0 +95508-4 0 09681
-2 25791 024.9827 130.0106 0010132 001.2425 358.8110 14.41397155225601
-FUSE 1
-1 25791U 99035A   03277.90346511  .00000490  00000-0  94065-4 0  9630
-2 25791  24.9828 130.4350 0010138   0.4734 359.5783 14.41397083225599
-FUSE 1
-1 25791U 99035A   03276.03405565  .00000520  00000-0  10314-3 0  9625
-2 25791  24.9827 141.8830 0010124 340.4951  19.5169 14.41396123225326
-FUSE 1
-1 25791U 99035A   03275.96481828 +.00000519 +00000-0 +10285-3 0 09740
-2 25791 024.9827 142.3069 0010124 339.7655 020.2450 14.41396066225315
-FUSE 1
-1 25791U 99035A   03274.99549511  .00000510  00000-0  10007-3 0  9615
-2 25791  24.9826 148.2432 0010136 329.5837  30.4082 14.41395326225171
-FUSE 1
-1 25791U 99035A   03273.95693438 +.00000508 +00000-0 +99668-4 0 09650
-2 25791 024.9828 154.6032 0010134 318.6446 041.3297 14.41394631225024
-FUSE 1
-1 25791U 99035A   03273.88769694  .00000499  00000-0  96894-4 0  9602
-2 25791  24.9830 155.0276 0010143 317.9041  42.0681 14.41394528225014
-FUSE 1
-1 25791U 99035A   03272.91837360 +.00000497 +00000-0 +96337-4 0 09713
-2 25791 024.9831 160.9638 0010155 307.6849 052.2737 14.41393912224871
-FUSE 1
-1 25791U 99035A   03272.15676230  .00000502  00000-0  97734-4 0  9591
-2 25791  24.9829 165.6274 0010158 299.6477  60.3019 14.41393430224762
-FUSE 1
-1 25791U 99035A   03270.91049028  .00000459  00000-0  84530-4 0  9582
-2 25791  24.9828 173.2617 0010180 286.1903  73.7484 14.41392360224582
-FUSE 1
-1 25791U 99035A   03269.59498120  .00000447  00000-0  80950-4 0  9573
-2 25791  24.9826 181.3203 0010142 272.2580  87.6765 14.41391553224394
-FUSE 1
-1 25791U 99035A   03268.97184558 +.00000445 +00000-0 +80376-4 0 09728
-2 25791 024.9827 185.1382 0010173 265.5171 094.4175 14.41391194224303
-FUSE 1
-1 25791U 99035A   03268.21023535  .00000414  00000-0  70946-4 0  9562
-2 25791  24.9826 189.8028 0010188 257.2495 102.6873 14.41390641224193
-FUSE 1
-1 25791U 99035A   03266.96396409 +.00000465 +00000-0 +86405-4 0 09591
-2 25791 024.9820 197.4355 0010222 244.5075 115.4384 14.41390276224011
-FUSE 1
-1 25791U 99035A   03266.89472691  .00000397  00000-0  65865-4 0  9558
-2 25791  24.9820 197.8595 0010244 243.7321 116.2133 14.41389876224004
-FUSE 1
-1 25791U 99035A   03265.92540594 +.00000421 +00000-0 +73184-4 0 09583
-2 25791 024.9820 203.7991 0010303 233.3804 126.5767 14.41389519223862
-FUSE 1
-1 25791U 99035A   03265.85616889  .00000313  00000-0  40304-4 0  9540
-2 25791  24.9821 204.2231 0010301 232.5282 127.4287 14.41388972223853
-FUSE 1
-1 25791U 99035A   03264.95608437 +.00000413 +00000-0 +70600-4 0 09600
-2 25791 024.9825 209.7349 0010306 222.8574 137.1133 14.41389145223725
-FUSE 1
-1 25791U 99035A   03264.47142380  .00000318  00000-0  41810-4 0  9534
-2 25791  24.9828 212.7038 0010331 217.6796 142.2976 14.41388613223656
-FUSE 1
-1 25791U 99035A   03263.98676299 +.00000580 +00000-0 +12130-3 0 09634
-2 25791 024.9828 215.6716 0010371 212.5398 147.4473 14.41389300223582
-FUSE 1
-1 25791U 99035A   03263.22515633  .00000537  00000-0  10820-3 0  9529
-2 25791  24.9833 220.3517 0010502 204.2952 155.7061 14.41388708223474
-FUSE 1
-1 25791U 99035A   03262.18659921  .00000379  00000-0  60457-4 0  9517
-2 25791  24.9840 226.7147 0010614 193.4882 166.5362 14.41387701223326
-FUSE 1
-1 25791U 99035A   03260.94032957 +.00000309 +00000-0 +39078-4 0 09544
-2 25791 024.9847 234.3525 0010738 180.7298 179.3196 14.41387027223143
-FUSE 1
-1 25791U 99035A   03260.59414308  .00000321  00000-0  42703-4 0  9508
-2 25791  24.9846 236.4723 0010751 177.3006 182.7566 14.41387012223096
-FUSE 1
-1 25791U 99035A   03259.62482160 +.00000345 +00000-0 +49962-4 0 09512
-2 25791 024.9849 242.4122 0010762 167.3136 192.7647 14.41386920222956
-FUSE 1
-1 25791U 99035A   03259.48634698  .00000346  00000-0  50207-4 0  9493
-2 25791  24.9851 243.2626 0010790 166.2982 193.7819 14.41386915222939
-FUSE 1
-1 25791U 99035A   03258.79397436 +.00000352 +00000-0 +52081-4 0 09637
-2 25791 024.9852 247.5042 0010849 159.0756 201.0196 14.41386761222832
-FUSE 1
-1 25791U 99035A   03258.24007588  .00000371  00000-0  57900-4 0  9482
-2 25791  24.9858 250.9015 0011010 153.8841 206.2222 14.41386865222757
-FUSE 1
-1 25791U 99035A   03257.33999071 +.00000378 +00000-0 +60212-4 0 09553
-2 25791 024.9856 256.4136 0010989 144.6365 215.4873 14.41386567222622
-FUSE 1
-1 25791U 99035A   03257.20151615  .00000373  00000-0  58654-4 0  9476
-2 25791  24.9858 257.2623 0010972 143.2340 216.8919 14.41386487222609
-FUSE 1
-1 25791U 99035A   03255.47058133  .00000387  00000-0  62819-4 0  9466
-2 25791  24.9862 267.8626 0010955 125.3598 234.7940 14.41385975222357
-FUSE 1
-1 25791U 99035A   03254.50125662 +.00000395 +00000-0 +65424-4 0 09599
-2 25791 024.9864 273.7990 0010932 115.3011 244.8633 14.41385685222217
-FUSE 1
-1 25791U 99035A   03254.22430627  .00000409  00000-0  69456-4 0  9458
-2 25791  24.9864 275.4955 0010924 112.3361 247.8299 14.41385695222170
-FUSE 1
-1 25791U 99035A   03253.46269339 +.00000419 +00000-0 +72692-4 0 09663
-2 25791 024.9863 280.1591 0010929 104.3257 255.8466 14.41385425222062
-FUSE 1
-1 25791U 99035A   03252.49336705  .00000424  00000-0  74176-4 0  9448
-2 25791  24.9866 286.0950 0010932  94.0918 266.0842 14.41385027221926
-FUSE 1
-1 25791U 99035A   03251.52403956 +.00000424 +00000-0 +73986-4 0 09576
-2 25791 024.9869 292.0308 0010917 083.9198 276.2554 14.41384578221780
-FUSE 1
-1 25791U 99035A   03251.24708871  .00000426  00000-0  74604-4 0  9434
-2 25791  24.9872 293.7274 0010909  80.9459 279.2282 14.41384483221744
-FUSE 1
-1 25791U 99035A   03250.97013781 +.00000418 +00000-0 +72375-4 0 09740
-2 25791 024.9873 295.4231 0010905 078.1232 282.0498 14.41384291221705
-FUSE 1
-1 25791U 99035A   03249.86233339 +.00000400 +00000-0 +66776-4 0 09423
-2 25791 024.9871 302.2068 0010890 066.3519 293.8131 14.41383569221541
-FUSE 1
-1 25791U 99035A   03248.96224150 +.00000395 +00000-0 +65318-4 0 09428
-2 25791 024.9864 307.7247 0010716 058.1747 301.9802 14.41383147221415
-FUSE 1
-1 25791U 99035A   03248.82376522  .00000395  00000-0  65312-4 0  9417
-2 25791  24.9864 308.5726 0010716  56.7210 303.4300 14.41383087221395
-FUSE 1
-1 25791U 99035A   03247.57748243  .00000413  00000-0  70836-4 0  9408
-2 25791  24.9872 316.2080 0010565  43.8549 316.2796 14.41382788221216
-FUSE 1
-1 25791U 99035A   03246.53891243  .00000409  00000-0  69731-4 0  9397
-2 25791  24.9871 322.5678 0010569  32.9529 327.1635 14.41382255221064
-FUSE 1
-1 25791U 99035A   03245.63881795 +.00000407 +00000-0 +68920-4 0 09609
-2 25791 024.9867 328.0798 0010586 023.6313 336.4682 14.41381788220930
-FUSE 1
-1 25791U 99035A   03244.87719914 +.00000397 +00000-0 +66048-4 0 09390
-2 25791 024.9864 332.7446 0010573 015.6956 344.3874 14.41381338220829
-FUSE 1
-1 25791U 99035A   03244.80796102  .00000402  00000-0  67416-4 0  9383
-2 25791  24.9865 333.1693 0010551  14.8812 345.2004 14.41381368220814
-FUSE 1
-1 25791U 99035A   03243.56167487  .00000400  00000-0  66930-4 0  9370
-2 25791  24.9861 340.8025 0010455   2.0304 358.0247 14.41380812220636
-FUSE 1
-1 25791U 99035A   03242.10768214  .00000384  00000-0  61838-4 0  9366
-2 25791  24.9858 349.7084 0010398 346.8053  13.2597 14.41380003220428
-FUSE 1
-1 25791U 99035A   03240.86139314  .00000177  00000-0 -91380-6 0  9357
-2 25791  24.9845 357.3695 0010244 330.3925  29.6003 14.41377473220243
-FUSE 1
-1 25791U 99035A   03239.19967539  .00000180  00000-0 -11405-6 0  9342
-2 25791  24.9845   7.5442 0010244 312.9466  47.0181 14.41377475220000
-FUSE 1
-1 25791U 99035A   03237.81491175  .00000180  00000-0 -10791-6 0  9333
-2 25791  24.9845  16.0231 0010244 298.4083  61.5391 14.41377477219806
-FUSE 1
-1 25791U 99035A   03236.70710174 +.00000180 +00000-0 -12297-6 0 09505
-2 25791 024.9845 022.8062 0010244 286.7778 073.1606 14.41377478219645
-FUSE 1
-1 25791U 99035A   03235.87624491  .00000430  00000-0  75902-4 0  9325
-2 25791  24.9843  27.8971 0010286 277.4878  82.4467 14.41377926219524
-FUSE 1
-1 25791U 99035A   03234.56072309  .00000420  00000-0  72808-4 0  9315
-2 25791  24.9844  35.9594 0010466 263.3036  96.6284 14.41377185219336
-FUSE 1
-1 25791U 99035A   03232.89901222  .00000471  00000-0  88341-4 0  9308
-2 25791  24.9843  46.1371 0010503 245.8515 114.0899 14.41376268219092
-FUSE 1
-1 25791U 99035A   03231.92968258 +.00000350 +00000-0 +51702-4 0 09300
-2 25791 024.9843 052.0765 0010506 236.3120 123.6400 14.41375219218958
-FUSE 1
-1 25791U 99035A   03231.86044481  .00000313  00000-0  40315-4 0  9291
-2 25791  24.9843  52.5008 0010526 235.7646 124.1874 14.41375001218940
-FUSE 1
-1 25791U 99035A   03230.89111324 +.00000349 +00000-0 +51379-4 0 09464
-2 25791 024.9839 058.4375 0010590 225.8512 134.1126 14.41374740218805
-FUSE 1
-1 25791U 99035A   03229.99102053  .00000344  00000-0  49608-4 0  9289
-2 25791  24.9838  63.9510 0010593 216.5837 143.3947 14.41374377218670
-FUSE 1
-1 25791U 99035A   03228.88321397  .00000376  00000-0  59327-4 0  9273
-2 25791  24.9835  70.7358 0010594 204.9564 155.0432 14.41374173218518
-FUSE 1
-1 25791U 99035A   03227.84464580  .00000382  00000-0  61272-4 0  9268
-2 25791  24.9832  77.0969 0010595 194.0430 165.9784 14.41373732218368
-FUSE 1
-1 25791U 99035A   03226.18293582  .00000373  00000-0  58388-4 0  9259
-2 25791  24.9829  87.2795 0010731 178.1810 181.8718 14.41372848218126
-FUSE 1
-1 25791U 99035A   03225.07512980  .00000318  00000-0  41806-4 0  9247
-2 25791  24.9835  94.0680 0010816 167.1667 192.9121 14.41372136217966
-FUSE 1
-1 25791U 99035A   03223.96732209 +.00000355 +00000-0 +53136-4 0 09274
-2 25791 024.9833 100.8554 0010794 156.0215 204.0798 14.41372011217801
-FUSE 1
-1 25791U 99035A   03223.89808455  .00000296  00000-0  35300-4 0  9236
-2 25791  24.9836 101.2807 0010797 155.4595 204.6427 14.41371615217799
-FUSE 1
-1 25791U 99035A   03222.92875220 +.00000342 +00000-0 +49175-4 0 09263
-2 25791 024.9836 107.2168 0010792 144.9594 215.1626 14.41371640217653
-FUSE 1
-1 25791U 99035A   03222.85951409  .00000389  00000-0  63357-4 0  9224
-2 25791  24.9835 107.6416 0010784 144.0445 216.0785 14.41371877217646
-FUSE 1
-1 25791U 99035A   03221.12856271  .00000472  00000-0  88663-4 0  9213
-2 25791  24.9830 118.2449 0010733 126.0331 234.1179 14.41371231217397
-FUSE 1
-1 25791U 99035A   03219.95151328 +.00000389 +00000-0 +63388-4 0 09249
-2 25791 024.9833 125.4565 0010532 114.7019 245.4588 14.41370330217223
-FUSE 1
-1 25791U 99035A   03219.88227503  .00000360  00000-0  54766-4 0  9205
-2 25791  24.9833 125.8804 0010481 114.1240 246.0365 14.41370138217211
-FUSE 1
-1 25791U 99035A   03218.98217790 +.00000310 +00000-0 +39570-4 0 09270
-2 25791 024.9834 131.3939 0010359 104.8947 255.2709 14.41369450217081
-FUSE 1
-1 25791U 99035A   03218.22055588  .00000325  00000-0  43896-4 0  9195
-2 25791  24.9833 136.0582 0010328  97.1561 263.0126 14.41369334216976
-FUSE 1
-1 25791U 99035A   03216.97426484 +.00000324 +00000-0 +43677-4 0 09200
-2 25791 024.9831 143.6927 0010266 083.9318 276.2359 14.41368918216796
-FUSE 1
-1 25791U 99035A   03216.90502635  .00000324  00000-0  43789-4 0  9187
-2 25791  24.9831 144.1168 0010254  83.2226 276.9448 14.41368901216784
-FUSE 1
-1 25791U 99035A   03215.93568806 +.00000306 +00000-0 +38302-4 0 09186
-2 25791 024.9831 150.0535 0010228 073.0379 287.1257 14.41368459216640
-FUSE 1
-1 25791U 99035A   03215.86644944  .00000306  00000-0  38426-4 0  9172
-2 25791  24.9830 150.4777 0010251  72.2855 287.8766 14.41368430216637
-FUSE 1
-1 25791U 99035A   03214.27396229  .00000303  00000-0  37387-4 0  9167
-2 25791  24.9829 160.2299 0010215  55.5824 304.5651 14.41367999216407
-FUSE 1
-1 25791U 99035A   03213.23538267  .00000307  00000-0  38665-4 0  9155
-2 25791  24.9828 166.5915 0010190  44.3110 315.8212 14.41367720216259
-FUSE 1
-1 25791U 99035A   03211.98908622 +.00000313 +00000-0 +40404-4 0 09196
-2 25791 024.9827 174.2250 0010179 031.1264 328.9848 14.41367405216077
-FUSE 1
-1 25791U 99035A   03211.29669883  .00000314  00000-0  40736-4 0  9147
-2 25791  24.9825 178.4652 0010188  23.8546 336.2433 14.41367209215970
-FUSE 1
-1 25791U 99035A   03210.95050531 +.00000311 +00000-0 +39816-4 0 09147
-2 25791 024.9826 180.5863 0010167 019.9914 340.1003 14.41367090215921
-FUSE 1
-1 25791U 99035A   03210.25811739  .00000298  00000-0  35831-4 0  9131
-2 25791  24.9827 184.8260 0010169  12.8248 347.2517 14.41366825215826
-FUSE 1
-1 25791U 99035A   03209.98116198 +.00000355 +00000-0 +53278-4 0 09203
-2 25791 024.9828 186.5250 0010134 009.7829 350.2881 14.41367237215788
-FUSE 1
-1 25791U 99035A   03209.21953520  .00000362  00000-0  55372-4 0  9123
-2 25791  24.9829 191.1892 0010126   1.8534 358.2012 14.41367046215670
-FUSE 1
-1 25791U 99035A   03207.41932608  .00000397  00000-0  65919-4 0  9112
-2 25791  24.9834 202.2142 0010129 342.4913  17.5242 14.41366581215411
-FUSE 1
-1 25791U 99035A   03206.24226672  .00000379  00000-0  60573-4 0  9109
-2 25791  24.9836 209.4233 0010138 329.9393  30.0533 14.41365965215244
-FUSE 1
-1 25791U 99035A   03204.85749015  .00000390  00000-0  63688-4 0  9096
-2 25791  24.9836 217.9044 0010134 314.4685  45.4984 14.41365469215044
-FUSE 1
-1 25791U 99035A   03203.47271543  .00000301  00000-0  36716-4 0  9082
-2 25791  24.9838 226.3867 0010127 298.5921  61.3578 14.41364370214843
-FUSE 1
-1 25791U 99035A   03202.50337269 +.00000333 +00000-0 +46557-4 0 09082
-2 25791 024.9834 232.3257 0010184 287.7687 072.1712 14.41364273214708
-FUSE 1
-1 25791U 99035A   03202.43413602  .00000335  00000-0  47009-4 0  9074
-2 25791  24.9835 232.7499 0010187 287.0863  72.8636 14.41364263214692
-FUSE 1
-1 25791U 99035A   03200.49545146  .00000183  00000-0  84321-6 0  9067
-2 25791  24.9838 244.6283 0010314 266.2072  93.7255 14.41363179214415
-FUSE 1
-1 25791U 99035A   03199.24916265  .00000402  00000-0  67231-4 0  9053
-2 25791  24.9834 252.3006 0010423 253.2621 106.6748 14.41363500214236
-FUSE 1
-1 25791U 99035A   03197.58743701  .00000400  00000-0  66746-4 0  9048
-2 25791  24.9833 262.4772 0010401 235.9965 123.9556 14.41362839213996
-FUSE 1
-1 25791U 99035A   03196.61809736 +.00000504 +00000-0 +98396-4 0 09043
-2 25791 024.9830 268.4132 0010415 225.8377 134.1285 14.41362729213855
-FUSE 1
-1 25791U 99035A   03196.54885888  .00000449  00000-0  81664-4 0  9034
-2 25791  24.9830 268.8370 0010432 225.2935 134.6725 14.41362452213842
-FUSE 1
-1 25791U 99035A   03195.64875805 +.00000455 +00000-0 +83486-4 0 09224
-2 25791 024.9829 274.3493 0010447 216.0256 143.9548 14.41361982213717
-FUSE 1
-1 25791U 99035A   03194.88713482 +.00000400 +00000-0 +66658-4 0 09032
-2 25791 024.9833 279.0133 0010462 208.0340 151.9610 14.41361395213602
-FUSE 1
-1 25791U 99035A   03194.81789616  .00000397  00000-0  65761-4 0  9025
-2 25791  24.9833 279.4379 0010462 207.3064 152.6887 14.41361358213594
-FUSE 1
-1 25791U 99035A   03193.57160311  .00000394  00000-0  64958-4 0  9015
-2 25791  24.9835 287.0727 0010549 194.3193 165.7017 14.41360869213419
-FUSE 1
-1 25791U 99035A   03192.53302554  .00000384  00000-0  62038-4 0  9002
-2 25791  24.9837 293.4343 0010602 183.6268 176.4166 14.41360386213261
-FUSE 1
-1 25791U 99035A   03191.35597034  .00000393  00000-0  64745-4 0  8994
-2 25791  24.9836 300.6430 0010601 171.2654 188.8044 14.41359972213091
-FUSE 1
-1 25791U 99035A   03190.17891471  .00000398  00000-0  66148-4 0  8988
-2 25791  24.9835 307.8521 0010640 158.8269 201.2681 14.41359500212921
-FUSE 1
-1 25791U 99035A   03188.93261973 +.00000398 +00000-0 +66190-4 0 08984
-2 25791 024.9836 315.4853 0010668 145.8317 214.2878 14.41358965212741
-FUSE 1
-1 25791U 99035A   03188.86338107  .00000398  00000-0  66279-4 0  8977
-2 25791  24.9837 315.9093 0010668 145.1176 215.0032 14.41358942212734
-FUSE 1
-1 25791U 99035A   03187.89403965 +.00000399 +00000-0 +66534-4 0 09149
-2 25791 024.9837 321.8470 0010683 135.2787 224.8581 14.41358544212593
-FUSE 1
-1 25791U 99035A   03187.54784627  .00000403  00000-0  67680-4 0  8966
-2 25791  24.9839 323.9680 0010707 131.6538 228.4889 14.41358445212548
-FUSE 1
-1 25791U 99035A   03186.23230982  .00000406  00000-0  68626-4 0  8954
-2 25791  24.9839 332.0260 0010696 118.3365 241.8223 14.41357879212350
-FUSE 1
-1 25791U 99035A   03185.12448869  .00000396  00000-0  65488-4 0  8946
-2 25791  24.9837 338.8117 0010654 106.8250 253.3431 14.41357267212194
-FUSE 1
-1 25791U 99035A   03183.87818800  .00000395  00000-0  65374-4 0  8934
-2 25791  24.9840 346.4456 0010638  93.9282 266.2445 14.41356752212019
-FUSE 1
-1 25791U 99035A   03182.90884166 +.00000400 +00000-0 +66995-4 0 09146
-2 25791 024.9842 352.3832 0010602 083.8848 276.2865 14.41356408211870
-FUSE 1
-1 25791U 99035A   03182.56264693  .00000389  00000-0  63591-4 0  8925
-2 25791  24.9841 354.5053 0010564  80.1314 280.0389 14.41356127211820
-FUSE 1
-1 25791U 99035A   03181.93949462 +.00000396 +00000-0 +65802-4 0 09194
-2 25791 024.9843 358.3221 0010512 073.9292 286.2372 14.41355980211735
-FUSE 1
-1 25791U 99035A   03181.17786419  .00000395  00000-0  65266-4 0  8913
-2 25791  24.9844   2.9874 0010488  65.8262 294.3343 14.41355639211628
-FUSE 1
-1 25791U 99035A   03180.13927548  .00000410  00000-0  69784-4 0  8904
-2 25791  24.9846   9.3489 0010422  55.0943 305.0535 14.41355362211477
-FUSE 1
-1 25791U 99035A   03178.89296857  .00000417  00000-0  72182-4 0  8897
-2 25791  24.9844  16.9825 0010375  41.8562 318.2738 14.41354851211293
-FUSE 1
-1 25791U 99035A   03177.85437834  .00000422  00000-0  73448-4 0  8885
-2 25791  24.9849  23.3439 0010297  30.9792 329.1322 14.41354454211141
-FUSE 1
-1 25791U 99035A   03176.95426603 +.00000430 +00000-0 +76000-4 0 09042
-2 25791 024.9848 028.8557 0010293 021.4500 338.6436 14.41354102211016
-FUSE 1
-1 25791U 99035A   03176.05415314  .00000443  00000-0  79845-4 0  8874
-2 25791  24.9846  34.3674 0010294  11.9009 348.1738 14.41353789210880
-FUSE 1
-1 25791U 99035A   03175.01556135  .00000450  00000-0  82065-4 0  8861
-2 25791  24.9847  40.7274 0010280   1.0899 358.9629 14.41353338210732
-FUSE 1
-1 25791U 99035A   03173.97697009 +.00000396 +00000-0 +65568-4 0 08903
-2 25791 024.9822 047.0922 0010249 350.3402 009.6908 14.41352733210581
-FUSE 1
-1 25791U 99035A   03173.90773105  .00000369  00000-0  57536-4 0  8858
-2 25791  24.9822  47.5172 0010351 349.7832  10.2465 14.41352535210571
-FUSE 1
-1 25791U 99035A   03172.86913829  .00000604  00000-0  12883-3 0  8847
-2 25791  24.9818  53.8803 0010249 338.4160  21.5913 14.41352920210427
-FUSE 1
-1 25791U 99035A   03171.48434975  .00000462  00000-0  85627-4 0  8832
-2 25791  24.9815  62.3608 0010207 323.6696  36.3121 14.41351186210222
-FUSE 1
-1 25791U 99035A   03170.93043425 +.00000466 +00000-0 +86941-4 0 08965
-2 25791 024.9816 065.7566 0010267 317.5345 042.4371 14.41350839210142
-FUSE 1
-1 25791U 99035A   03170.16879981  .00000418  00000-0  72429-4 0  8822
-2 25791  24.9818  70.4234 0010268 308.4790  51.4798 14.41350330210030
-FUSE 1
-1 25791U 99035A   03169.96108168 +.00000420 +00000-0 +73009-4 0 08907
-2 25791 024.9818 071.6973 0010259 306.2163 053.7398 14.41350228210007
-FUSE 1
-1 25791U 99035A   03169.13020792  .00000418  00000-0  72287-4 0  8816
-2 25791  24.9816  76.7849 0010262 297.4420  62.5043 14.41349800209887
-FUSE 1
-1 25791U 99035A   03167.95313733 +.00000423 +00000-0 +73631-4 0 08836
-2 25791 024.9816 083.9955 0010237 284.2230 075.7140 14.41349347209712
-FUSE 1
-1 25791U 99035A   03167.88389799  .00000435  00000-0  77426-4 0  8809
-2 25791  24.9815  84.4197 0010234 283.5451  76.3924 14.41349399209702
-FUSE 1
-1 25791U 99035A   03166.98378580 +.00000412 +00000-0 +70359-4 0 08897
-2 25791 024.9815 089.9316 0010231 274.0471 085.8867 14.41348763209579
-FUSE 1
-1 25791U 99035A   03166.56834950  .00000395  00000-0  65244-4 0  8795
-2 25791  24.9815  92.4756 0010212 269.5845  90.3483 14.41348446209516
-FUSE 1
-1 25791U 99035A   03165.25280226  .00000385  00000-0  62295-4 0  8782
-2 25791  24.9816 100.5354 0010250 255.6305 104.3063 14.41347768209326
-FUSE 1
-1 25791U 99035A   03164.21421250  .00000364  00000-0  55776-4 0  8773
-2 25791  24.9817 106.8968 0010263 244.7090 115.2352 14.41347204209171
-FUSE 1
-1 25791U 99035A   03163.93725544 +.00000369 +00000-0 +57280-4 0 09097
-2 25791 024.9817 108.5944 0010284 241.8348 118.1121 14.41347113209132
-FUSE 1
-1 25791U 99035A   03162.96790594 +.00000356 +00000-0 +53409-4 0 08809
-2 25791 024.9817 114.5342 0010284 232.0618 127.8964 14.41346608208996
-FUSE 1
-1 25791U 99035A   03162.89866691  .00000344  00000-0  49614-4 0  8768
-2 25791  24.9818 114.9584 0010288 231.3218 128.6380 14.41346492208982
-FUSE 1
-1 25791U 99035A   03161.92931687 +.00000312 +00000-0 +39943-4 0 08814
-2 25791 024.9818 120.8944 0010301 221.0945 138.8793 14.41345978208841
-FUSE 1
-1 25791U 99035A   03161.51388123  .00000295  00000-0  34834-4 0  8757
-2 25791  24.9820 123.4393 0010342 216.6080 143.3724 14.41345778208782
-FUSE 1
-1 25791U 99035A   03160.95996814 +.00000250 +00000-0 +21193-4 0 08773
-2 25791 024.9821 126.8372 0010451 211.1438 148.8456 14.41345263208708
-FUSE 1
-1 25791U 99035A   03160.40605336  .00000261  00000-0  24623-4 0  8749
-2 25791  24.9820 130.2299 0010533 205.5270 154.4717 14.41345268208625
-FUSE 1
-1 25791U 99035A   03159.99061818 +.00000273 +00000-0 +28036-4 0 08815
-2 25791 024.9819 132.7771 0010571 201.2873 158.7201 14.41345234208560
-FUSE 1
-1 25791U 99035A   03159.22898615  .00000265  00000-0  25800-4 0  8732
-2 25791  24.9819 137.4409 0010567 193.3150 166.7080 14.41345034208454
-FUSE 1
-1 25791U 99035A   03158.19039828  .00000250  00000-0  21230-4 0  8726
-2 25791  24.9819 143.8080 0010564 183.2476 176.7970 14.41344597208302
-FUSE 1
-1 25791U 99035A   03156.66713447  .00000150  00000-0 -91100-5 0  8715
-2 25791  24.9821 153.1385 0010638 167.6080 192.4690 14.41343778208085
-FUSE 1
-1 25791U 99035A   03155.42082656  .00000252  00000-0  21776-4 0  8701
-2 25791  24.9824 160.7774 0010914 155.1123 204.9913 14.41344428207901
-FUSE 1
-1 25791U 99035A   03154.45147561 +.00000386 +00000-0 +62443-4 0 08827
-2 25791 024.9823 166.7138 0010921 144.9592 215.1639 14.41344834207768
-FUSE 1
-1 25791U 99035A   03154.24375716  .00000440  00000-0  78935-4 0  8698
-2 25791  24.9823 167.9870 0010912 142.7461 217.3784 14.41345004207737
-FUSE 1
-1 25791U 99035A   03152.72049180  .00000524  00000-0  10445-3 0  8685
-2 25791  24.9821 177.3180 0010876 127.0026 233.1484 14.41344268207516
-FUSE 1
-1 25791U 99035A   03151.54342182  .00000483  00000-0  91927-4 0  8670
-2 25791  24.9825 184.5392 0010739 116.1807 243.9807 14.41343273207343
-FUSE 1
-1 25791U 99035A   03150.22787149  .00000462  00000-0  85706-4 0  8664
-2 25791  24.9829 192.6106 0010589 103.2247 256.9442 14.41342447207158
-FUSE 1
-1 25791U 99035A   03148.56611937  .00000483  00000-0  92184-4 0  8659
-2 25791  24.9829 202.7908 0010554  85.9076 274.2645 14.41341656206911
-FUSE 1
-1 25791U 99035A   03147.52752265 +.00000485 +00000-0 +92660-4 0 08802
-2 25791 024.9829 209.1535 0010502 074.9181 285.2489 14.41341031206764
-FUSE 1
-1 25791U 99035A   03147.25056401  .00000444  00000-0  80285-4 0  8648
-2 25791  24.9832 210.8523 0010387  71.8386 288.3258 14.41340505206727
-FUSE 1
-1 25791U 99035A   03145.65804606  .00000436  00000-0  77914-4 0  8633
-2 25791  24.9834 220.6078 0010334  54.9657 305.1825 14.41339591206493
-FUSE 1
-1 25791U 99035A   03144.55020623  .00000437  00000-0  78023-4 0  8622
-2 25791  24.9834 227.3948 0010384  43.0456 317.0865 14.41338981206335
-FUSE 1
-1 25791U 99035A   03143.51160500  .00000421  00000-0  73254-4 0  8619
-2 25791  24.9837 233.7586 0010263  31.8445 328.2684 14.41338349206180
-FUSE 1
-1 25791U 99035A   03142.68072397 +.00000390 +00000-0 +63795-4 0 08751
-2 25791 024.9839 238.8486 0010272 023.0015 337.0956 14.41337687206064
-FUSE 1
-1 25791U 99035A   03142.33452356  .00000379  00000-0  60393-4 0  8602
-2 25791  24.9841 240.9721 0010255  19.1006 340.9888 14.41337442206011
-FUSE 1
-1 25791U 99035A   03141.71136164 +.00000379 +00000-0 +60626-4 0 08800
-2 25791 024.9840 244.7879 0010278 012.6009 347.4755 14.41337187205922
-FUSE 1
-1 25791U 99035A   03140.74199907  .00000370  00000-0  57735-4 0  8590
-2 25791  24.9841 250.7264 0010336   2.4159 357.6402 14.41336697205787
-FUSE 1
-1 25791U 99035A   03139.77263585 +.00000354 +00000-0 +52942-4 0 08660
-2 25791 024.9844 256.6661 0010354 351.8435 008.1907 14.41336219205647
-FUSE 1
-1 25791U 99035A   03139.56491547  .00000328  00000-0  45098-4 0  8584
-2 25791  24.9847 257.9406 0010399 349.2190  10.8094 14.41335926205617
-FUSE 1
-1 25791U 99035A   03138.73403226 +.00000337 +00000-0 +47751-4 0 08790
-2 25791 024.9846 263.0295 0010413 340.7827 019.2287 14.41335717205491
-FUSE 1
-1 25791U 99035A   03137.76466903  .00000347  00000-0  50863-4 0  8578
-2 25791  24.9846 268.9696 0010450 330.8995  29.0930 14.41335458205358
-FUSE 1
-1 25791U 99035A   03136.65682420  .00000390  00000-0  63870-4 0  8568
-2 25791  24.9845 275.7569 0010467 319.1949  40.7776 14.41335447205197
-FUSE 1
-1 25791U 99035A   03135.68746059 +.00000395 +00000-0 +65459-4 0 08569
-2 25791 024.9844 281.6931 0010472 309.0975 050.8590 14.41335072205053
-FUSE 1
-1 25791U 99035A   03135.54898003  .00000409  00000-0  69659-4 0  8552
-2 25791  24.9844 282.5416 0010458 307.6606  52.2948 14.41335149205036
-FUSE 1
-1 25791U 99035A   03134.51037701 +.00000418 +00000-0 +72356-4 0 08578
-2 25791 024.9842 288.9014 0010448 296.9961 062.9478 14.41334711204883
-FUSE 1
-1 25791U 99035A   03133.88721559  .00000426  00000-0  74642-4 0  8544
-2 25791  24.9841 292.7176 0010439 290.6823  69.2571 14.41334447204792
-FUSE 1
-1 25791U 99035A   03132.84861269 +.00000430 +00000-0 +75920-4 0 08592
-2 25791 024.9841 299.0779 0010500 279.5447 080.3876 14.41333984204649
-FUSE 1
-1 25791U 99035A   03132.57165180  .00000452  00000-0  82534-4 0  8538
-2 25791  24.9840 300.7743 0010474 276.5765  83.3548 14.41334042204600
-FUSE 1
-1 25791U 99035A   03131.87925065 +.00000453 +00000-0 +82898-4 0 08732
-2 25791 024.9839 305.0137 0010463 269.3387 090.5924 14.41333669204502
-FUSE 1
-1 25791U 99035A   03130.90988891  .00000490  00000-0  94080-4 0  8525
-2 25791  24.9837 310.9515 0010487 259.0381 100.8949 14.41333434204367
-FUSE 1
-1 25791U 99035A   03129.87128778  .00000523  00000-0  10424-3 0  8514
-2 25791  24.9835 317.3134 0010521 248.2159 111.7230 14.41333026204210
-FUSE 1
-1 25791U 99035A   03128.90192725 +.00000552 +00000-0 +11296-3 0 08532
-2 25791 024.9833 323.2517 0010552 238.0980 121.8502 14.41332579204072
-FUSE 1
-1 25791U 99035A   03128.83268738  .00000545  00000-0  11086-3 0  8508
-2 25791  24.9833 323.6764 0010568 237.4929 122.4559 14.41332467204067
-FUSE 1
-1 25791U 99035A   03127.93256604 +.00000601 +00000-0 +12794-3 0 08608
-2 25791 024.9830 329.1896 0010698 227.9538 132.0061 14.41332295203934
-FUSE 1
-1 25791U 99035A   03126.96320595  .00000625  00000-0  13528-3 0  8490
-2 25791  24.9830 335.1268 0010736 217.7754 142.2000 14.41331691203793
-FUSE 1
-1 25791U 99035A   03125.92460573  .00000669  00000-0  14867-3 0  8480
-2 25791  24.9827 341.4877 0010781 206.7283 153.2669 14.41331116203649
-FUSE 1
-1 25791U 99035A   03124.95524601 +.00000691 +00000-0 +15516-3 0 08505
-2 25791 024.9825 347.4243 0010785 196.3122 163.7039 14.41330332203501
-FUSE 1
-1 25791U 99035A   03124.88600610  .00000690  00000-0  15495-3 0  8473
-2 25791  24.9826 347.8485 0010786 195.5964 164.4215 14.41330260203492
-FUSE 1
-1 25791U 99035A   03123.91664594 +.00000696 +00000-0 +15682-3 0 08516
-2 25791 024.9825 353.7856 0010797 185.6495 174.3891 14.41329308203356
-FUSE 1
-1 25791U 99035A   03123.84740597  .00000693  00000-0  15596-3 0  8461
-2 25791  24.9825 354.2099 0010797 185.0043 175.0358 14.41329216203347
-FUSE 1
-1 25791U 99035A   03122.11640408  .00000703  00000-0  15884-3 0  8451
-2 25791  24.9822   4.8109 0010810 167.4774 192.6009 14.41327425203095
-FUSE 1
-1 25791U 99035A   03121.07780243  .00000667  00000-0  14783-3 0  8442
-2 25791  24.9822  11.1719 0010728 156.8103 203.2890 14.41325997202941
-FUSE 1
-1 25791U 99035A   03119.96995900 +.00000637 +00000-0 +13898-3 0 08471
-2 25791 024.9824 017.9568 0010660 145.4593 214.6611 14.41324655202780
-FUSE 1
-1 25791U 99035A   03119.90071904  .00000619  00000-0  13339-3 0  8430
-2 25791  24.9826  18.3811 0010636 144.7680 215.3531 14.41324414202771
-FUSE 1
-1 25791U 99035A   03118.86211447  .00000584  00000-0  12289-3 0  8425
-2 25791  24.9826  24.7417 0010559 134.0951 226.0434 14.41323141202622
-FUSE 1
-1 25791U 99035A   03117.96198940 +.00000540 +00000-0 +10940-3 0 08522
-2 25791 024.9829 030.2539 0010497 124.5628 235.5873 14.41321998202493
-FUSE 1
-1 25791U 99035A   03117.20034409  .00000515  00000-0  10194-3 0  8419
-2 25791  24.9829  34.9180 0010485 116.4587 243.7000 14.41321200202384
-FUSE 1
-1 25791U 99035A   03115.88477360  .00000443  00000-0  80015-4 0  8407
-2 25791  24.9830  42.9750 0010371 102.4463 257.7219 14.41319637202197
-FUSE 1
-1 25791U 99035A   03114.98464436 +.00000405 +00000-0 +68282-4 0 08441
-2 25791 024.9831 048.4873 0010313 092.7862 267.3832 14.41318779202065
-FUSE 1
-1 25791U 99035A   03114.84616281  .00000401  00000-0  67228-4 0  8392
-2 25791  24.9830  49.3353 0010321  91.2914 268.8779 14.41318665202046
-FUSE 1
-1 25791U 99035A   03113.94603175 +.00000392 +00000-0 +64358-4 0 08457
-2 25791 024.9830 054.8471 0010295 081.7820 278.3859 14.41318172201911
-FUSE 1
-1 25791U 99035A   03113.25362240  .00000391  00000-0  64235-4 0  8381
-2 25791  24.9829  59.0866 0010297  74.5006 285.6639 14.41317864201815
-FUSE 1
-1 25791U 99035A   03112.97665904 +.00000377 +00000-0 +60036-4 0 08459
-2 25791 024.9831 060.7830 0010270 071.4871 288.6765 14.41317625201778
-FUSE 1
-1 25791U 99035A   03112.21500808  .00000363  00000-0  55711-4 0  8377
-2 25791  24.9831  65.4465 0010279  63.4745 296.6818 14.41317184201660
-FUSE 1
-1 25791U 99035A   03111.17639208  .00000363  00000-0  55548-4 0  8365
-2 25791  24.9830  71.8062 0010279  52.4799 307.6644 14.41316776201510
-FUSE 1
-1 25791U 99035A   03110.96866852 +.00000365 +00000-0 +56405-4 0 08600
-2 25791 024.9830 073.0785 0010262 050.2094 309.9312 14.41316734201489
-FUSE 1
-1 25791U 99035A   03109.58384492 +.00000379 +00000-0 +60572-4 0 08369
-2 25791 024.9829 081.5576 0010264 035.5220 324.5953 14.41316327201288
-FUSE 1
-1 25791U 99035A   03109.37612134  .00000390  00000-0  63811-4 0  8354
-2 25791  24.9831  82.8309 0010191  33.2102 326.9042 14.41316389201252
-FUSE 1
-1 25791U 99035A   03108.33750280  .00000419  00000-0  72748-4 0  8344
-2 25791  24.9833  89.1917 0010176  22.3826 337.7123 14.41316238201101
-FUSE 1
-1 25791U 99035A   03107.22964140  .00000487  00000-0  93318-4 0  8333
-2 25791  24.9837  95.9773 0010052  10.7357 349.3362 14.41316429200940
-FUSE 1
-1 25791U 99035A   03105.98329705 +.00000572 +00000-0 +11935-3 0 08346
-2 25791 024.9839 103.6091 0010055 357.5958 002.4500 14.41316519200765
-FUSE 1
-1 25791U 99035A   03105.42936709  .00000573  00000-0  11956-3 0  8325
-2 25791  24.9839 107.0005 0010053 351.7713   8.2628 14.41316090200681
-FUSE 1
-1 25791U 99035A   03104.39074737  .00000618  00000-0  13316-3 0  8315
-2 25791  24.9841 113.3600 0010076 341.0911  18.9221 14.41315709200539
-FUSE 1
-1 25791U 99035A   03103.83681675 +.00000642 +00000-0 +14053-3 0 08493
-2 25791 024.9841 116.7516 0010112 335.4399 024.5624 14.41315476200452
-FUSE 1
-1 25791U 99035A   03103.21364467  .00000672  00000-0  14956-3 0  8307
-2 25791  24.9843 120.5685 0010100 328.7321  31.2586 14.41315278200363
-FUSE 1
-1 25791U 99035A   03101.89805968  .00000719  00000-0  16399-3 0  8298
-2 25791  24.9841 128.6245 0010100 314.9047  45.0638 14.41314506200177
-FUSE 1
-1 25791U 99035A   03100.72095835  .00000735  00000-0  16862-3 0  8285
-2 25791  24.9823 135.8422 0010255 300.3804  59.5679 14.41313234200009
-FUSE 1
-1 25791U 99035A   03099.95930502 +.00000731 +00000-0 +16758-3 0 08321
-2 25791 024.9822 140.5054 0010257 292.8087 067.1336 14.41312329199895
-FUSE 1
-1 25791U 99035A   03099.54386033  .00000758  00000-0  17568-3 0  8273
-2 25791  24.9817 143.0635 0010123 287.3571  72.5830 14.41312013199834
-FUSE 1
-1 25791U 99035A   03098.92068851 +.00000723 +00000-0 +16491-3 0 08499
-2 25791 024.9816 146.8804 0010159 280.5747 079.3533 14.41310909199748
-FUSE 1
-1 25791U 99035A   03098.22827686  .00000751  00000-0  17368-3 0  8261
-2 25791  24.9821 151.1234 0010310 272.8590  87.0746 14.41310499199644
-FUSE 1
-1 25791U 99035A   03097.18965913  .00000710  00000-0  16100-3 0  8258
-2 25791  24.9822 157.4830 0010353 261.6244  98.3091 14.41308833199495
-FUSE 1
-1 25791U 99035A   03095.94331601  .00000705  00000-0  15943-3 0  8248
-2 25791  24.9828 165.1153 0010485 248.0340 111.9051 14.41307527199315
-FUSE 1
-1 25791U 99035A   03094.55849177  .00000687  00000-0  15400-3 0  8232
-2 25791  24.9837 173.5981 0010507 233.7648 126.1888 14.41305878199115
-FUSE 1
-1 25791U 99035A   03093.79684032 +.00000617 +00000-0 +13296-3 0 08340
-2 25791 024.9830 178.2689 0010658 225.6842 134.2806 14.41303892199000
-FUSE 1
-1 25791U 99035A   03093.45063419  .00000588  00000-0  12399-3 0  8220
-2 25791  24.9830 180.3890 0010661 222.1502 137.8185 14.41303261198959
-FUSE 1
-1 25791U 99035A   03092.06580825  .00000498  00000-0  96689-4 0  8215
-2 25791  24.9829 188.8687 0010595 207.4856 152.5026 14.41301203198758
-FUSE 1
-1 25791U 99035A   03090.88870503  .00000512  00000-0  10095-3 0  8200
-2 25791  24.9830 196.0770 0010689 195.3984 164.6200 14.41300573198583
-FUSE 1
-1 25791U 99035A   03089.91932625 +.00000473 +00000-0 +89013-4 0 08355
-2 25791 024.9831 202.0132 0010707 185.2549 174.7855 14.41299501198441
-FUSE 1
-1 25791U 99035A   03089.57311974  .00000447  00000-0  81025-4 0  8193
-2 25791  24.9832 204.1347 0010678 181.8480 178.1989 14.41298969198393
-FUSE 1
-1 25791U 99035A   03088.18829319  .00000422  00000-0  73584-4 0  8189
-2 25791  24.9836 212.6159 0010751 167.8506 192.2415 14.41297973198190
-FUSE 1
-1 25791U 99035A   03087.14967143  .00000439  00000-0  78641-4 0  8178
-2 25791  24.9834 218.9892 0010499 154.7731 205.3306 14.41297621198044
-FUSE 1
-1 25791U 99035A   03086.94194663 +.00000428 +00000-0 +75286-4 0 08488
-2 25791 024.9835 220.2611 0010504 152.4498 207.6568 14.41297416198016
-FUSE 1
-1 25791U 99035A   03085.90332252  .00000414  00000-0  71085-4 0  8164
-2 25791  24.9838 226.6261 0010293 142.1870 217.9362 14.41296881197868
-FUSE 1
-1 25791U 99035A   03085.90332251 +.00000414 +00000-0 +71084-4 0 08173
-2 25791 024.9838 226.6261 0010293 142.1870 217.9361 14.41296881197867
-FUSE 1
-1 25791U 99035A   03084.86469882  .00000343  00000-0  49516-4 0  8152
-2 25791  24.9847 232.9875 0010201 130.8102 229.3297 14.41295801197719
-FUSE 1
-1 25791U 99035A   03083.89531250 +.00000489 +00000-0 +93920-4 0 08321
-2 25791 024.9844 238.9268 0010672 122.1781 237.9761 14.41296727197570
-FUSE 1
-1 25791U 99035A   03083.54910375  .00000503  00000-0  98232-4 0  8140
-2 25791  24.9844 241.0479 0010701 118.5123 241.6462 14.41296648197528
-FUSE 1
-1 25791U 99035A   03082.92592724 +.00000523 +00000-0 +10446-3 0 08451
-2 25791 024.9843 244.8641 0010700 112.2904 247.8737 14.41296449197438
-FUSE 1
-1 25791U 99035A   03082.16426759  .00000526  00000-0  10521-3 0  8133
-2 25791  24.9841 249.5294 0010669 104.2866 255.8838 14.41295912197327
-FUSE 1
-1 25791U 99035A   03081.12563750  .00000612  00000-0  13128-3 0  8122
-2 25791  24.9842 255.8923 0010711  94.3078 265.8647 14.41296014197175
-FUSE 1
-1 25791U 99035A   03079.87928172  .00000670  00000-0  14898-3 0  8112
-2 25791  24.9845 263.5260 0010772  80.9467 279.2259 14.41295470196990
-FUSE 1
-1 25791U 99035A   03078.90989285 +.00000680 +00000-0 +15204-3 0 08356
-2 25791 024.9842 269.4617 0010753 070.0356 290.1308 14.41294541196854
-FUSE 1
-1 25791U 99035A   03078.56368187  .00000702  00000-0  15885-3 0  8103
-2 25791  24.9840 271.5817 0010757  66.2560 293.9075 14.41294387196801
-FUSE 1
-1 25791U 99035A   03077.17883857  .00000638  00000-0  13930-3 0  8090
-2 25791  24.9843 280.0617 0010654  50.7889 309.3564 14.41292379196607
-FUSE 1
-1 25791U 99035A   03076.14020216  .00000782  00000-0  18324-3 0  8089
-2 25791  24.9848 286.4255 0010468  43.0582 317.0743 14.41292815196451
-FUSE 1
-1 25791U 99035A   03074.89383969  .00000825  00000-0  19632-3 0  8076
-2 25791  24.9853 294.0604 0010385  30.7066 329.4048 14.41291731196279
-FUSE 1
-1 25791U 99035A   03073.43974802  .00000854  00000-0  20497-3 0  8069
-2 25791  24.9852 302.9660 0010367  15.2865 344.7954 14.41290069196060
-FUSE 1
-1 25791U 99035A   03072.19338203  .00000856  00000-0  20554-3 0  8055
-2 25791  24.9854 310.5981 0010287   2.1680 357.8866 14.41288422195880
-FUSE 1
-1 25791U 99035A   03071.08550087  .00000818  00000-0  19402-3 0  8045
-2 25791  24.9860 317.3842 0010263 349.9948  10.0353 14.41286657195721
-FUSE 1
-1 25791U 99035A   03069.97761880 +.00000763 +00000-0 +17745-3 0 08086
-2 25791 024.9860 324.1683 0010236 338.1839 021.8232 14.41284751195560
-FUSE 1
-1 25791U 99035A   03069.90837617  .00000758  00000-0  17585-3 0  8032
-2 25791  24.9860 324.5922 0010236 337.4031  22.6028 14.41284617195558
-FUSE 1
-1 25791U 99035A   03068.93897780 +.00000723 +00000-0 +16521-3 0 08098
-2 25791 024.9864 330.5285 0010290 326.4566 033.5291 14.41283191195416
-FUSE 1
-1 25791U 99035A   03068.86973524  .00000716  00000-0  16303-3 0  8024
-2 25791  24.9864 330.9527 0010287 325.7078  34.2768 14.41283044195408
-FUSE 1
-1 25791U 99035A   03067.55412264  .00000656  00000-0  14496-3 0  8011
-2 25791  24.9864 339.0080 0010311 311.6370  48.3251 14.41281081195210
-FUSE 1
-1 25791U 99035A   03066.44623884  .00000578  00000-0  12112-3 0  8005
-2 25791  24.9864 345.7927 0010333 299.7399  60.2082 14.41279280195050
-FUSE 1
-1 25791U 99035A   03065.40759665  .00000526  00000-0  10514-3 0  7991
-2 25791  24.9863 352.1521 0010350 288.8170  71.1215 14.41277936194904
-FUSE 1
-1 25791U 99035A   03064.23046813  .00000487  00000-0  93421-4 0  7989
-2 25791  24.9864 359.3605 0010411 275.9615  83.9706 14.41276773194731
-FUSE 1
-1 25791U 99035A   03062.98409806 +.00000428 +00000-0 +75413-4 0 08015
-2 25791 024.9863 006.9942 0010426 262.5976 097.3348 14.41275346194553
-FUSE 1
-1 25791U 99035A   03062.91485526  .00000425  00000-0  74460-4 0  7973
-2 25791  24.9862   7.4181 0010421 261.8604  98.0722 14.41275270194547
-FUSE 1
-1 25791U 99035A   03061.94545741 +.00000420 +00000-0 +73017-4 0 08008
-2 25791 024.9848 013.3688 0010509 252.6434 107.2924 14.41274844194403
-FUSE 1
-1 25791U 99035A   03061.66848589  .00000420  00000-0  73002-4 0  7961
-2 25791  24.9848  15.0645 0010505 249.7386 110.1988 14.41274707194360
-FUSE 1
-1 25791U 99035A   03060.49135828  .00000388  00000-0  63176-4 0  7959
-2 25791  24.9852  22.2747 0010610 237.5708 122.3771 14.41273890194196
-FUSE 1
-1 25791U 99035A   03059.24498747  .00000395  00000-0  65325-4 0  7947
-2 25791  24.9851  29.9090 0010713 224.4424 135.5221 14.41273446194018
-FUSE 1
-1 25791U 99035A   03058.96801613 +.00000410 +00000-0 +70039-4 0 08335
-2 25791 024.9848 031.6055 0010711 221.6605 138.3087 14.41273447193979
-FUSE 1
-1 25791U 99035A   03057.79088784  .00000466  00000-0  86878-4 0  7935
-2 25791  24.9852  38.8148 0010787 209.3160 150.6743 14.41273450193800
-FUSE 1
-1 25791U 99035A   03056.75224577  .00000511  00000-0  10064-3 0  7925
-2 25791  24.9849  45.1756 0010796 198.5017 161.5097 14.41273260193657
-FUSE 1
-1 25791U 99035A   03055.71360371  .00000543  00000-0  11053-3 0  7916
-2 25791  24.9851  51.5371 0010893 187.8825 172.1502 14.41272912193506
-FUSE 1
-1 25791U 99035A   03054.81344706 +.00000592 +00000-0 +12526-3 0 07943
-2 25791 024.9854 057.0504 0010975 178.3725 181.6813 14.41272772193372
-FUSE 1
-1 25791U 99035A   03054.53647601  .00000595  00000-0  12630-3 0  7907
-2 25791  24.9855  58.7463 0010996 175.5448 184.5158 14.41272591193338
-FUSE 1
-1 25791U 99035A   03053.22086164  .00000648  00000-0  14239-3 0  7897
-2 25791  24.9854  66.8027 0011082 162.1387 197.9511 14.41272079193145
-FUSE 1
-1 25791U 99035A   03052.18221916  .00000654  00000-0  14422-3 0  7887
-2 25791  24.9857  73.1612 0010974 150.9371 209.1749 14.41271157192993
-FUSE 1
-1 25791U 99035A   03051.69751897 +.00000653 +00000-0 +14404-3 0 08192
-2 25791 024.9857 076.1286 0010974 145.8259 214.2956 14.41270685192926
-FUSE 1
-1 25791U 99035A   03050.86660284  .00000682  00000-0  15278-3 0  7875
-2 25791  24.9852  81.2163 0010966 137.4487 222.6871 14.41270247192803
-FUSE 1
-1 25791U 99035A   03049.55098927  .00000679  00000-0  15178-3 0  7862
-2 25791  24.9830  89.2921 0010776 123.5065 236.6474 14.41268750192615
-FUSE 1
-1 25791U 99035A   03046.91974757  .00000708  00000-0  16072-3 0  7848
-2 25791  24.9828 105.4061 0010755  96.1405 264.0326 14.41266314192231
-FUSE 1
-1 25791U 99035A   03045.81185480  .00000675  00000-0  15076-3 0  7838
-2 25791  24.9829 112.1925 0010804  84.5002 275.6738 14.41264829192071
-FUSE 1
-1 25791U 99035A   03044.56547187  .00000671  00000-0  14933-3 0  7821
-2 25791  24.9825 119.8235 0010884  72.1647 288.0048 14.41263465191897
-FUSE 1
-1 25791U 99035A   03043.87303595 +.00000663 +00000-0 +14707-3 0 08086
-2 25791 024.9823 124.0647 0010837 064.8117 295.3515 14.41262691191797
-FUSE 1
-1 25791U 99035A   03043.24984329  .00000652  00000-0  14385-3 0  7817
-2 25791  24.9824 127.8828 0010807  58.4950 301.6614 14.41261995191709
-FUSE 1
-1 25791U 99035A   03042.07269992  .00000613  00000-0  13188-3 0  7805
-2 25791  24.9827 135.0921 0010730  46.2939 313.8459 14.41260560191534
-FUSE 1
-1 25791U 99035A   03040.82631031  .00000590  00000-0  12473-3 0  7791
-2 25791  24.9825 142.7255 0010676  33.4461 326.6705 14.41259243191356
-FUSE 1
-1 25791U 99035A   03039.57991945  .00000595  00000-0  12637-3 0  7780
-2 25791  24.9832 150.3613 0010568  20.6980 339.3959 14.41258343191173
-FUSE 1
-1 25791U 99035A   03038.54125940  .00000562  00000-0  11637-3 0  7772
-2 25791  24.9831 156.7218 0010533   9.4132 350.6584 14.41257190191022
-FUSE 1
-1 25791U 99035A   03037.01788880  .00000562  00000-0  11641-3 0  7765
-2 25791  24.9831 166.0494 0010450 353.4940   6.5445 14.41256054190805
-FUSE 1
-1 25791U 99035A   03035.90998290 +.00000529 +00000-0 +10615-3 0 07762
-2 25791 024.9834 172.8362 0010444 341.3662 018.6462 14.41254945190649
-FUSE 1
-1 25791U 99035A   03035.84073869  .00000529  00000-0  10615-3 0  7750
-2 25791  24.9834 173.2601 0010444 340.6394  19.3715 14.41254896190637
-FUSE 1
-1 25791U 99035A   03034.94056470 +.00000514 +00000-0 +10178-3 0 07937
-2 25791 024.9830 178.7729 0010445 331.0545 028.9383 14.41254106190504
-FUSE 1
-1 25791U 99035A   03034.59434384  .00000508  00000-0  99976-4 0  7748
-2 25791  24.9829 180.8929 0010469 327.4109  32.5752 14.41253798190450
-FUSE 1
-1 25791U 99035A   03033.55568063  .00000512  00000-0  10098-3 0  7736
-2 25791  24.9832 187.2531 0010490 316.1247  43.8429 14.41253174190304
-FUSE 1
-1 25791U 99035A   03032.24004087  .00000509  00000-0  10030-3 0  7723
-2 25791  24.9833 195.3101 0010479 301.8051  58.1431 14.41252308190118
-FUSE 1
-1 25791U 99035A   03031.13213438  .00000500  00000-0  97473-4 0  7719
-2 25791  24.9834 202.0943 0010489 289.8402  70.0976 14.41251485189957
-FUSE 1
-1 25791U 99035A   03029.95498370 +.00000507 +00000-0 +99455-4 0 07726
-2 25791 024.9833 209.3044 0010568 277.2138 082.7170 14.41250807189787
-FUSE 1
-1 25791U 99035A   03029.88573951  .00000506  00000-0  99284-4 0  7704
-2 25791  24.9834 209.7284 0010567 276.4676  83.4627 14.41250759189775
-FUSE 1
-1 25791U 99035A   03028.91632543 +.00000457 +00000-0 +84396-4 0 07714
-2 25791 024.9829 215.6872 0010688 267.6409 092.2873 14.41250112189637
-FUSE 1
-1 25791U 99035A   03028.84708138  .00000459  00000-0  84922-4 0  7694
-2 25791  24.9829 216.1111 0010685 266.8899  93.0390 14.41250090189627
-FUSE 1
-1 25791U 99035A   03027.94690786 +.00000485 +00000-0 +92887-4 0 07916
-2 25791 024.9829 221.6256 0010733 257.2339 102.6968 14.41249791189494
-FUSE 1
-1 25791U 99035A   03027.39295481  .00000522  00000-0  10395-3 0  7687
-2 25791  24.9825 225.0181 0010750 251.6346 108.2992 14.41249718189410
-FUSE 1
-1 25791U 99035A   03026.90824636 +.00000535 +00000-0 +10794-3 0 07938
-2 25791 024.9827 227.9872 0010755 246.4607 113.4770 14.41249533189346
-FUSE 1
-1 25791U 99035A   03026.21580544  .00000600  00000-0  12773-3 0  7672
-2 25791  24.9822 232.2291 0010751 239.2471 120.6976 14.41249537189241
-FUSE 1
-1 25791U 99035A   03024.90017016  .00000620  00000-0  13395-3 0  7667
-2 25791  24.9825 240.2875 0010606 224.5201 135.4454 14.41248661189059
-FUSE 1
-1 25791U 99035A   03023.86150943  .00000683  00000-0  15306-3 0  7650
-2 25791  24.9823 246.6490 0010698 213.6230 146.3601 14.41248266188901
-FUSE 1
-1 25791U 99035A   03022.96133739 +.00000720 +00000-0 +16435-3 0 07885
-2 25791 024.9822 252.1619 0010714 203.8994 156.1017 14.41247660188774
-FUSE 1
-1 25791U 99035A   03022.47662920  .00000753  00000-0  17422-3 0  7647
-2 25791  24.9818 255.1315 0010728 199.1571 160.8533 14.41247360188703
-FUSE 1
-1 25791U 99035A   03021.23023620  .00000814  00000-0  19309-3 0  7631
-2 25791  24.9818 262.7649 0010872 186.1483 173.8893 14.41246466188524
-FUSE 1
-1 25791U 99035A   03020.19157559  .00000839  00000-0  20070-3 0  7627
-2 25791  24.9818 269.1258 0010854 175.1951 184.8664 14.41245346188376
-FUSE 1
-1 25791U 99035A   03019.15291393  .00000874  00000-0  21118-3 0  7618
-2 25791  24.9818 275.4875 0010879 164.2609 195.8238 14.41244267188221
-FUSE 1
-1 25791U 99035A   03017.90651918  .00000882  00000-0  21358-3 0  7606
-2 25791  24.9820 283.1229 0010889 151.5092 208.6013 14.41242588188047
-FUSE 1
-1 25791U 99035A   03016.86785572  .00000849  00000-0  20352-3 0  7598
-2 25791  24.9821 289.4833 0010877 140.6893 219.4408 14.41240829187899
-FUSE 1
-1 25791U 99035A   03015.96767820 +.00000843 +00000-0 +20187-3 0 07628
-2 25791 024.9820 294.9922 0010992 131.6564 228.4886 14.41239598187768
-FUSE 1
-1 25791U 99035A   03015.41372249  .00000840  00000-0  20100-3 0  7582
-2 25791  24.9820 298.3836 0010997 125.8349 234.3181 14.41238834187688
-FUSE 1
-1 25791U 99035A   03014.23656622  .00000784  00000-0  18395-3 0  7570
-2 25791  24.9824 305.5944 0010955 113.8675 246.2990 14.41236827187518
-FUSE 1
-1 25791U 99035A   03013.19789667  .00000698  00000-0  15769-3 0  7565
-2 25791  24.9829 311.9557 0010860 103.1125 257.0596 14.41234894187368
-FUSE 1
-1 25791U 99035A   03012.92091841 +.00000651 +00000-0 +14337-3 0 07913
-2 25791 024.9830 313.6530 0010837 100.3922 259.7809 14.41234171187328
-FUSE 1
-1 25791U 99035A   03011.95149077 +.00000591 +00000-0 +12511-3 0 07599
-2 25791 024.9833 319.5894 0010774 090.1943 269.9802 14.41232741187189
-FUSE 1
-1 25791U 99035A   03011.88224586  .00000585  00000-0  12347-3 0  7556
-2 25791  24.9834 320.0134 0010776  89.4952 270.6791 14.41232635187174
-FUSE 1
-1 25791U 99035A   03010.49734521  .00000571  00000-0  11922-3 0  7549
-2 25791  24.9836 328.4940 0010755  75.1825 284.9873 14.41231417186974
-FUSE 1
-1 25791U 99035A   03009.38942288  .00000562  00000-0  11651-3 0  7534
-2 25791  24.9838 335.2793 0010726  63.5938 296.5669 14.41230504186813
-FUSE 1
-1 25791U 99035A   03008.21225405  .00000536  00000-0  10847-3 0  7526
-2 25791  24.9841 342.4893 0010658  51.4879 308.6589 14.41229428186642
-FUSE 1
-1 25791U 99035A   03007.17357430  .00000496  00000-0  96283-4 0  7517
-2 25791  24.9846 348.8510 0010606  40.2151 319.9146 14.41228391186490
-FUSE 1
-1 25791U 99035A   03005.71941978  .00000492  00000-0  95196-4 0  7508
-2 25791  24.9848 357.7568 0010489  25.1948 334.9069 14.41227497186283
-FUSE 1
-1 25791U 99035A   03004.54224559  .00000519  00000-0  10345-3 0  7497
-2 25791  24.9849   4.9669 0010381  12.5994 347.4773 14.41226999186118
-FUSE 1
-1 25791U 99035A   03003.22657791  .00000659  00000-0  14583-3 0  7481
-2 25791  24.9844  13.0234 0010171 358.9129   1.1355 14.41227192185920
-FUSE 1
-1 25791U 99035A   03001.70317381 +.00000783 +00000-0 +18366-3 0 07470
-2 25791 024.9836 022.3505 0010142 342.3951 017.6202 14.41226616185702
-FUSE 1
-1 25791U 99035A   02365.66448900  .00000905  00000-0  22093-3 0  7466
-2 25791  24.9828  28.7111 0010120 331.1925  28.8023 14.41226254185555
-FUSE 1
-1 25791U 99035A   02364.55655917  .00001003  00000-0  25056-3 0  7452
-2 25791  24.9823  35.4963 0010124 319.5885  40.3870 14.41225360185397
-FUSE 1
-1 25791U 99035A   02363.24089208  .00001123  00000-0  28737-3 0  7442
-2 25791  24.9817  43.5541 0010043 305.4795  54.4774 14.41224128185206
-FUSE 1
-1 25791U 99035A   02361.85597983  .00001182  00000-0  30525-3 0  7433
-2 25791  24.9811  52.0336 0010047 290.8057  69.1372 14.41221885185001
-FUSE 1
-1 25791U 99035A   02360.81729577  .00001190  00000-0  30775-3 0  7429
-2 25791  24.9811  58.3946 0010013 279.4423  80.4952 14.41219863184855
-FUSE 1
-1 25791U 99035A   02359.98634816 +.00001193 +00000-0 +30865-3 0 07531
-2 25791 024.9811 063.4834 0010006 270.4269 089.5092 14.41218193184736
-FUSE 1
-1 25791U 99035A   02359.57087417  .00001197  00000-0  30966-3 0  7418
-2 25791  24.9812  66.0284 0010007 265.9037  94.0326 14.41217390184670
-FUSE 1
-1 25791U 99035A   02356.87029074  .00001204  00000-0  31182-3 0  7390
-2 25791  24.9811  82.5668 0009938 236.3646 123.5914 14.41211956184287
-FUSE 1
-1 25791U 99035A   02355.55462023  .00001090  00000-0  27728-3 0  7382
-2 25791  24.9809  90.6214 0010165 222.2949 137.6776 14.41208399184093
-FUSE 1
-1 25791U 99035A   02354.51593217  .00001046  00000-0  26390-3 0  7371
-2 25791  24.9811  96.9840 0010179 211.0308 148.9598 14.41206118183947
-FUSE 1
-1 25791U 99035A   02353.13101277  .00001006  00000-0  25162-3 0  7360
-2 25791  24.9814 105.4674 0010149 196.0465 163.9721 14.41203384183749
-FUSE 1
-1 25791U 99035A   02351.95382922 +.00000934 +00000-0 +22963-3 0 07372
-2 25791 024.9817 112.6764 0010197 184.0228 176.0200 14.41200867183570
-FUSE 1
-1 25791U 99035A   02351.88458303  .00000934  00000-0  22971-3 0  7358
-2 25791  24.9817 113.1005 0010193 183.2930 176.7513 14.41200763183569
-FUSE 1
-1 25791U 99035A   02350.91513627 +.00000904 +00000-0 +22045-3 0 07519
-2 25791 024.9819 119.0445 0010562 174.0065 186.0569 14.41199099183420
-FUSE 1
-1 25791U 99035A   02350.56890542  .00000886  00000-0  21508-3 0  7347
-2 25791  24.9818 121.1673 0010554 170.6826 189.3879 14.41198405183378
-FUSE 1
-1 25791U 99035A   02349.11473244  .00000853  00000-0  20507-3 0  7333
-2 25791  24.9823 130.0779 0010595 156.0675 204.0329 14.41196121183160
-FUSE 1
-1 25791U 99035A   02347.86829613  .00000843  00000-0  20210-3 0  7327
-2 25791  24.9826 137.7176 0010579 143.6291 216.4936 14.41194381182982
-FUSE 1
-1 25791U 99035A   02346.96809054 +.00000846 +00000-0 +20310-3 0 07328
-2 25791 024.9827 143.2322 0010589 134.4622 225.6760 14.41193196182851
-FUSE 1
-1 25791U 99035A   02346.82959720  .00000840  00000-0  20129-3 0  7310
-2 25791  24.9828 144.0807 0010580 133.0588 227.0808 14.41192967182838
-FUSE 1
-1 25791U 99035A   02345.92939017 +.00000816 +00000-0 +19371-3 0 07418
-2 25791 024.9830 149.5942 0010509 123.9678 236.1843 14.41191589182705
-FUSE 1
-1 25791U 99035A   02345.58315657  .00000792  00000-0  18653-3 0  7301
-2 25791  24.9831 151.7183 0010408 120.6946 239.4591 14.41190929182655
-FUSE 1
-1 25791U 99035A   02344.89068773 +.00000785 +00000-0 +18451-3 0 07429
-2 25791 024.9831 155.9574 0010423 113.3541 246.8055 14.41190019182558
-FUSE 1
-1 25791U 99035A   02344.54445368  .00000789  00000-0  18568-3 0  7298
-2 25791  24.9831 158.0799 0010476 110.1229 250.0410 14.41189637182508
-FUSE 1
-1 25791U 99035A   02343.15951322  .00000783  00000-0  18396-3 0  7288
-2 25791  24.9834 166.5623 0010426  96.2869 263.8829 14.41187968182309
-FUSE 1
-1 25791U 99035A   02342.88252492 +.00000775 +00000-0 +18152-3 0 07460
-2 25791 024.9835 168.2588 0010398 093.2895 266.8803 14.41187559182269
-FUSE 1
-1 25791U 99035A   02341.98231177  .00000761  00000-0  17708-3 0  7277
-2 25791  24.9836 173.7711 0010366  83.7509 276.4178 14.41186369182136
-FUSE 1
-1 25791U 99035A   02340.87435475  .00000768  00000-0  17944-3 0  7269
-2 25791  24.9836 180.5545 0010319  72.0817 288.0815 14.41185129181979
-FUSE 1
-1 25791U 99035A   02339.90489123 +.00000743 +00000-0 +17159-3 0 07373
-2 25791 024.9838 186.4897 0010302 061.8181 298.3364 14.41183804181834
-FUSE 1
-1 25791U 99035A   02339.00467365  .00000760  00000-0  17694-3 0  7258
-2 25791  24.9837 192.0009 0010340  52.4233 307.7215 14.41182886181702
-FUSE 1
-1 25791U 99035A   02337.96595978 +.00000747 +00000-0 +17292-3 0 07274
-2 25791 024.9838 198.3601 0010349 041.4682 318.6611 14.41181581181550
-FUSE 1
-1 25791U 99035A   02337.89671225  .00000735  00000-0  16930-3 0  7248
-2 25791  24.9838 198.7841 0010344  40.6825 319.4454 14.41181406181544
-FUSE 1
-1 25791U 99035A   02336.92724431 +.00000730 +00000-0 +16784-3 0 07263
-2 25791 024.9839 204.7190 0010345 030.4753 329.6355 14.41180304181402
-FUSE 1
-1 25791U 99035A   02336.85799660  .00000726  00000-0  16666-3 0  7232
-2 25791  24.9840 205.1432 0010343  29.6910 330.4183 14.41180198181399
-FUSE 1
-1 25791U 99035A   02335.95777534 +.00000723 +00000-0 +16574-3 0 07378
-2 25791 024.9840 210.6541 0010353 020.2600 339.8318 14.41179182181265
-FUSE 1
-1 25791U 99035A   02335.12680126  .00000724  00000-0  16595-3 0  7225
-2 25791  24.9839 215.7423 0010346  11.4473 348.6270 14.41178242181148
-FUSE 1
-1 25791U 99035A   02333.88033836  .00000777  00000-0  18215-3 0  7214
-2 25791  24.9838 223.3729 0010367 358.4414   1.6064 14.41177194180964
-FUSE 1
-1 25791U 99035A   02332.21838680  .00000738  00000-0  17012-3 0  7200
-2 25791  24.9840 233.5483 0010369 340.4562  19.5551 14.41175004180725
-FUSE 1
-1 25791U 99035A   02330.97192266 +.00000736 +00000-0 +16945-3 0 07228
-2 25791 024.9841 241.1847 0010383 327.1955 032.7907 14.41173576180543
-FUSE 1
-1 25791U 99035A   02330.90267454  .00000744  00000-0  17204-3 0  7197
-2 25791  24.9842 241.6086 0010384 326.4698  33.5151 14.41173549180530
-FUSE 1
-1 25791U 99035A   02329.93320137 +.00000795 +00000-0 +18754-3 0 07238
-2 25791 024.9841 247.5450 0010325 316.0567 043.9119 14.41172687180399
-FUSE 1
-1 25791U 99035A   02329.86395339  .00000793  00000-0  18694-3 0  7181
-2 25791  24.9841 247.9690 0010320 315.3599  44.6079 14.41172585180380
-FUSE 1
-1 25791U 99035A   02328.96372831 +.00000874 +00000-0 +21177-3 0 07262
-2 25791 024.9839 253.4818 0010301 306.0731 053.8822 14.41171745180256
-FUSE 1
-1 25791U 99035A   02328.47899189  .00000852  00000-0  20479-3 0  7178
-2 25791  24.9839 256.4492 0010283 300.9882  58.9620 14.41170988180188
-FUSE 1
-1 25791U 99035A   02327.23252631  .00000997  00000-0  24907-3 0  7165
-2 25791  24.9837 264.0850 0010209 287.9702  71.9692 14.41169674180007
-FUSE 1
-1 25791U 99035A   02325.91681241  .00001075  00000-0  27280-3 0  7155
-2 25791  24.9835 272.1466 0010275 274.0090  85.9246 14.41167756179814
-FUSE 1
-1 25791U 99035A   02324.94733872 +.00001074 +00000-0 +27250-3 0 07151
-2 25791 024.9837 278.0849 0010343 263.9267 096.0064 14.41166020179673
-FUSE 1
-1 25791U 99035A   02324.67034596  .00001073  00000-0  27216-3 0  7148
-2 25791  24.9837 279.7804 0010340 261.0175  98.9158 14.41165514179634
-FUSE 1
-1 25791U 99035A   02323.97786359 +.00001085 +00000-0 +27593-3 0 07186
-2 25791 024.9834 284.0218 0010561 253.2107 106.7242 14.41164354179534
-FUSE 1
-1 25791U 99035A   02323.56237448  .00001085  00000-0  27595-3 0  7138
-2 25791  24.9834 286.5654 0010546 248.8875 111.0502 14.41163593179475
-FUSE 1
-1 25791U 99035A   02322.24665714  .00001162  00000-0  29927-3 0  7129
-2 25791  24.9833 294.6241 0010703 233.4813 126.4702 14.41161870179280
-FUSE 1
-1 25791U 99035A   02321.20793280  .00001220  00000-0  31720-3 0  7112
-2 25791  24.9829 300.9847 0010808 222.5858 137.3810 14.41160264179133
-FUSE 1
-1 25791U 99035A   02319.40747635  .00001263  00000-0  33024-3 0  7109
-2 25791  24.9825 312.0065 0010876 203.7169 156.2843 14.41156787178877
-FUSE 1
-1 25791U 99035A   02318.64574421 +.00001273 +00000-0 +33320-3 0 07183
-2 25791 024.9823 316.6719 0010904 195.8401 164.1766 14.41155172178760
-FUSE 1
-1 25791U 99035A   02317.81476349 +.00001220 +00000-0 +31728-3 0 07352
-2 25791 024.9826 321.7601 0010933 187.6105 172.4237 14.41152903178643
-FUSE 1
-1 25791U 99035A   02316.84528386  .00001225  00000-0  31884-3 0  7081
-2 25791  24.9827 327.6980 0010976 177.5120 182.5438 14.41150915178502
-FUSE 1
-1 25791U 99035A   02315.59880787  .00001242  00000-0  32394-3 0  7073
-2 25791  24.9825 335.3293 0011048 164.4233 195.6623 14.41148412178324
-FUSE 1
-1 25791U 99035A   02314.69857361 +.00001241 +00000-0 +32373-3 0 07071
-2 25791 024.9823 340.8415 0011033 155.1164 204.9876 14.41146449178190
-FUSE 1
-1 25791U 99035A   02314.56007609  .00001242  00000-0  32393-3 0  7061
-2 25791  24.9823 341.6892 0011038 153.6592 206.4489 14.41146160178176
-FUSE 1
-1 25791U 99035A   02313.24434699  .00001193  00000-0  30916-3 0  7051
-2 25791  24.9828 349.7471 0011087 140.1634 219.9694 14.41143010177981
-FUSE 1
-1 25791U 99035A   02312.20561116  .00001132  00000-0  29035-3 0  7043
-2 25791  24.9834 356.1079 0011110 129.7443 230.4048 14.41140389177833
-FUSE 1
-1 25791U 99035A   02311.92861422 +.00001126 +00000-0 +28868-3 0 07309
-2 25791 024.9835 357.8035 0011119 126.7910 233.3617 14.41139808177792
-FUSE 1
-1 25791U 99035A   02310.95912468 +.00001083 +00000-0 +27550-3 0 07048
-2 25791 024.9837 003.7403 0011086 116.7489 243.4157 14.41137566177658
-FUSE 1
-1 25791U 99035A   02310.82062580  .00001082  00000-0  27519-3 0  7038
-2 25791  24.9837   4.5881 0011089 115.2851 244.8806 14.41137305177632
-FUSE 1
-1 25791U 99035A   02309.78188408 +.00001035 +00000-0 +26086-3 0 07068
-2 25791 024.9840 010.9478 0011067 104.2526 255.9212 14.41135021177482
-FUSE 1
-1 25791U 99035A   02309.57413526  .00001031  00000-0  25964-3 0  7023
-2 25791  24.9841  12.2196 0011058 102.0689 258.1059 14.41134631177458
-FUSE 1
-1 25791U 99035A   02308.67388968 +.00001007 +00000-0 +25233-3 0 07048
-2 25791 024.9841 017.7307 0011071 092.5180 267.6595 14.41132871177326
-FUSE 1
-1 25791U 99035A   02308.53539014  .00001005  00000-0  25166-3 0  7013
-2 25791  24.9842  18.5786 0011066  91.0739 269.1037 14.41132629177302
-FUSE 1
-1 25791U 99035A   02307.08114362  .00000944  00000-0  23310-3 0  7006
-2 25791  24.9847  27.4838 0011100  76.0546 284.1186 14.41129780177094
-FUSE 1
-1 25791U 99035A   02306.04239290  .00000935  00000-0  23046-3 0  6992
-2 25791  24.9847  33.8456 0011062  65.0552 295.1089 14.41128082176944
-FUSE 1
-1 25791U 99035A   02304.86513927  .00000956  00000-0  23688-3 0  6986
-2 25791  24.9847  41.0556 0010946  52.9833 307.1674 14.41126496176775
-FUSE 1
-1 25791U 99035A   02303.89563460 +.00000960 +00000-0 +23806-3 0 06982
-2 25791 024.9849 046.9935 0010898 043.0452 317.0893 14.41125049176637
-FUSE 1
-1 25791U 99035A   02303.82638415  .00000966  00000-0  23984-3 0  6970
-2 25791  24.9849  47.4173 0010865  42.3451 317.7891 14.41125000176623
-FUSE 1
-1 25791U 99035A   02302.71837611 +.00001023 +00000-0 +25722-3 0 07019
-2 25791 024.9847 054.2005 0010813 031.1742 328.9406 14.41123746176466
-FUSE 1
-1 25791U 99035A   02302.57987459  .00001040  00000-0  26254-3 0  6962
-2 25791  24.9846  55.0483 0010830  29.7688 330.3422 14.41123680176445
-FUSE 1
-1 25791U 99035A   02300.98711079  .00001096  00000-0  27956-3 0  6958
-2 25791  24.9841  64.7981 0010843  13.0413 347.0373 14.41121314176213
-FUSE 1
-1 25791U 99035A   02299.87909991  .00001128  00000-0  28943-3 0  6947
-2 25791  24.9841  71.5856 0010786   1.4027 358.6513 14.41119575176050
-FUSE 1
-1 25791U 99035A   02298.84033835  .00001169  00000-0  30201-3 0  6932
-2 25791  24.9842  77.9480 0010811 350.6657   9.3651 14.41117963175906
-FUSE 1
-1 25791U 99035A   02297.94007642 +.00001182 +00000-0 +30577-3 0 06941
-2 25791 024.9844 083.4626 0010597 339.8645 020.1444 14.41116418175779
-FUSE 1
-1 25791U 99035A   02297.80157473  .00001180  00000-0  30538-3 0  6927
-2 25791  24.9845  84.3107 0010600 338.3923  21.6137 14.41116135175751
-FUSE 1
-1 25791U 99035A   02296.90131265 +.00001199 +00000-0 +31112-3 0 07052
-2 25791 024.9844 089.8231 0010565 328.5579 031.4298 14.41114507175620
-FUSE 1
-1 25791U 99035A   02296.55505701  .00001238  00000-0  32303-3 0  6914
-2 25791  24.9844  91.9448 0010517 324.3002  35.6802 14.41114238175578
-FUSE 1
-1 25791U 99035A   02295.93179849 +.00001243 +00000-0 +32465-3 0 07023
-2 25791 024.9845 095.7602 0010517 317.7975 042.1726 14.41112961175487
-FUSE 1
-1 25791U 99035A   02295.51629228  .00001254  00000-0  32781-3 0  6907
-2 25791  24.9843  98.3052 0010532 313.0139  46.9486 14.41112188175421
-FUSE 1
-1 25791U 99035A   02294.96228418 +.00001256 +00000-0 +32856-3 0 07075
-2 25791 024.9843 101.6963 0010529 307.2176 052.7370 14.41111015175348
-FUSE 1
-1 25791U 99035A   02294.13127216  .00001240  00000-0  32359-3 0  6898
-2 25791  24.9841 106.7843 0010541 298.5475  61.3971 14.41109044175226
-FUSE 1
-1 25791U 99035A   02293.92351906 +.00001239 +00000-0 +32344-3 0 07139
-2 25791 024.9843 108.0569 0010535 296.3424 063.6002 14.41108613175198
-FUSE 1
-1 25791U 99035A   02292.95400352 +.00001237 +00000-0 +32256-3 0 06905
-2 25791 024.9842 113.9928 0010572 285.9862 073.9481 14.41106520175057
-FUSE 1
-1 25791U 99035A   02292.88475244  .00001234  00000-0  32188-3 0  6887
-2 25791  24.9842 114.4167 0010574 285.2452  74.6888 14.41106349175045
-FUSE 1
-1 25791U 99035A   02291.56898052  .00001216  00000-0  31640-3 0  6878
-2 25791  24.9839 122.4724 0010637 271.2762  88.6530 14.41103373174859
-FUSE 1
-1 25791U 99035A   02290.94572017 +.00001195 +00000-0 +30991-3 0 07009
-2 25791 024.9844 126.2889 0010671 264.7560 095.1729 14.41101851174762
-FUSE 1
-1 25791U 99035A   02290.18395700  .00001174  00000-0  30345-3 0  6860
-2 25791  24.9843 130.9526 0010673 256.7111 103.2208 14.41100044174650
-FUSE 1
-1 25791U 99035A   02288.86818259  .00001140  00000-0  29323-3 0  6857
-2 25791  24.9845 139.0064 0010704 243.0013 116.9405 14.41097023174465
-FUSE 1
-1 25791U 99035A   02287.89866426 +.00001136 +00000-0 +29186-3 0 06894
-2 25791 024.9843 144.9409 0010684 232.7314 127.2281 14.41095095174326
-FUSE 1
-1 25791U 99035A   02287.20614986  .00001151  00000-0  29649-3 0  6847
-2 25791  24.9827 149.1875 0010669 225.6654 134.2979 14.41093836174225
-FUSE 1
-1 25791U 99035A   02285.89037225  .00001130  00000-0  29004-3 0  6836
-2 25791  24.9828 157.2454 0010692 211.9002 148.0860 14.41091133174039
-FUSE 1
-1 25791U 99035A   02284.85159928  .00001103  00000-0  28186-3 0  6825
-2 25791  24.9828 163.6064 0010728 200.9652 159.0419 14.41088960173884
-FUSE 1
-1 25791U 99035A   02283.32806291  .00001033  00000-0  26046-3 0  6812
-2 25791  24.9830 172.9322 0010689 184.6616 175.3793 14.41085821173666
-FUSE 1
-1 25791U 99035A   02282.98180447 +.00000996 +00000-0 +24906-3 0 06844
-2 25791 024.9832 175.0528 0010704 180.9650 179.0837 14.41085010173610
-FUSE 1
-1 25791U 99035A   02282.22003459  .00001026  00000-0  25852-3 0  6800
-2 25791  24.9831 179.7159 0010708 172.9134 187.1536 14.41083903173505
-FUSE 1
-1 25791U 99035A   02280.97350077 +.00000830 +00000-0 +19849-3 0 06802
-2 25791 024.9833 187.3563 0011025 161.6340 198.4554 14.41080808173324
-FUSE 1
-1 25791U 99035A   02280.90424885  .00000955  00000-0  23675-3 0  6792
-2 25791  24.9831 187.7802 0010991 160.8057 199.2869 14.41081211173315
-FUSE 1
-1 25791U 99035A   02279.93472079 +.00001010 +00000-0 +25355-3 0 06825
-2 25791 024.9829 193.7205 0011006 150.8784 209.2336 14.41079909173176
-FUSE 1
-1 25791U 99035A   02279.38070408  .00001043  00000-0  26359-3 0  6780
-2 25791  24.9829 197.1114 0011002 144.9425 215.1807 14.41079042173093
-FUSE 1
-1 25791U 99035A   02278.20341727  .00000963  00000-0  23930-3 0  6776
-2 25791  24.9832 204.3229 0011020 133.2028 226.9401 14.41076821172928
-FUSE 1
-1 25791U 99035A   02276.88762358  .00000955  00000-0  23667-3 0  6762
-2 25791  24.9828 212.3833 0011005 119.6564 240.5042 14.41074562172731
-FUSE 1
-1 25791U 99035A   02275.50257357  .00000810  00000-0  19257-3 0  6757
-2 25791  24.9832 220.8633 0010929 105.5890 254.5823 14.41071888172536
-FUSE 1
-1 25791U 99035A   02274.94855287 +.00000769 +00000-0 +18010-3 0 06782
-2 25791 024.9832 224.2597 0010747 099.8528 260.3191 14.41070889172458
-FUSE 1
-1 25791U 99035A   02274.39453091  .00000766  00000-0  17925-3 0  6745
-2 25791  24.9832 227.6504 0010741  94.0800 266.0941 14.41070217172379
-FUSE 1
-1 25791U 99035A   02273.97901442 +.00000752 +00000-0 +17475-3 0 06831
-2 25791 024.9833 230.1965 0010675 089.7969 270.3764 14.41069590172310
-FUSE 1
-1 25791U 99035A   02273.21723299  .00000755  00000-0  17576-3 0  6734
-2 25791  24.9834 234.8609 0010679  81.6884 278.4835 14.41068740172200
-FUSE 1
-1 25791U 99035A   02272.94022098 +.00000777 +00000-0 +18254-3 0 07023
-2 25791 024.9832 236.5583 0010621 078.7403 281.4295 14.41068586172166
-FUSE 1
-1 25791U 99035A   02271.97067853 +.00000808 +00000-0 +19195-3 0 06741
-2 25791 024.9832 242.4959 0010491 068.8195 291.3434 14.41067715172025
-FUSE 1
-1 25791U 99035A   02271.55516014  .00000808  00000-0  19212-3 0  6721
-2 25791  24.9832 245.0390 0010492  64.4543 295.7048 14.41067193171964
-FUSE 1
-1 25791U 99035A   02270.51636263  .00000857  00000-0  20706-3 0  6718
-2 25791  24.9832 251.3989 0010443  53.4959 306.6509 14.41066244171817
-FUSE 1
-1 25791U 99035A   02269.33905765  .00000893  00000-0  21807-3 0  6704
-2 25791  24.9833 258.6080 0010394  40.7861 319.3423 14.41064845171648
-FUSE 1
-1 25791U 99035A   02268.23100366  .00000992  00000-0  24815-3 0  6696
-2 25791  24.9827 265.3949 0010332  28.8061 331.3014 14.41063880171481
-FUSE 1
-1 25791U 99035A   02267.19220147  .00001098  00000-0  28063-3 0  6686
-2 25791  24.9823 271.7543 0010324  17.9281 342.1586 14.41062934171339
-FUSE 1
-1 25791U 99035A   02265.66862362  .00001232  00000-0  32165-3 0  6674
-2 25791  24.9816 281.0815 0010329   1.9220 358.1327 14.41060966171117
-FUSE 1
-1 25791U 99035A   02264.56056684  .00001222  00000-0  31866-3 0  6669
-2 25791  24.9817 287.8674 0010319 349.8851  10.1457 14.41058532170954
-FUSE 1
-1 25791U 99035A   02263.52176164  .00001227  00000-0  32006-3 0  6651
-2 25791  24.9817 294.2294 0010341 338.4888  21.5185 14.41056345170801
-FUSE 1
-1 25791U 99035A   02262.62146251 +.00001266 +00000-0 +33195-3 0 06726
-2 25791 024.9813 299.7417 0010331 328.9476 031.0420 14.41054666170677
-FUSE 1
-1 25791U 99035A   02262.41370124  .00001257  00000-0  32914-3 0  6640
-2 25791  24.9813 301.0139 0010341 326.6238  33.3618 14.41054137170641
-FUSE 1
-1 25791U 99035A   02261.23638509  .00001327  00000-0  35045-3 0  6638
-2 25791  24.9808 308.2225 0010336 313.5426  46.4225 14.41052008170473
-FUSE 1
-1 25791U 99035A   02260.19757547  .00001443  00000-0  38612-3 0  6627
-2 25791  24.9803 314.5833 0010346 302.4458  57.5047 14.41050420170321
-FUSE 1
-1 25791U 99035A   02259.71279796 +.00001450 +00000-0 +38808-3 0 06904
-2 25791 024.9803 317.5503 0010348 297.3449 062.6007 14.41049231170255
-FUSE 1
-1 25791U 99035A   02258.81249669  .00001457  00000-0  39044-3 0  6618
-2 25791  24.9801 323.0624 0010344 288.1227  71.8153 14.41046928170127
-FUSE 1
-1 25791U 99035A   02257.56592355  .00001607  00000-0  43604-3 0  6605
-2 25791  24.9798 330.6972 0010331 274.6720  85.2607 14.41044565169942
-FUSE 1
-1 25791U 99035A   02256.52711275  .00001599  00000-0  43384-3 0  6597
-2 25791  24.9793 337.0578 0010393 263.4699  96.4645 14.41041446169793
-FUSE 1
-1 25791U 99035A   02255.41904580  .00001584  00000-0  42933-3 0  6589
-2 25791  24.9787 343.8424 0010407 251.9278 108.0095 14.41038086169630
-FUSE 1
-1 25791U 99035A   02254.72650348 +.00001491 +00000-0 +40078-3 0 06835
-2 25791 024.9788 348.0813 0010411 244.6244 115.3195 14.41035736169537
-FUSE 1
-1 25791U 99035A   02253.89545131  .00001396  00000-0  37159-3 0  6576
-2 25791  24.9785 353.1698 0010435 235.7390 124.2119 14.41033155169416
-FUSE 1
-1 25791U 99035A   02252.92589091 +.00001057 +00000-0 +26812-3 0 06570
-2 25791 024.9789 359.1085 0010610 225.0767 134.8879 14.41029740169270
-FUSE 1
-1 25791U 99035A   02252.85663624  .00001059  00000-0  26870-3 0  6562
-2 25791  24.9790 359.5326 0010621 224.3210 135.6441 14.41029635169267
-FUSE 1
-1 25791U 99035A   02251.95632761 +.00001005 +00000-0 +25223-3 0 06562
-2 25791 024.9790 005.0443 0010707 214.4524 145.5288 14.41027801169131
-FUSE 1
-1 25791U 99035A   02251.81781883  .00001011  00000-0  25399-3 0  6557
-2 25791  24.9790   5.8921 0010710 212.9295 147.0567 14.41027608169112
-FUSE 1
-1 25791U 99035A   02250.70974565 +.00000905 +00000-0 +22152-3 0 06628
-2 25791 024.9792 012.6758 0010740 201.5396 158.4662 14.41025222168950
-FUSE 1
-1 25791U 99035A   02250.57123644  .00000892  00000-0  21766-3 0  6543
-2 25791  24.9793  13.5236 0010741 200.1557 159.8528 14.41024911168935
-FUSE 1
-1 25791U 99035A   02248.90912382  .00000783  00000-0  18435-3 0  6539
-2 25791  24.9796  23.6965 0010767 182.5930 177.4521 14.41021797168696
-FUSE 1
-1 25791U 99035A   02247.93955749 +.00000652 +00000-0 +14418-3 0 06762
-2 25791 024.9802 029.6342 0010910 173.0331 187.0327 14.41019680168553
-FUSE 1
-1 25791U 99035A   02247.24700867  .00000614  00000-0  13267-3 0  6528
-2 25791  24.9803  33.8749 0010996 165.8745 194.2065 14.41018736168453
-FUSE 1
-1 25791U 99035A   02246.13892944  .00000537  00000-0  10933-3 0  6513
-2 25791  24.9806  40.6587 0011018 154.5982 205.5064 14.41017206168294
-FUSE 1
-1 25791U 99035A   02244.89233811  .00000526  00000-0  10578-3 0  6508
-2 25791  24.9810  48.2931 0011178 142.1273 218.0023 14.41016304168112
-FUSE 1
-1 25791U 99035A   02243.57648803  .00000736  00000-0  16997-3 0  6495
-2 25791  24.9800  56.3527 0011307 128.8388 231.3126 14.41016815167921
-FUSE 1
-1 25791U 99035A   02242.12212513  .00001042  00000-0  26353-3 0  6487
-2 25791  24.9790  65.2545 0011385 113.4504 246.7186 14.41017164167715
-FUSE 1
-1 25791U 99035A   02241.15254607  .00001586  00000-0  42999-3 0  6475
-2 25791  24.9772  71.1895 0011244 103.6925 256.4821 14.41018933167574
-FUSE 1
-1 25791U 99035A   02240.87553062  .00000969  00000-0  24140-3 0  6461
-2 25791  24.9785  72.8895 0010796 101.1155 259.0566 14.41013762167531
-FUSE 1
-1 25791U 99035A   02239.90595273 +.00001112 +00000-0 +28499-3 0 06645
-2 25791 024.9781 078.8252 0010791 090.9038 269.2706 14.41013017167396
-FUSE 1
-1 25791U 99035A   02239.21339631  .00001213  00000-0  31602-3 0  6454
-2 25791  24.9777  83.0642 0010776  83.4859 276.6874 14.41012252167290
-FUSE 1
-1 25791U 99035A   02237.96679327 +.00001439 +00000-0 +38514-3 0 06496
-2 25791 024.9774 090.6979 0010768 071.0115 289.1558 14.41010739167110
-FUSE 1
-1 25791U 99035A   02237.89753765  .00001477  00000-0  39690-3 0  6440
-2 25791  24.9773  91.1232 0010788  70.3652 289.8019 14.41010744167101
-FUSE 1
-1 25791U 99035A   02236.44316461  .00001500  00000-0  40378-3 0  6439
-2 25791  24.9767 100.0287 0010670  55.6564 304.4950 14.41006864166893
-FUSE 1
-1 25791U 99035A   02235.19655478  .00001345  00000-0  35650-3 0  6427
-2 25791  24.9770 107.6610 0010486  43.1111 317.0209 14.41003175166715
-FUSE 1
-1 25791U 99035A   02233.94994384 +.00001071 +00000-0 +27257-3 0 06453
-2 25791 024.9778 115.2923 0010434 030.0321 330.0788 14.40999043166530
-FUSE 1
-1 25791U 99035A   02233.88068763  .00001046  00000-0  26501-3 0  6418
-2 25791  24.9780 115.7163 0010425  29.2338 330.8754 14.40998751166527
-FUSE 1
-1 25791U 99035A   02232.49555828  .00000919  00000-0  22621-3 0  6403
-2 25791  24.9786 124.1958 0010414  14.6083 345.4723 14.40995445166325
-FUSE 1
-1 25791U 99035A   02231.94150552 +.00000876 +00000-0 +21309-3 0 06546
-2 25791 024.9788 127.5880 0010407 008.4765 351.5919 14.40994234166249
-FUSE 1
-1 25791U 99035A   02231.38745204  .00000845  00000-0  20367-3 0  6390
-2 25791  24.9789 130.9790 0010378   2.6277 357.4296 14.40993213166169
-FUSE 1
-1 25791U 99035A   02230.97191224 +.00000798 +00000-0 +18928-3 0 06602
-2 25791 024.9793 133.5251 0010384 358.0335 002.0134 14.40992235166106
-FUSE 1
-1 25791U 99035A   02230.21008800  .00000719  00000-0  16493-3 0  6389
-2 25791  24.9799 138.1891 0010364 349.8416  10.1882 14.40990663165998
-FUSE 1
-1 25791U 99035A   02228.89420846  .00000570  00000-0  11957-3 0  6372
-2 25791  24.9808 146.2460 0010327 335.3789  24.6230 14.40988149165806
-FUSE 1
-1 25791U 99035A   02227.85535415  .00000520  00000-0  10422-3 0  6366
-2 25791  24.9812 152.6068 0010343 324.1332  35.8482 14.40986913165657
-FUSE 1
-1 25791U 99035A   02226.95501315 +.00000506 +00000-0 +99908-4 0 06426
-2 25791 024.9813 158.1197 0010337 314.4756 045.4908 14.40986180165529
-FUSE 1
-1 25791U 99035A   02226.47021386  .00000502  00000-0  98661-4 0  6351
-2 25791  24.9813 161.0865 0010330 309.4557  50.5037 14.40985822165454
-FUSE 1
-1 25791U 99035A   02225.98541513 +.00000476 +00000-0 +90569-4 0 06422
-2 25791 024.9815 164.0553 0010405 304.3474 055.6046 14.40985257165388
-FUSE 1
-1 25791U 99035A   02225.22358750  .00000482  00000-0  92578-4 0  6348
-2 25791  24.9816 168.7186 0010417 296.1218  63.8218 14.40984875165274
-FUSE 1
-1 25791U 99035A   02223.97696163 +.00000481 +00000-0 +92220-4 0 06412
-2 25791 024.9814 176.3517 0010455 283.1411 076.7930 14.40984067165095
-FUSE 1
-1 25791U 99035A   02223.49216218  .00000489  00000-0  94620-4 0  6333
-2 25791  24.9814 179.3194 0010476 277.8554  82.0754 14.40983850165026
-FUSE 1
-1 25791U 99035A   02222.93810641 +.00000509 +00000-0 +10073-3 0 06456
-2 25791 024.9812 182.7128 0010537 272.0359 087.8941 14.40983654164940
-FUSE 1
-1 25791U 99035A   02222.24553673  .00000508  00000-0  10033-3 0  6320
-2 25791  24.9814 186.9527 0010565 264.8001  95.1296 14.40983198164842
-FUSE 1
-1 25791U 99035A   02220.72188492  .00000514  00000-0  10213-3 0  6310
-2 25791  24.9811 196.2838 0010649 248.9270 111.0101 14.40982128164623
-FUSE 1
-1 25791U 99035A   02219.96005888 +.00000589 +00000-0 +12528-3 0 06358
-2 25791 024.9808 200.9504 0010520 240.1664 119.7798 14.40982235164515
-FUSE 1
-1 25791U 99035A   02219.54451761  .00000591  00000-0  12583-3 0  6306
-2 25791  24.9809 203.4950 0010565 235.7070 124.2439 14.40981930164456
-FUSE 1
-1 25791U 99035A   02218.50566444  .00000591  00000-0  12589-3 0  6290
-2 25791  24.9810 209.8564 0010671 225.0521 134.9121 14.40981088164304
-FUSE 1
-1 25791U 99035A   02217.67458222 +.00000586 +00000-0 +12427-3 0 06319
-2 25791 024.9810 214.9451 0010742 216.2683 143.7098 14.40980335164187
-FUSE 1
-1 25791U 99035A   02217.46681143  .00000587  00000-0  12450-3 0  6289
-2 25791  24.9811 216.2175 0010798 214.1027 145.8787 14.40980196164156
-FUSE 1
-1 25791U 99035A   02216.77424262 +.00000608 +00000-0 +13094-3 0 06446
-2 25791 024.9810 220.4589 0010860 206.6184 153.3766 14.40979799164058
-FUSE 1
-1 25791U 99035A   02216.22018763  .00000623  00000-0  13547-3 0  6272
-2 25791  24.9812 223.8548 0011013 200.8472 159.1590 14.40979503163971
-FUSE 1
-1 25791U 99035A   02215.18133380  .00000638  00000-0  14024-3 0  6265
-2 25791  24.9811 230.2141 0011063 190.3957 169.6323 14.40978710163820
-FUSE 1
-1 25791U 99035A   02213.72693828  .00000645  00000-0  14244-3 0  6252
-2 25791  24.9811 239.1154 0011038 174.9987 185.0630 14.40977412163613
-FUSE 1
-1 25791U 99035A   02212.54957017  .00000624  00000-0  13599-3 0  6242
-2 25791  24.9812 246.3230 0011021 162.5693 197.5196 14.40976134163444
-FUSE 1
-1 25791U 99035A   02211.71848578 +.00000610 +00000-0 +13168-3 0 06428
-2 25791 024.9811 251.4099 0011007 153.9347 206.1718 14.40975246163324
-FUSE 1
-1 25791U 99035A   02211.23368603  .00000608  00000-0  13095-3 0  6236
-2 25791  24.9811 254.3777 0010998 148.9909 211.1249 14.40974805163252
-FUSE 1
-1 25791U 99035A   02210.74888612 +.00000597 +00000-0 +12772-3 0 06506
-2 25791 024.9812 257.3445 0011002 143.8708 216.2543 14.40974298163187
-FUSE 1
-1 25791U 99035A   02209.98705743 +.00000587 +00000-0 +12459-3 0 06234
-2 25791 024.9812 262.0081 0011027 135.8366 224.3023 14.40973550163075
-FUSE 1
-1 25791U 99035A   02209.84854304  .00000587  00000-0  12459-3 0  6226
-2 25791  24.9812 262.8557 0011027 134.3832 225.7585 14.40973436163052
-FUSE 1
-1 25791U 99035A   02208.87894183 +.00000550 +00000-0 +11335-3 0 06274
-2 25791 024.9814 268.7902 0011057 124.1443 236.0120 14.40972331162918
-FUSE 1
-1 25791U 99035A   02208.53265521  .00000545  00000-0  11191-3 0  6213
-2 25791  24.9816 270.9107 0011057 120.4890 239.6710 14.40972045162867
-FUSE 1
-1 25791U 99035A   02207.21676421  .00000548  00000-0  11278-3 0  6200
-2 25791  24.9817 278.9666 0011052 107.3653 252.8065 14.40971121162675
-FUSE 1
-1 25791U 99035A   02206.87047673 +.00000547 +00000-0 +11238-3 0 06588
-2 25791 024.9817 281.0857 0011055 103.7292 256.4448 14.40970853162625
-FUSE 1
-1 25791U 99035A   02205.97012911 +.00000514 +00000-0 +10239-3 0 06208
-2 25791 024.9822 286.5981 0010989 094.6865 265.4898 14.40969946162493
-FUSE 1
-1 25791U 99035A   02205.83161386  .00000516  00000-0  10301-3 0  6194
-2 25791  24.9822 287.4462 0010983  93.2503 266.9261 14.40969873162472
-FUSE 1
-1 25791U 99035A   02204.86200730 +.00000468 +00000-0 +88363-4 0 06306
-2 25791 024.9826 293.3810 0010949 083.1743 277.0007 14.40968846162330
-FUSE 1
-1 25791U 99035A   02204.58497626  .00000484  00000-0  93112-4 0  6189
-2 25791  24.9826 295.0773 0010951  80.5497 279.6249 14.40968840162292
-FUSE 1
-1 25791U 99035A   02203.89239905 +.00000449 +00000-0 +82482-4 0 06488
-2 25791 024.9828 299.3172 0010890 073.2055 286.9638 14.40968123162191
-FUSE 1
-1 25791U 99035A   02203.13056333  .00000422  00000-0  74306-4 0  6170
-2 25791  24.9830 303.9805 0010839  65.4604 294.7027 14.40967491162089
-FUSE 1
-1 25791U 99035A   02201.88392126  .00000430  00000-0  76591-4 0  6169
-2 25791  24.9831 311.6129 0010788  52.8603 307.2893 14.40966950161907
-FUSE 1
-1 25791U 99035A   02200.84505139  .00000426  00000-0  75310-4 0  6156
-2 25791  24.9831 317.9723 0010726  42.0624 318.0702 14.40966400161754
-FUSE 1
-1 25791U 99035A   02199.94469674 +.00000428 +00000-0 +76045-4 0 06177
-2 25791 024.9831 323.4842 0010660 032.3527 327.7634 14.40965983161621
-FUSE 1
-1 25791U 99035A   02199.80618047  .00000429  00000-0  76448-4 0  6147
-2 25791  24.9831 324.3321 0010640  30.8653 329.2479 14.40965931161609
-FUSE 1
-1 25791U 99035A   02198.90582495 +.00000439 +00000-0 +79526-4 0 06303
-2 25791 024.9831 329.8436 0010600 021.3948 338.6994 14.40965565161478
-FUSE 1
-1 25791U 99035A   02198.55953443  .00000442  00000-0  80466-4 0  6139
-2 25791  24.9831 331.9633 0010574  17.8270 342.2607 14.40965414161429
-FUSE 1
-1 25791U 99035A   02197.93621100 +.00000444 +00000-0 +80937-4 0 06362
-2 25791 024.9831 335.7781 0010561 011.3039 348.7699 14.40965095161330
-FUSE 1
-1 25791U 99035A   02197.24362949  .00000444  00000-0  80988-4 0  6129
-2 25791  24.9831 340.0166 0010550   3.9600 356.0998 14.40964729161231
-FUSE 1
-1 25791U 99035A   02196.20475640  .00000449  00000-0  82478-4 0  6117
-2 25791  24.9832 346.3749 0010499 353.1602   6.8760 14.40964234161083
-FUSE 1
-1 25791U 99035A   02195.92772353 +.00000455 +00000-0 +84353-4 0 06533
-2 25791 024.9833 348.0711 0010484 350.1147 009.9154 14.40964150161041
-FUSE 1
-1 25791U 99035A   02194.95810905 +.00000446 +00000-0 +81482-4 0 06126
-2 25791 024.9834 354.0072 0010473 339.7777 020.2317 14.40963538160909
-FUSE 1
-1 25791U 99035A   02194.88885078  .00000448  00000-0  82042-4 0  6104
-2 25791  24.9834 354.4313 0010464 339.0255  20.9823 14.40963525160898
-FUSE 1
-1 25791U 99035A   02193.84997767  .00000458  00000-0  85132-4 0  6090
-2 25791  24.9833   0.7908 0010468 328.1332  31.8541 14.40963009160746
-FUSE 1
-1 25791U 99035A   02192.94962101 +.00000463 +00000-0 +86594-4 0 06116
-2 25791 024.9833 006.3022 0010480 318.4949 041.4767 14.40962539160615
-FUSE 1
-1 25791U 99035A   02192.81110453  .00000461  00000-0  86250-4 0  6080
-2 25791  24.9833   7.1500 0010464 316.9667  43.0024 14.40962462160593
-FUSE 1
-1 25791U 99035A   02191.91074766 +.00000486 +00000-0 +93771-4 0 06270
-2 25791 024.9834 012.6624 0010451 307.1503 052.8049 14.40962172160468
-FUSE 1
-1 25791U 99035A   02191.56445709  .00000480  00000-0  91884-4 0  6075
-2 25791  24.9832  14.7827 0010464 303.4798  56.4711 14.40961871160419
-FUSE 1
-1 25791U 99035A   02190.94113347 +.00000477 +00000-0 +90930-4 0 06343
-2 25791 024.9834 018.5979 0010445 296.7402 063.2037 14.40961502160324
-FUSE 1
-1 25791U 99035A   02190.17929374  .00000481  00000-0  92165-4 0  6069
-2 25791  24.9832  23.2616 0010481 288.6533  71.2835 14.40961043160211
-FUSE 1
-1 25791U 99035A   02189.14042204  .00000483  00000-0  92846-4 0  6059
-2 25791  24.9831  29.6230 0010511 277.8585  82.0723 14.40960393160069
-FUSE 1
-1 25791U 99035A   02187.89377604  .00000505  00000-0  99522-4 0  6046
-2 25791  24.9830  37.2551 0010534 264.3308  95.5998 14.40959812159883
-FUSE 1
-1 25791U 99035A   02186.43935654  .00000501  00000-0  98297-4 0  6033
-2 25791  24.9829  46.1591 0010579 249.0358 110.8998 14.40958795159675
-FUSE 1
-1 25791U 99035A   02185.19271205  .00000504  00000-0  99265-4 0  6028
-2 25791  24.9830  53.7902 0010629 236.0216 123.9281 14.40958001159492
-FUSE 1
-1 25791U 99035A   02184.15384184  .00000513  00000-0  10203-3 0  6017
-2 25791  24.9831  60.1514 0010674 224.8693 135.0951 14.40957412159345
-FUSE 1
-1 25791U 99035A   02182.97645554 +.00000516 +00000-0 +10283-3 0 06062
-2 25791 024.9830 067.3585 0010725 212.3891 147.5958 14.40956658159177
-FUSE 1
-1 25791U 99035A   02182.90719767  .00000519  00000-0  10371-3 0  6008
-2 25791  24.9829  67.7832 0010724 211.7115 148.2747 14.40956613159169
-FUSE 1
-1 25791U 99035A   02181.93758516 +.00000548 +00000-0 +11261-3 0 06062
-2 25791 024.9828 073.7191 0010818 201.1978 158.8084 14.40956221159028
-FUSE 1
-1 25791U 99035A   02181.86832717  .00000553  00000-0  11428-3 0  5992
-2 25791  24.9828  74.1435 0010825 200.5146 159.4931 14.40956212159019
-FUSE 1
-1 25791U 99035A   02180.96797324 +.00000532 +00000-0 +10787-3 0 06159
-2 25791 024.9829 079.6553 0010847 191.2420 168.7845 14.40955372158883
-FUSE 1
-1 25791U 99035A   02180.55242493  .00000529  00000-0  10681-3 0  5985
-2 25791  24.9829  82.1984 0010852 186.9486 173.0868 14.40955042158821
-FUSE 1
-1 25791U 99035A   02179.92910226 +.00000542 +00000-0 +11095-3 0 06155
-2 25791 024.9830 086.0152 0010926 180.7342 179.3149 14.40954738158730
-FUSE 1
-1 25791U 99035A   02179.23652162  .00000551  00000-0  11359-3 0  5973
-2 25791  24.9830  90.2545 0010946 173.5199 186.5457 14.40954304158635
-FUSE 1
-1 25791U 99035A   02177.98987603 +.00000542 +00000-0 +11095-3 0 06006
-2 25791 024.9832 097.8882 0011031 160.8337 199.2588 14.40953321158457
-FUSE 1
-1 25791U 99035A   02177.85135981  .00000538  00000-0  10963-3 0  5968
-2 25791  24.9832  98.7360 0011031 159.3474 200.7478 14.40953176158435
-FUSE 1
-1 25791U 99035A   02176.95100402 +.00000504 +00000-0 +99300-4 0 06022
-2 25791 024.9833 104.2472 0011004 150.1851 209.9284 14.40952226158308
-FUSE 1
-1 25791U 99035A   02176.46619641  .00000500  00000-0  98147-4 0  5953
-2 25791  24.9832 107.2138 0011008 145.0625 215.0606 14.40951875158232
-FUSE 1
-1 25791U 99035A   02175.21954740  .00000495  00000-0  96657-4 0  5943
-2 25791  24.9834 114.8444 0011052 132.0019 228.1431 14.40951047158052
-FUSE 1
-1 25791U 99035A   02173.90363925  .00000444  00000-0  81013-4 0  5939
-2 25791  24.9837 122.9038 0011028 119.1777 240.9836 14.40949793157868
-FUSE 1
-1 25791U 99035A   02172.51846935  .00000425  00000-0  75104-4 0  5924
-2 25791  24.9839 131.3835 0010980 104.9187 255.2530 14.40948920157661
-FUSE 1
-1 25791U 99035A   02171.41033186  .00000417  00000-0  72553-4 0  5913
-2 25791  24.9844 138.1686 0010902  93.6662 266.5092 14.40948370157502
-FUSE 1
-1 25791U 99035A   02170.50996877 +.00000436 +00000-0 +78639-4 0 05975
-2 25791 024.9843 143.6798 0010904 084.4115 275.7637 14.40948095157375
-FUSE 1
-1 25791U 99035A   02170.23293415  .00000423  00000-0  74576-4 0  5908
-2 25791  24.9845 145.3761 0010901  81.5059 278.6684 14.40947844157339
-FUSE 1
-1 25791U 99035A   02169.19405227  .00000425  00000-0  75062-4 0  5898
-2 25791  24.9846 151.7361 0010811  70.7002 289.4672 14.40947374157183
-FUSE 1
-1 25791U 99035A   02167.60109739  .00000492  00000-0  95589-4 0  5880
-2 25791  24.9842 161.4859 0010787  54.1241 306.0266 14.40947018156956
-FUSE 1
-1 25791U 99035A   02166.56221265  .00000534  00000-0  10864-3 0  5871
-2 25791  24.9839 167.8442 0010791  43.1206 317.0146 14.40946662156801
-FUSE 1
-1 25791U 99035A   02165.24629112  .00000568  00000-0  11909-3 0  5865
-2 25791  24.9843 175.9013 0010722  29.2251 330.8852 14.40946031156615
-FUSE 1
-1 25791U 99035A   02163.86110918  .00000595  00000-0  12719-3 0  5859
-2 25791  24.9845 184.3792 0010702  14.8284 345.2538 14.40945180156412
-FUSE 1
-1 25791U 99035A   02162.54518530  .00000658  00000-0  14664-3 0  5845
-2 25791  24.9846 192.4369 0010588   1.1350 358.9185 14.40944578156226
-FUSE 1
-1 25791U 99035A   02161.85259359 +.00000674 +00000-0 +15131-3 0 06107
-2 25791 024.9846 196.6771 0010590 353.7741 006.2633 14.40944011156124
-FUSE 1
-1 25791U 99035A   02161.22926069  .00000700  00000-0  15929-3 0  5831
-2 25791  24.9847 200.4935 0010585 347.0023  13.0212 14.40943608156034
-FUSE 1
-1 25791U 99035A   02159.84407613  .00000743  00000-0  17262-3 0  5823
-2 25791  24.9846 208.9724 0010588 332.2220  27.7726 14.40942460155834
-FUSE 1
-1 25791U 99035A   02158.80518770  .00000793  00000-0  18784-3 0  5819
-2 25791  24.9846 215.3341 0010581 321.3048  38.6704 14.40941632155681
-FUSE 1
-1 25791U 99035A   02157.97407665 +.00000825 +00000-0 +19757-3 0 05879
-2 25791 024.9847 220.4222 0010562 312.3796 047.5815 14.40940838155562
-FUSE 1
-1 25791U 99035A   02157.55852103  .00000870  00000-0  21141-3 0  5807
-2 25791  24.9847 222.9680 0010439 307.4635  52.4923 14.40940695155507
-FUSE 1
-1 25791U 99035A   02156.86592860 +.00000855 +00000-0 +20693-3 0 06042
-2 25791 024.9846 227.2073 0010554 299.6921 060.2540 14.40939609155402
-FUSE 1
-1 25791U 99035A   02156.24259499  .00000899  00000-0  22019-3 0  5795
-2 25791  24.9846 231.0244 0010551 292.5198  67.4193 14.40939088155314
-FUSE 1
-1 25791U 99035A   02155.06518757  .00000887  00000-0  21661-3 0  5787
-2 25791  24.9851 238.2318 0010502 278.6019  81.3297 14.40937436155140
-FUSE 1
-1 25791U 99035A   02154.92666911 +.00000889 +00000-0 +21739-3 0 06067
-2 25791 024.9851 239.0795 0010509 277.1250 082.8066 14.40937258155126
-FUSE 1
-1 25791U 99035A   02153.88777948  .00000883  00000-0  21546-3 0  5771
-2 25791  24.9856 245.4403 0010777 265.3681  94.5596 14.40935853154971
-FUSE 1
-1 25791U 99035A   02152.57185272  .00000902  00000-0  22117-3 0  5765
-2 25791  24.9868 253.4989 0011060 249.3519 110.5805 14.40934379154783
-FUSE 1
-1 25791U 99035A   02151.53296309  .00000970  00000-0  24192-3 0  5753
-2 25791  24.9869 259.8581 0011180 238.2453 121.6966 14.40933320154639
-FUSE 1
-1 25791U 99035A   02150.70185103 +.00001051 +00000-0 +26686-3 0 05975
-2 25791 024.9867 264.9433 0011243 229.4877 130.4651 14.40932501154518
-FUSE 1
-1 25791U 99035A   02149.93999876  .00001091  00000-0  27908-3 0  5745
-2 25791  24.9867 269.6053 0011249 221.4930 138.4719 14.40931407154401
-FUSE 1
-1 25791U 99035A   02148.90111038 +.00001229 +00000-0 +32134-3 0 05769
-2 25791 024.9863 275.9625 0011269 210.6845 149.3088 14.40930136154250
-FUSE 1
-1 25791U 99035A   02148.83185155  .00000938  00000-0  23221-3 0  5732
-2 25791  24.9851 276.3822 0010775 212.4019 147.5850 14.40927933154242
-FUSE 1
-1 25791U 99035A   02147.93147934 +.00000813 +00000-0 +19395-3 0 05958
-2 25791 024.9857 281.8960 0010898 202.6278 157.3749 14.40926137154113
-FUSE 1
-1 25791U 99035A   02147.58518187  .00001001  00000-0  25172-3 0  5726
-2 25791  24.9861 284.0183 0011012 197.6860 162.3263 14.40926704154060
-FUSE 1
-1 25791U 99035A   02146.54628978  .00000913  00000-0  22451-3 0  5718
-2 25791  24.9845 290.3753 0010754 189.6041 170.4268 14.40924183153916
-FUSE 1
-1 25791U 99035A   02145.16109886  .00000752  00000-0  17520-3 0  5708
-2 25791  24.9854 298.8585 0011057 175.5591 184.5015 14.40921808153718
-FUSE 1
-1 25791U 99035A   02144.12220258  .00000806  00000-0  19188-3 0  5690
-2 25791  24.9858 305.2220 0011313 166.0837 193.9972 14.40920971153563
-FUSE 1
-1 25791U 99035A   02143.91442346 +.00000815 +00000-0 +19451-3 0 06009
-2 25791 024.9859 306.4952 0011363 164.3048 195.7813 14.40920803153534
-FUSE 1
-1 25791U 99035A   02142.94478746 +.00000943 +00000-0 +23384-3 0 05690
-2 25791 024.9854 312.4312 0011411 153.9631 206.1530 14.40920479153398
-FUSE 1
-1 25791U 99035A   02142.87552765  .00000884  00000-0  21574-3 0  5688
-2 25791  24.9848 312.8512 0010954 151.9799 208.1299 14.40919629153389
-FUSE 1
-1 25791U 99035A   02141.90588955 +.00000926 +00000-0 +22857-3 0 05874
-2 25791 024.9841 318.7826 0010700 140.9341 219.1940 14.40918429153242
-FUSE 1
-1 25791U 99035A   02141.55958991  .00000963  00000-0  23993-3 0  5677
-2 25791  24.9839 320.9048 0010714 137.4073 222.7267 14.40918220153193
-FUSE 1
-1 25791U 99035A   02140.17438775  .00001057  00000-0  26889-3 0  5668
-2 25791  24.9835 329.3818 0010822 124.7440 235.4086 14.40916869152998
-FUSE 1
-1 25791U 99035A   02139.96660755 +.00001083 +00000-0 +27692-3 0 05884
-2 25791 024.9836 330.6540 0010888 122.4431 237.7130 14.40916754152968
-FUSE 1
-1 25791U 99035A   02139.06622508  .00001163  00000-0  30126-3 0  5659
-2 25791  24.9830 336.1650 0010863 113.3928 246.7719 14.40915711152839
-FUSE 1
-1 25791U 99035A   02137.88879990  .00001296  00000-0  34198-3 0  5645
-2 25791  24.9826 343.3712 0010907 101.0863 259.0871 14.40914401152666
-FUSE 1
-1 25791U 99035A   02136.91915471 +.00001350 +00000-0 +35875-3 0 05816
-2 25791 024.9827 349.3060 0010932 090.9446 269.2314 14.40912681152528
-FUSE 1
-1 25791U 99035A   02136.22654987  .00001376  00000-0  36654-3 0  5636
-2 25791  24.9826 353.5443 0010936  83.6416 276.5336 14.40911244152427
-FUSE 1
-1 25791U 99035A   02135.94950762 +.00001397 +00000-0 +37325-3 0 05723
-2 25791 024.9825 355.2400 0010966 080.7402 279.4344 14.40910769152381
-FUSE 1
-1 25791U 99035A   02135.18764091  .00001413  00000-0  37797-3 0  5628
-2 25791  24.9824 359.9024 0010965  72.6730 287.4977 14.40909002152273
-FUSE 1
-1 25791U 99035A   02134.91059834 +.00001415 +00000-0 +37857-3 0 05922
-2 25791 024.9825 001.5980 0010968 069.7349 290.4345 14.40908337152230
-FUSE 1
-1 25791U 99035A   02133.94094738 +.00001415 +00000-0 +37859-3 0 05636
-2 25791 024.9824 007.5352 0010877 059.9778 300.1809 14.40905944152093
-FUSE 1
-1 25791U 99035A   02133.87168652  .00001412  00000-0  37775-3 0  5617
-2 25791  24.9825   7.9592 0010873  59.2261 300.9315 14.40905750152084
-FUSE 1
-1 25791U 99035A   02132.48646600  .00001369  00000-0  36456-3 0  5602
-2 25791  24.9823  16.4325 0010684  45.9733 314.1653 14.40902098151888
-FUSE 1
-1 25791U 99035A   02131.30902586  .00001353  00000-0  35975-3 0  5596
-2 25791  24.9822  23.6391 0010610  33.6244 326.4935 14.40899142151716
-FUSE 1
-1 25791U 99035A   02130.20084454  .00001308  00000-0  34583-3 0  5582
-2 25791  24.9820  30.4208 0010580  22.0031 338.0932 14.40896173151558
-FUSE 1
-1 25791U 99035A   02129.16192230  .00001226  00000-0  32085-3 0  5570
-2 25791  24.9821  36.7788 0010481  11.1643 348.9097 14.40893274151404
-FUSE 1
-1 25791U 99035A   02128.95413775 +.00001211 +00000-0 +31627-3 0 05931
-2 25791 024.9821 038.0520 0010468 008.7737 351.2951 14.40892692151379
-FUSE 1
-1 25791U 99035A   02127.98447523 +.00001111 +00000-0 +28565-3 0 05601
-2 25791 024.9824 043.9896 0010296 357.7755 002.2712 14.40889924151236
-FUSE 1
-1 25791U 99035A   02127.91521357  .00001094  00000-0  28026-3 0  5569
-2 25791  24.9824  44.4136 0010284 357.0692   2.9753 14.40889652151228
-FUSE 1
-1 25791U 99035A   02126.94554859 +.00001060 +00000-0 +27008-3 0 05601
-2 25791 024.9824 050.3495 0010262 346.7330 013.2907 14.40887620151085
-FUSE 1
-1 25791U 99035A   02126.87628689  .00001055  00000-0  26832-3 0  5558
-2 25791  24.9824  50.7736 0010263 346.0680  13.9545 14.40887452151076
-FUSE 1
-1 25791U 99035A   02125.97588259 +.00001014 +00000-0 +25588-3 0 05671
-2 25791 024.9823 056.2855 0010259 336.2920 023.7116 14.40885529150942
-FUSE 1
-1 25791U 99035A   02125.42178682  .00001006  00000-0  25328-3 0  5545
-2 25791  24.9822  59.6761 0010255 330.4733  29.5196 14.40884531150863
-FUSE 1
-1 25791U 99035A   02124.38285672  .00001011  00000-0  25509-3 0  5533
-2 25791  24.9820  66.0352 0010273 319.4923  40.4821 14.40882801150716
-FUSE 1
-1 25791U 99035A   02123.20540156  .00000953  00000-0  23705-3 0  5523
-2 25791  24.9824  73.2432 0010279 305.7597  54.1955 14.40880460150540
-FUSE 1
-1 25791U 99035A   02121.95868326 +.00001002 +00000-0 +25225-3 0 05542
-2 25791 024.9819 080.8762 0010331 292.1373 067.8041 14.40878747150366
-FUSE 1
-1 25791U 99035A   02121.54311021  .00001003  00000-0  25248-3 0  5515
-2 25791  24.9819  83.4189 0010337 287.6956  72.2421 14.40878063150307
-FUSE 1
-1 25791U 99035A   02120.98901322 +.00001023 +00000-0 +25857-3 0 05632
-2 25791 024.9818 086.8098 0010306 282.1201 077.8157 14.40877264150221
-FUSE 1
-1 25791U 99035A   02120.22712923  .00001015  00000-0  25630-3 0  5502
-2 25791  24.9819  91.4718 0010318 274.0246  85.9082 14.40875930150118
-FUSE 1
-1 25791U 99035A   02119.95008070 +.00001028 +00000-0 +26024-3 0 05648
-2 25791 024.9817 093.1681 0010309 271.2034 088.7294 14.40875508150070
-FUSE 1
-1 25791U 99035A   02119.18819734  .00000984  00000-0  24661-3 0  5498
-2 25791  24.9821  97.8348 0010364 262.8749  97.0580 14.40873938149968
-FUSE 1
-1 25791U 99035A   02117.59516608  .00000965  00000-0  24087-3 0  5485
-2 25791  24.9822 107.5863 0010462 245.7519 114.1894 14.40871219149738
-FUSE 1
-1 25791U 99035A   02116.55623223  .00001014  00000-0  25598-3 0  5475
-2 25791  24.9819 113.9469 0010496 234.8360 125.1166 14.40869721149589
-FUSE 1
-1 25791U 99035A   02115.24024880  .00000904  00000-0  22221-3 0  5460
-2 25791  24.9822 122.0047 0010673 220.6675 139.3037 14.40867070149393
-FUSE 1
-1 25791U 99035A   02113.64721393  .00000997  00000-0  25068-3 0  5458
-2 25791  24.9820 131.7593 0010921 204.4419 155.5575 14.40864885149169
-FUSE 1
-1 25791U 99035A   02112.60827693  .00001229  00000-0  32167-3 0  5449
-2 25791  24.9818 138.1223 0011109 194.3356 165.6844 14.40863758149016
-FUSE 1
-1 25791U 99035A   02111.70786489 +.00001579 +00000-0 +42935-3 0 05459
-2 25791 024.9818 143.6347 0011005 184.3083 175.7332 14.40862715148885
-FUSE 1
-1 25791U 99035A   02111.56934007  .00001615  00000-0  44009-3 0  5437
-2 25791  24.9819 144.4840 0011022 182.6205 177.4245 14.40862480148868
-FUSE 1
-1 25791U 99035A   02110.53040188  .00001831  00000-0  50650-3 0  5429
-2 25791  24.9817 150.8474 0011038 171.9009 188.1678 14.40859918148715
-FUSE 1
-1 25791U 99035A   02109.21441033  .00001839  00000-0  50903-3 0  5414
-2 25791  24.9818 158.9076 0011058 159.5103 200.5858 14.40855347148522
-FUSE 1
-1 25791U 99035A   02107.75988762  .00001806  00000-0  49905-3 0  5409
-2 25791  24.9818 167.8101 0011016 144.5815 215.5425 14.40850340148319
-FUSE 1
-1 25791U 99035A   02106.72093909  .00001824  00000-0  50445-3 0  5394
-2 25791  24.9819 174.1696 0011038 134.1147 226.0286 14.40847102148164
-FUSE 1
-1 25791U 99035A   02105.61272498  .00001733  00000-0  47679-3 0  5386
-2 25791  24.9822 180.9533 0010987 122.6889 237.4679 14.40842753148002
-FUSE 1
-1 25791U 99035A   02104.85082480 +.00001713 +00000-0 +47068-3 0 05437
-2 25791 024.9823 185.6152 0010986 114.8415 245.3238 14.40840218147898
-FUSE 1
-1 25791U 99035A   02104.57377071  .00001648  00000-0  45060-3 0  5379
-2 25791  24.9828 187.3119 0010910 112.4216 247.7465 14.40838832147858
-FUSE 1
-1 25791U 99035A   02102.91143625  .00001546  00000-0  41945-3 0  5365
-2 25791  24.9833 197.4876 0010832  95.2901 264.8851 14.40833179147610
-FUSE 1
-1 25791U 99035A   02101.94173617 +.00001486 +00000-0 +40101-3 0 05367
-2 25791 024.9836 203.4219 0010768 085.1671 275.0035 14.40830065147475
-FUSE 1
-1 25791U 99035A   02101.87247187  .00001527  00000-0  41368-3 0  5354
-2 25791  24.9836 203.8460 0010860  84.9976 275.1776 14.40830297147464
-FUSE 1
-1 25791U 99035A   02100.90276910 +.00001525 +00000-0 +41312-3 0 05406
-2 25791 024.9836 209.7805 0010820 074.8575 285.3127 14.40827651147329
-FUSE 1
-1 25791U 99035A   02100.55644706  .00001466  00000-0  39504-3 0  5346
-2 25791  24.9839 211.9005 0010785  71.2224 288.9455 14.40826227147276
-FUSE 1
-1 25791U 99035A   02099.72527026 +.00001468 +00000-0 +39557-3 0 05369
-2 25791 024.9839 216.9860 0010792 062.4507 297.7098 14.40824076147152
-FUSE 1
-1 25791U 99035A   02099.51747561  .00001466  00000-0  39497-3 0  5332
-2 25791  24.9839 218.2573 0010790  60.2600 299.8974 14.40823521147123
-FUSE 1
-1 25791U 99035A   02098.96335660 +.00001461 +00000-0 +39351-3 0 05517
-2 25791 024.9839 221.6473 0010791 054.4596 305.6917 14.40822053147043
-FUSE 1
-1 25791U 99035A   02097.99364657  .00001460  00000-0  39305-3 0  5324
-2 25791  24.9840 227.5821 0010785  44.3275 315.8094 14.40819548146900
-FUSE 1
-1 25791U 99035A   02096.88540384  .00001474  00000-0  39764-3 0  5317
-2 25791  24.9839 234.3643 0010788  32.8173 327.3012 14.40816799146743
-FUSE 1
-1 25791U 99035A   02095.63862735  .00001487  00000-0  40141-3 0  5300
-2 25791  24.9840 241.9943 0010816  19.8188 340.2741 14.40813643146563
-FUSE 1
-1 25791U 99035A   02094.59964440  .00001479  00000-0  39900-3 0  5290
-2 25791  24.9841 248.3515 0010781   8.9830 351.0866 14.40810859146412
-FUSE 1
-1 25791U 99035A   02093.56066001  .00001449  00000-0  39004-3 0  5283
-2 25791  24.9842 254.7110 0010724 357.7982   2.2481 14.40807913146263
-FUSE 1
-1 25791U 99035A   02092.17534371  .00001416  00000-0  37974-3 0  5276
-2 25791  24.9846 263.1915 0010706 342.3947  17.6181 14.40804146146065
-FUSE 1
-1 25791U 99035A   02091.06708795  .00001473  00000-0  39722-3 0  5261
-2 25791  24.9844 269.9758 0010605 329.8586  30.1311 14.40801748145901
-FUSE 1
-1 25791U 99035A   02090.92855601 +.00001487 +00000-0 +40157-3 0 05410
-2 25791 024.9846 270.8250 0010580 328.4929 031.4942 14.40801529145887
-FUSE 1
-1 25791U 99035A   02089.95883174 +.00001422 +00000-0 +38169-3 0 05269
-2 25791 024.9848 276.7588 0010511 318.2311 041.7395 14.40798658145743
-FUSE 1
-1 25791U 99035A   02089.88956560  .00001421  00000-0  38139-3 0  5256
-2 25791  24.9849 277.1827 0010506 317.5131  42.4562 14.40798492145730
-FUSE 1
-1 25791U 99035A   02088.15791078  .00001515  00000-0  41010-3 0  5241
-2 25791  24.9847 287.7803 0010520 298.7755  61.1699 14.40794544145482
-FUSE 1
-1 25791U 99035A   02087.95011214 +.00001499 +00000-0 +40534-3 0 05370
-2 25791 024.9848 289.0527 0010533 296.5864 063.3562 14.40793924145453
-FUSE 1
-1 25791U 99035A   02086.91111703  .00001749  00000-0  48209-3 0  5239
-2 25791  24.9841 295.4106 0010495 285.4100  74.5251 14.40792142145301
-FUSE 1
-1 25791U 99035A   02085.94138844 +.00001800 +00000-0 +49790-3 0 05230
-2 25791 024.9840 301.3448 0010492 275.1890 084.7423 14.40789187145168
-FUSE 1
-1 25791U 99035A   02085.87212209  .00001800  00000-0  49784-3 0  5222
-2 25791  24.9839 301.7687 0010498 274.4524  85.4786 14.40788939145150
-FUSE 1
-1 25791U 99035A   02084.20972717  .00001789  00000-0  49461-3 0  5212
-2 25791  24.9837 311.9410 0010520 257.1269 102.8063 14.40783400144918
-FUSE 1
-1 25791U 99035A   02083.17072852  .00001737  00000-0  47850-3 0  5200
-2 25791  24.9841 318.3008 0010603 246.6391 113.2992 14.40779739144768
-FUSE 1
-1 25791U 99035A   02081.92392783  .00001713  00000-0  47112-3 0  5192
-2 25791  24.9843 325.9324 0010711 233.7134 126.2384 14.40775609144588
-FUSE 1
-1 25791U 99035A   02080.88492453  .00001724  00000-0  47457-3 0  5184
-2 25791  24.9839 332.2902 0010758 223.1027 136.8641 14.40772451144430
-FUSE 1
-1 25791U 99035A   02079.98445671 +.00001660 +00000-0 +45511-3 0 05248
-2 25791 024.9866 337.8089 0010640 212.3177 147.6681 14.40769396144307
-FUSE 1
-1 25791U 99035A   02079.36105289  .00001660  00000-0  45502-3 0  5170
-2 25791  24.9864 341.6231 0010625 205.7116 154.2858 14.40767508144212
-FUSE 1
-1 25791U 99035A   02078.94545013 +.00001663 +00000-0 +45593-3 0 05203
-2 25791 024.9866 344.1681 0010662 201.5314 158.4745 14.40766326144157
-FUSE 1
-1 25791U 99035A   02078.18351059  .00001670  00000-0  45823-3 0  5163
-2 25791  24.9867 348.8302 0010676 193.5096 166.5127 14.40764131144045
-FUSE 1
-1 25791U 99035A   02076.93669799 +.00001712 +00000-0 +47120-3 0 05188
-2 25791 024.9862 356.4616 0010674 180.4765 179.5730 14.40760708143868
-FUSE 1
-1 25791U 99035A   02076.86743038  .00001720  00000-0  47342-3 0  5151
-2 25791  24.9861 356.8853 0010677 179.8078 180.2432 14.40760558143856
-FUSE 1
-1 25791U 99035A   02075.34354341  .00001769  00000-0  48858-3 0  5143
-2 25791  24.9857   6.2089 0010689 164.1831 195.9013 14.40756227143637
-FUSE 1
-1 25791U 99035A   02074.23525935  .00001789  00000-0  49489-3 0  5131
-2 25791  24.9864  12.9917 0010652 152.3559 207.7514 14.40752965143470
-FUSE 1
-1 25791U 99035A   02073.95818794 +.00001809 +00000-0 +50096-3 0 05215
-2 25791 024.9863 014.6889 0010627 149.3903 210.7224 14.40752237143437
-FUSE 1
-1 25791U 99035A   02073.19624002  .00001826  00000-0  50609-3 0  5127
-2 25791  24.9865  19.3522 0010642 141.9145 218.2115 14.40749948143323
-FUSE 1
-1 25791U 99035A   02072.91916797 +.00001841 +00000-0 +51076-3 0 05363
-2 25791 024.9864 021.0498 0010609 139.0566 221.0741 14.40749171143282
-FUSE 1
-1 25791U 99035A   02071.53380359  .00001868  00000-0  51930-3 0  5110
-2 25791  24.9870  29.5310 0010560 125.3666 234.7831 14.40744898143080
-FUSE 1
-1 25791U 99035A   02070.97965627 +.00001883 +00000-0 +52391-3 0 05124
-2 25791 024.9873 032.9250 0010530 120.0536 240.1014 14.40743233143007
-FUSE 1
-1 25791U 99035A   02070.49477683  .00001888  00000-0  52553-3 0  5104
-2 25791  24.9873  35.8909 0010528 115.0412 245.1193 14.40741625142931
-FUSE 1
-1 25791U 99035A   02069.24793971  .00001911  00000-0  53253-3 0  5099
-2 25791  24.9880  43.5225 0010388 102.6935 257.4711 14.40737632142757
-FUSE 1
-1 25791U 99035A   02068.20890526  .00001963  00000-0  54852-3 0  5080
-2 25791  24.9877  49.8807 0010265  92.5971 267.5712 14.40734504142601
-FUSE 1
-1 25791U 99035A   02066.40790516  .00002019  00000-0  56597-3 0  5078
-2 25791  24.9882  60.8982 0010140  74.0227 286.1405 14.40728545142340
-FUSE 1
-1 25791U 99035A   02065.23032416  .00001976  00000-0  55274-3 0  5067
-2 25791  24.9890  68.1059 0009928  61.2977 298.8527 14.40723876142175
-FUSE 1
-1 25791U 99035A   02063.63711823 +.00001966 +00000-0 +54965-3 0 05060
-2 25791 024.9889 077.8519 0009855 044.5446 315.5856 14.40718057141946
-FUSE 1
-1 25791U 99035A   02063.56784827  .00001964  00000-0  54915-3 0  5058
-2 25791  24.9890  78.2758 0009853  43.7948 316.3342 14.40717794141939
-FUSE 1
-1 25791U 99035A   02062.25171546  .00001967  00000-0  55002-3 0  5041
-2 25791  24.9898  86.3315 0009720  29.5760 330.5288 14.40713207141744
-FUSE 1
-1 25791U 99035A   02060.72776629  .00001974  00000-0  55231-3 0  5035
-2 25791  24.9904  95.6541 0009691  13.5587 346.5178 14.40707846141526
-FUSE 1
-1 25791U 99035A   02059.68870443  .00002061  00000-0  57921-3 0  5022
-2 25791  24.9908 102.0122 0009670   2.3178 357.7366 14.40705063141372
-FUSE 1
-1 25791U 99035A   02058.58037276 +.00001937 +00000-0 +54089-3 0 05190
-2 25791 024.9855 108.7808 0010347 348.8163 011.2115 14.40699031141216
-FUSE 1
-1 25791U 99035A   02058.23401784  .00001930  00000-0  53890-3 0  5014
-2 25791  24.9854 110.8994 0010344 345.1099  14.9105 14.40697723141169
-FUSE 1
-1 25791U 99035A   02057.95693361 +.00001927 +00000-0 +53794-3 0 05295
-2 25791 024.9853 112.5943 0010342 342.2401 017.7744 14.40696709141123
-FUSE 1
-1 25791U 99035A   02056.98714049 +.00001855 +00000-0 +51590-3 0 05016
-2 25791 024.9848 118.5439 0010389 330.7846 029.2084 14.40692621140986
-FUSE 1
-1 25791U 99035A   02056.84859804  .00001856  00000-0  51612-3 0  5005
-2 25791  24.9848 119.3917 0010396 329.3558  30.6348 14.40692155140967
-FUSE 1
-1 25791U 99035A   02055.87879896 +.00001862 +00000-0 +51795-3 0 05009
-2 25791 024.9847 125.3251 0010386 318.7436 041.2281 14.40688909140821
-FUSE 1
-1 25791U 99035A   02055.80952754  .00001868  00000-0  51976-3 0  4991
-2 25791  24.9847 125.7494 0010379 317.8153  42.1555 14.40688735140812
-FUSE 1
-1 25791U 99035A   02054.56264168  .00001830  00000-0  50822-3 0  4985
-2 25791  24.9853 133.3826 0010404 303.6462  56.3056 14.40684284140636
-FUSE 1
-1 25791U 99035A   02051.93031607 +.00001939 +00000-0 +54187-3 0 04981
-2 25791 024.9846 149.4920 0010329 274.4706 085.4618 14.40676334140255
-FUSE 1
-1 25791U 99035A   02051.86104389  .00001949  00000-0  54496-3 0  4963
-2 25791  24.9847 149.9167 0010322 273.5085  86.4222 14.40676201140241
-FUSE 1
-1 25791U 99035A   02050.89124093 +.00001793 +00000-0 +49705-3 0 04963
-2 25791 024.9879 155.8456 0009888 267.6928 092.2444 14.40671793140105
-FUSE 1
-1 25791U 99035A   02050.82196891  .00001795  00000-0  49764-3 0  4957
-2 25791  24.9879 156.2699 0009920 266.9073  93.0299 14.40671596140095
-FUSE 1
-1 25791U 99035A   02049.85216173 +.00001762 +00000-0 +48738-3 0 05049
-2 25791 024.9881 162.2061 0009833 257.1871 102.7547 14.40668129139954
-FUSE 1
-1 25791U 99035A   02049.57507351  .00001745  00000-0  48221-3 0  4945
-2 25791  24.9884 163.9032 0009829 254.4578 105.4840 14.40667101139913
-FUSE 1
-1 25791U 99035A   02048.18962711  .00001789  00000-0  49573-3 0  4934
-2 25791  24.9865 172.3765 0010089 240.4382 119.5119 14.40662912139715
-FUSE 1
-1 25791U 99035A   02047.15054256  .00001796  00000-0  49804-3 0  4920
-2 25791  24.9866 178.7417 0010129 229.8799 130.0812 14.40659621139562
-FUSE 1
-1 25791U 99035A   02045.83436523  .00001840  00000-0  51150-3 0  4910
-2 25791  24.9866 186.7961 0010148 215.4593 144.5240 14.40655733139373
-FUSE 1
-1 25791U 99035A   02044.79527556 +.00001873 +00000-0 +52184-3 0 04971
-2 25791 024.9863 193.1524 0010137 204.2065 155.7965 14.40652516139223
-FUSE 1
-1 25791U 99035A   02044.51818359  .00001925  00000-0  53776-3 0  4904
-2 25791  24.9860 194.8476 0010191 201.0271 158.9809 14.40652078139188
-FUSE 1
-1 25791U 99035A   02043.82545578 +.00001946 +00000-0 +54433-3 0 04990
-2 25791 024.9858 199.0847 0010200 193.6793 166.3433 14.40649817139082
-FUSE 1
-1 25791U 99035A   02042.92490752  .00001992  00000-0  55840-3 0  4896
-2 25791  24.9856 204.5925 0010259 184.1947 175.8472 14.40647025138951
-FUSE 1
-1 25791U 99035A   02041.95508458 +.00002053 +00000-0 +57741-3 0 04892
-2 25791 024.9856 210.5265 0010300 173.9651 186.0980 14.40644069138818
-FUSE 1
-1 25791U 99035A   02041.88581150  .00002073  00000-0  58348-3 0  4889
-2 25791  24.9861 210.9521 0010311 172.9624 187.1028 14.40644058138806
-FUSE 1
-1 25791U 99035A   02040.56961753  .00002206  00000-0  62450-3 0  4870
-2 25791  24.9858 219.0013 0010484 159.5673 200.5249 14.40640287138618
-FUSE 1
-1 25791U 99035A   02039.53051625  .00002255  00000-0  63954-3 0  4866
-2 25791  24.9858 225.3571 0010553 148.4366 211.6776 14.40636535138462
-FUSE 1
-1 25791U 99035A   02038.14504167  .00002351  00000-0  66921-3 0  4859
-2 25791  24.9858 233.8326 0010636 134.1993 225.9382 14.40631676138264
-FUSE 1
-1 25791U 99035A   02037.93721974 +.00002397 +00000-0 +68340-3 0 04938
-2 25791 024.9861 235.1054 0010736 131.7488 228.3923 14.40631273138232
-FUSE 1
-1 25791U 99035A   02036.89810875  .00002492  00000-0  71274-3 0  4847
-2 25791  24.9862 241.4623 0010829 122.1317 238.0237 14.40627644138089
-FUSE 1
-1 25791U 99035A   02035.92826968 +.00002548 +00000-0 +73019-3 0 04841
-2 25791 024.9863 247.3934 0010862 112.4256 247.7399 14.40623688137945
-FUSE 1
-1 25791U 99035A   02035.85899543  .00002552  00000-0  73123-3 0  4832
-2 25791  24.9863 247.8171 0010864 111.6988 248.4676 14.40623397137930
-FUSE 1
-1 25791U 99035A   02034.95842869 +.00002563 +00000-0 +73476-3 0 04924
-2 25791 024.9867 253.3259 0010904 102.2272 257.9457 14.40619245137805
-FUSE 1
-1 25791U 99035A   02034.26568177  .00002587  00000-0  74211-3 0  4828
-2 25791  24.9865 257.5631 0010840  95.4477 264.7266 14.40616180137700
-FUSE 1
-1 25791U 99035A   02033.22656041  .00002588  00000-0  74253-3 0  4817
-2 25791  24.9868 263.9212 0010966  84.6163 275.5595 14.40611176137558
-FUSE 1
-1 25791U 99035A   02032.18743380  .00002587  00000-0  74231-3 0  4808
-2 25791  24.9869 270.2766 0010977  73.7493 286.4230 14.40606150137408
-FUSE 1
-1 25791U 99035A   02030.94047759 +.00002528 +00000-0 +72437-3 0 04808
-2 25791 024.9874 277.9037 0011018 060.9223 299.2389 14.40599492137222
-FUSE 1
-1 25791U 99035A   02030.87120198  .00002526  00000-0  72362-3 0  4792
-2 25791  24.9874 278.3273 0011014  60.1902 299.9702 14.40599135137210
-FUSE 1
-1 25791U 99035A   02029.34713303  .00002495  00000-0  71439-3 0  4786
-2 25791  24.9875 287.6482 0010997  44.3035 315.8351 14.40591646136997
-FUSE 1
-1 25791U 99035A   02028.93147652 +.00002479 +00000-0 +70929-3 0 04862
-2 25791 024.9876 290.1899 0010994 039.9697 320.1619 14.40589498136932
-FUSE 1
-1 25791U 99035A   02028.16943701  .00002474  00000-0  70791-3 0  4778
-2 25791  24.9876 294.8500 0011006  32.1353 327.9821 14.40585928136823
-FUSE 1
-1 25791U 99035A   02027.96161389 +.00002407 +00000-0 +68742-3 0 05050
-2 25791 024.9874 296.1287 0010582 028.3810 331.7529 14.40584028136795
-FUSE 1
-1 25791U 99035A   02026.92246706  .00002341  00000-0  66697-3 0  4763
-2 25791  24.9799 302.5272 0010059  16.0811 344.0013 14.40577732136644
-FUSE 1
-1 25791U 99035A   02025.39837504  .00002257  00000-0  64121-3 0  4750
-2 25791  24.9803 311.8488 0010138 359.9596   0.0915 14.40570421136423
-FUSE 1
-1 25791U 99035A   02024.22066220  .00002170  00000-0  61445-3 0  4749
-2 25791  24.9808 319.0539 0010178 346.9833  13.0414 14.40564803136255
-FUSE 1
-1 25791U 99035A   02023.94355340 +.00002127 +00000-0 +60118-3 0 04963
-2 25791 024.9808 320.7502 0010231 343.9239 016.0947 14.40563257136213
-FUSE 1
-1 25791U 99035A   02022.97366856 +.00002070 +00000-0 +58368-3 0 04746
-2 25791 024.9809 326.6854 0010289 333.5703 026.4279 14.40558911136071
-FUSE 1
-1 25791U 99035A   02022.90439095  .00002070  00000-0  58368-3 0  4734
-2 25791  24.9809 327.1090 0010289 332.8439  27.1535 14.40558648136066
-FUSE 1
-1 25791U 99035A   02021.93450374 +.00001972 +00000-0 +55342-3 0 04738
-2 25791 024.9815 333.0432 0010420 322.2211 037.7568 14.40554066135924
-FUSE 1
-1 25791U 99035A   02021.51883604  .00001971  00000-0  55294-3 0  4722
-2 25791  24.9815 335.5850 0010420 317.8920  42.0786 14.40552554135866
-FUSE 1
-1 25791U 99035A   02020.34111020  .00001902  00000-0  53176-3 0  4718
-2 25791  24.9819 342.7879 0010496 305.4885  54.4643 14.40547753135692
-FUSE 1
-1 25791U 99035A   02019.23265919  .00001870  00000-0  52196-3 0  4705
-2 25791  24.9819 349.5667 0010511 294.0221  65.9186 14.40543639135538
-FUSE 1
-1 25791U 99035A   02018.19348466  .00001814  00000-0  50458-3 0  4693
-2 25791  24.9822 355.9219 0010534 283.3551  76.5783 14.40539652135382
-FUSE 1
-1 25791U 99035A   02016.60007962  .00001743  00000-0  48297-3 0  4688
-2 25791  24.9823   5.6676 0010591 266.8378  93.0919 14.40533828135154
-FUSE 1
-1 25791U 99035A   02015.76873696 +.00001678 +00000-0 +46283-3 0 04713
-2 25791 024.9823 010.7535 0010644 258.3411 101.5912 14.40530615135034
-FUSE 1
-1 25791U 99035A   02015.56090099  .00001670  00000-0  46017-3 0  4671
-2 25791  24.9825  12.0258 0010623 256.2726 103.6602 14.40529913135001
-FUSE 1
-1 25791U 99035A   02014.59099802 +.00001637 +00000-0 +45017-3 0 04801
-2 25791 024.9827 017.9579 0010652 246.2520 113.6872 14.40526735134868
-FUSE 1
-1 25791U 99035A   02014.24460394  .00001618  00000-0  44436-3 0  4668
-2 25791  24.9826  20.0778 0010710 242.8070 117.1346 14.40525522134813
-FUSE 1
-1 25791U 99035A   02012.65118694  .00001644  00000-0  45243-3 0  4659
-2 25791  24.9821  29.8239 0010731 226.1513 133.8108 14.40521061134586
-FUSE 1
-1 25791U 99035A   02011.54272015  .00001715  00000-0  47438-3 0  4640
-2 25791  24.9815  36.6044 0010793 214.5223 145.4584 14.40518322134422
-FUSE 1
-1 25791U 99035A   02010.43425174  .00001799  00000-0  50019-3 0  4633
-2 25791  24.9809  43.3849 0010812 202.7174 157.2854 14.40515528134267
-FUSE 1
-1 25791U 99035A   02009.25649964  .00002024  00000-0  56982-3 0  4622
-2 25791  24.9789  50.5894 0010900 190.2577 169.7698 14.40513435134090
-FUSE 1
-1 25791U 99035A   02007.73234977  .00002144  00000-0  60706-3 0  4618
-2 25791  24.9780  59.9106 0010959 174.4447 185.6181 14.40508676133874
-FUSE 1
-1 25791U 99035A   02006.55459467  .00002207  00000-0  62629-3 0  4605
-2 25791  24.9776  67.1133 0010962 161.9239 198.1657 14.40504470133701
-FUSE 1
-1 25791U 99035A   02005.93107615 +.00002223 +00000-0 +63140-3 0 04899
-2 25791 024.9772 070.9268 0010959 155.3799 204.7234 14.40502008133612
-FUSE 1
-1 25791U 99035A   02005.23827537  .00002302  00000-0  65586-3 0  4595
-2 25791  24.9762  75.1663 0011117 148.7865 211.3305 14.40499774133511
-FUSE 1
-1 25791U 99035A   02003.92195234  .00002277  00000-0  64830-3 0  4582
-2 25791  24.9761  83.2157 0011128 134.9320 225.2086 14.40493934133324
-FUSE 1
-1 25791U 99035A   02002.88274676  .00002253  00000-0  64083-3 0  4577
-2 25791  24.9763  89.5747 0011378 124.3397 235.8189 14.40489372133179
-FUSE 1
-1 25791U 99035A   02001.91281822 +.00002146 +00000-0 +60789-3 0 04694
-2 25791 024.9768 095.5070 0011442 114.6843 245.4859 14.40484505133039
-FUSE 1
-1 25791U 99035A   02001.56641338  .00002152  00000-0  60976-3 0  4568
-2 25791  24.9764  97.6258 0011412 111.4641 248.7084 14.40483142132989
-FUSE 1
-1 25791U 99035A   01365.87360347 +.00002106 +00000-0 +59549-3 0 04723
-2 25791 024.9765 101.8629 0011436 104.3050 255.8720 14.40480024132882
-FUSE 1
-1 25791U 99035A   01365.52719815  .00002060  00000-0  58137-3 0  4555
-2 25791  24.9767 103.9819 0011371 101.3489 258.8298 14.40478294132833
-FUSE 1
-1 25791U 99035A   01364.14157199  .00001894  00000-0  53009-3 0  4549
-2 25791  24.9776 112.4568 0011372  87.4678 272.7139 14.40471893132639
-FUSE 1
-1 25791U 99035A   01362.89450064  .00001855  00000-0  51805-3 0  4534
-2 25791  24.9779 120.0847 0011421  75.1248 285.0524 14.40467329132453
-FUSE 1
-1 25791U 99035A   01361.92455302 +.00001831 +00000-0 +51089-3 0 04748
-2 25791 024.9778 126.0189 0011472 065.3088 294.8603 14.40463838132318
-FUSE 1
-1 25791U 99035A   01361.57814148  .00001900  00000-0  53207-3 0  4523
-2 25791  24.9772 128.1378 0011523  62.3118 297.8556 14.40463267132263
-FUSE 1
-1 25791U 99035A   01360.95460072 +.00001920 +00000-0 +53816-3 0 04716
-2 25791 024.9770 131.9515 0011492 055.8592 304.2995 14.40461264132179
-FUSE 1
-1 25791U 99035A   01360.53891054  .00002081  00000-0  58819-3 0  4513
-2 25791  24.9761 134.4940 0011549  52.3362 307.8493 14.40461175132116
-FUSE 1
-1 25791U 99035A   01360.19249807  .00001557  00000-0  42615-3 0  4501
-2 25791  24.9814 136.6178 0011030  44.8843 315.2554 14.40455881132069
-FUSE 1
-1 25791U 99035A   01358.87612700  .00001498  00000-0  40783-3 0  4495
-2 25791  24.9820 144.6693 0010973  30.9588 329.1578 14.40451843131876
-FUSE 1
-1 25791U 99035A   01357.55975188  .00001377  00000-0  37042-3 0  4480
-2 25791  24.9830 152.7226 0010843  16.8175 343.2692 14.40447508131686
-FUSE 1
-1 25791U 99035A   01356.24337185  .00001363  00000-0  36634-3 0  4474
-2 25791  24.9832 160.7748 0010783   3.1653 356.8921 14.40444244131497
-FUSE 1
-1 25791U 99035A   01355.13483804  .00001399  00000-0  37745-3 0  4463
-2 25791  24.9832 167.5556 0010791 351.3648   8.6665 14.40441877131339
-FUSE 1
-1 25791U 99035A   01353.88773524  .00001488  00000-0  40499-3 0  4452
-2 25791  24.9831 175.1848 0010716 338.1167  21.8882 14.40439533131157
-FUSE 1
-1 25791U 99035A   01352.91776521 +.00001536 +00000-0 +41984-3 0 04527
-2 25791 024.9828 181.1169 0010739 327.7733 032.2118 14.40437323131012
-FUSE 1
-1 25791U 99035A   01352.57134719  .00001547  00000-0  42314-3 0  4447
-2 25791  24.9827 183.2356 0010758 324.0828  35.8958 14.40436465130968
-FUSE 1
-1 25791U 99035A   01351.39352449  .00001601  00000-0  43981-3 0  4439
-2 25791  24.9825 190.4393 0010750 311.5670  48.3911 14.40433644130790
-FUSE 1
-1 25791U 99035A   01350.90853821 +.00001630 +00000-0 +44889-3 0 04570
-2 25791 024.9828 193.4057 0010738 306.2371 053.7148 14.40432555130723
-FUSE 1
-1 25791U 99035A   01350.21570001  .00001672  00000-0  46189-3 0  4425
-2 25791  24.9825 197.6430 0010796 298.8753  61.0671 14.40430851130624
-FUSE 1
-1 25791U 99035A   01349.17644244  .00001720  00000-0  47692-3 0  4412
-2 25791  24.9826 203.9992 0010810 288.0247  71.9089 14.40428119130475
-FUSE 1
-1 25791U 99035A   01348.13718358  .00001739  00000-0  48271-3 0  4408
-2 25791  24.9830 210.3552 0010817 277.4348  82.4917 14.40425082130322
-FUSE 1
-1 25791U 99035A   01346.95935558 +.00001792 +00000-0 +49923-3 0 04414
-2 25791 024.9832 217.5601 0010828 264.7976 095.1293 14.40421820130151
-FUSE 1
-1 25791U 99035A   01346.89007156  .00001798  00000-0  50103-3 0  4396
-2 25791  24.9831 217.9838 0010822 264.0722  95.8552 14.40421637130142
-FUSE 1
-1 25791U 99035A   01345.92009452 +.00001804 +00000-0 +50297-3 0 04561
-2 25791 024.9834 223.9163 0010848 253.7226 106.2093 14.40418551130008
-FUSE 1
-1 25791U 99035A   01345.50438976  .00001829  00000-0  51074-3 0  4383
-2 25791  24.9833 226.4598 0010750 249.3404 110.5947 14.40417367129949
-FUSE 1
-1 25791U 99035A   01344.95011669 +.00001830 +00000-0 +51089-3 0 04543
-2 25791 024.9832 229.8499 0010756 243.5301 116.4117 14.40415519129865
-FUSE 1
-1 25791U 99035A   01344.18799003  .00001792  00000-0  49923-3 0  4375
-2 25791  24.9834 234.5123 0010818 235.5423 124.4062 14.40412721129757
-FUSE 1
-1 25791U 99035A   01343.14872416  .00001816  00000-0  50671-3 0  4368
-2 25791  24.9837 240.8680 0010867 223.8806 136.0838 14.40409582129602
-FUSE 1
-1 25791U 99035A   01341.90160523  .00001680  00000-0  46452-3 0  4359
-2 25791  24.9841 248.4975 0010871 211.3142 148.6721 14.40404442129428
-FUSE 1
-1 25791U 99035A   01340.93162024 +.00001621 +00000-0 +44627-3 0 04479
-2 25791 024.9843 254.4284 0010863 200.7838 159.2234 14.40401129129285
-FUSE 1
-1 25791U 99035A   01340.37734226  .00001562  00000-0  42806-3 0  4343
-2 25791  24.9846 257.8173 0010861 194.8366 165.1825 14.40399138129209
-FUSE 1
-1 25791U 99035A   01339.19949999  .00001406  00000-0  37978-3 0  4336
-2 25791  24.9853 265.0213 0010893 182.8071 177.2377 14.40394882129036
-FUSE 1
-1 25791U 99035A   01337.95236873  .00001264  00000-0  33601-3 0  4328
-2 25791  24.9859 272.6472 0011030 169.6495 190.4242 14.40391020128858
-FUSE 1
-1 25791U 99035A   01336.98237488 +.00001205 +00000-0 +31765-3 0 04350
-2 25791 024.9862 278.5777 0011067 159.5220 200.5735 14.40388553128711
-FUSE 1
-1 25791U 99035A   01336.91308955  .00001199  00000-0  31585-3 0  4319
-2 25791  24.9862 279.0014 0011071 158.8008 201.2962 14.40388365128702
-FUSE 1
-1 25791U 99035A   01335.52738000  .00001234  00000-0  32682-3 0  4301
-2 25791  24.9862 287.4731 0011104 144.1718 215.9555 14.40385754128501
-FUSE 1
-1 25791U 99035A   01334.21095244  .00001172  00000-0  30740-3 0  4294
-2 25791  24.9865 295.5226 0011153 130.8481 229.2994 14.40382693128319
-FUSE 1
-1 25791U 99035A   01333.17166461  .00001237  00000-0  32780-3 0  4285
-2 25791  24.9866 301.8786 0011197 121.1081 239.0526 14.40380912128164
-FUSE 1
-1 25791U 99035A   01331.78594478  .00001365  00000-0  36732-3 0  4275
-2 25791  24.9865 310.3519 0011209 106.8472 253.3273 14.40378324127969
-FUSE 1
-1 25791U 99035A   01330.67736645 +.00001415 +00000-0 +38296-3 0 04303
-2 25791 024.9868 317.1335 0011064 094.8355 265.3420 14.40375646127802
-FUSE 1
-1 25791U 99035A   01330.53879352  .00001567  00000-0  43006-3 0  4269
-2 25791  24.9872 317.9818 0011229  93.6128 266.5666 14.40376029127787
-FUSE 1
-1 25791U 99035A   01329.70735725 +.00001621 +00000-0 +44667-3 0 04457
-2 25791 024.9872 323.0652 0011232 084.6461 275.5327 14.40373883127661
-FUSE 1
-1 25791U 99035A   01329.22235264  .00001585  00000-0  43552-3 0  4256
-2 25791  24.9876 326.0324 0011267  80.2956 279.8829 14.40372335127590
-FUSE 1
-1 25791U 99035A   01327.83661937  .00001684  00000-0  46626-3 0  4245
-2 25791  24.9875 334.5052 0011431  65.9356 294.2344 14.40369004127398
-FUSE 1
-1 25791U 99035A   01326.52016884  .00001740  00000-0  48380-3 0  4236
-2 25791  24.9874 342.5535 0011585  52.2073 307.9485 14.40365366127202
-FUSE 1
-1 25791U 99035A   01325.41157411  .00001880  00000-0  52699-3 0  4227
-2 25791  24.9858 349.3412 0010869  41.2944 318.8383 14.40362474127049
-FUSE 1
-1 25791U 99035A   01324.92656363 +.00001916 +00000-0 +53838-3 0 04486
-2 25791 024.9856 352.3075 0010879 036.2259 323.8984 14.40361028126978
-FUSE 1
-1 25791U 99035A   01324.23369056  .00001967  00000-0  55417-3 0  4212
-2 25791  24.9855 356.5485 0010758  28.8088 331.3014 14.40358919126873
-FUSE 1
-1 25791U 99035A   01323.67939132 +.00001961 +00000-0 +55223-3 0 04407
-2 25791 024.9854 359.9372 0010776 023.0532 337.0460 14.40356881126790
-FUSE 1
-1 25791U 99035A   01322.70936542  .00001987  00000-0  56035-3 0  4198
-2 25791  24.9853   5.8688 0010772  12.9432 347.1352 14.40353526126658
-FUSE 1
-1 25791U 99035A   01321.67005005  .00001934  00000-0  54405-3 0  4184
-2 25791  24.9852  12.2257 0010726   1.9216 358.1340 14.40349375126508
-FUSE 1
-1 25791U 99035A   01320.56144300  .00001920  00000-0  53980-3 0  4174
-2 25791  24.9852  19.0058 0010683 350.0478   9.9818 14.40345343126346
-FUSE 1
-1 25791U 99035A   01319.52212142  .00001855  00000-0  51954-3 0  4163
-2 25791  24.9851  25.3612 0010623 338.9778  21.0292 14.40341342126192
-FUSE 1
-1 25791U 99035A   01318.82923904 +.00001856 +00000-0 +52003-3 0 04314
-2 25791 024.9847 029.5994 0010595 331.5863 028.4066 14.40338911126095
-FUSE 1
-1 25791U 99035A   01318.41350910  .00001890  00000-0  53052-3 0  4155
-2 25791  24.9848  32.1452 0010575 326.5664  33.4173 14.40337609126038
-FUSE 1
-1 25791U 99035A   01316.88916357  .00001729  00000-0  48061-3 0  4141
-2 25791  24.9843  41.4680 0010423 310.4505  49.5094 14.40331762125816
-FUSE 1
-1 25791U 99035A   01315.78054605  .00002207  00000-0  62878-3 0  4131
-2 25791  24.9835  48.2543 0010468 297.9246  62.0232 14.40329121125652
-FUSE 1
-1 25791U 99035A   01314.67192519  .00002266  00000-0  64699-3 0  4122
-2 25791  24.9832  55.0359 0010699 286.0302  73.9029 14.40324776125496
-FUSE 1
-1 25791U 99035A   01313.56330279  .00002157  00000-0  61343-3 0  4117
-2 25791  24.9831  61.8147 0010834 274.3350  85.5922 14.40319729125335
-FUSE 1
-1 25791U 99035A   01312.52396703  .00002119  00000-0  60174-3 0  4104
-2 25791  24.9829  68.1695 0010860 263.6572  96.2701 14.40315363125183
-FUSE 1
-1 25791U 99035A   01311.76178660 +.00001972 +00000-0 +55623-3 0 04344
-2 25791 024.9830 072.8283 0010752 255.8544 104.0769 14.40311922125079
-FUSE 1
-1 25791U 99035A   01310.99960448  .00001931  00000-0  54345-3 0  4098
-2 25791  24.9829  77.4894 0010755 247.9477 111.9889 14.40308978124960
-FUSE 1
-1 25791U 99035A   01309.96026276 +.00001965 +00000-0 +55405-3 0 04090
-2 25791 024.9829 083.8473 0010851 237.1463 122.8002 14.40305487124811
-FUSE 1
-1 25791U 99035A   01309.89097339  .00001972  00000-0  55619-3 0  4084
-2 25791  24.9829  84.2713 0010836 236.3815 123.5665 14.40305298124800
-FUSE 1
-1 25791U 99035A   01308.57447006  .00002179  00000-0  62044-3 0  4077
-2 25791  24.9822  92.3254 0010825 222.6458 137.3208 14.40301956124614
-FUSE 1
-1 25791U 99035A   01307.53512328  .00002351  00000-0  67374-3 0  4064
-2 25791  24.9814  98.6808 0010806 211.6998 148.2862 14.40299019124461
-FUSE 1
-1 25791U 99035A   01305.94145638 +.00002419 +00000-0 +69493-3 0 04062
-2 25791 024.9809 108.4263 0010833 195.2773 164.7418 14.40292404124234
-FUSE 1
-1 25791U 99035A   01305.87216636  .00002410  00000-0  69213-3 0  4051
-2 25791  24.9811 108.8509 0010847 194.5526 165.4669 14.40292047124225
-FUSE 1
-1 25791U 99035A   01304.90210496 +.00002483 +00000-0 +71481-3 0 04210
-2 25791 024.9807 114.7853 0010812 184.6053 175.4356 14.40288074124088
-FUSE 1
-1 25791U 99035A   01304.55565381  .00002564  00000-0  73991-3 0  4046
-2 25791  24.9803 116.9068 0010808 180.8733 179.1763 14.40287007124037
-FUSE 1
-1 25791U 99035A   01303.93204085 +.00002548 +00000-0 +73522-3 0 04141
-2 25791 024.9803 120.7190 0010799 174.3529 185.7099 14.40283909123947
-FUSE 1
-1 25791U 99035A   01303.03126575  .00002520  00000-0  72659-3 0  4037
-2 25791  24.9800 126.2295 0010755 164.6304 195.4536 14.40279287123810
-FUSE 1
-1 25791U 99035A   01301.78402958  .00002608  00000-0  75393-3 0  4023
-2 25791  24.9799 133.8566 0011062 153.3348 206.7722 14.40274032123633
-FUSE 1
-1 25791U 99035A   01299.91316810  .00002915  00000-0  84930-3 0  4012
-2 25791  24.9792 145.2965 0011048 134.0555 226.0864 14.40265988123368
-FUSE 1
-1 25791U 99035A   01298.18087804  .00003212  00000-0  94181-3 0  4007
-2 25791  24.9785 155.8916 0011040 115.9737 244.1911 14.40256974123117
-FUSE 1
-1 25791U 99035A   01297.97300262 +.00003234 +00000-0 +94848-3 0 04115
-2 25791 024.9787 157.1643 0011055 113.7776 246.3895 14.40255785123086
-FUSE 1
-1 25791U 99035A   01297.07220791  .00002684  00000-0  77791-3 0  3995
-2 25791  24.9787 162.6747 0010929 104.4008 255.7717 14.40248557122957
-FUSE 1
-1 25791U 99035A   01295.96352986 +.00002126 +00000-0 +60489-3 0 04025
-2 25791 024.9793 169.4508 0010628 092.8140 267.3584 14.40240931122798
-FUSE 1
-1 25791U 99035A   01295.89423827  .00002043  00000-0  57915-3 0  3982
-2 25791  24.9794 169.8749 0010644  91.9762 268.1968 14.40240146122780
-FUSE 1
-1 25791U 99035A   01294.92413976 +.00001853 +00000-0 +51998-3 0 04152
-2 25791 024.9798 175.8066 0010633 081.1941 278.9772 14.40235323122649
-FUSE 1
-1 25791U 99035A   01294.30050214  .00001823  00000-0  51089-3 0  3973
-2 25791  24.9799 179.6196 0010702  74.5779 285.5911 14.40232995122559
-FUSE 1
-1 25791U 99035A   01293.26110316  .00001744  00000-0  48616-3 0  3960
-2 25791  24.9799 185.9754 0010658  63.5604 296.6004 14.40228963122404
-FUSE 1
-1 25791U 99035A   01292.22169993  .00001707  00000-0  47471-3 0  3956
-2 25791  24.9799 192.3301 0010648  52.4658 307.6827 14.40225399122258
-FUSE 1
-1 25791U 99035A   01290.97441176 +.00001672 +00000-0 +46391-3 0 03975
-2 25791 024.9797 199.9582 0010599 039.1258 321.0014 14.40221249122071
-FUSE 1
-1 25791U 99035A   01290.90511781  .00001674  00000-0  46472-3 0  3947
-2 25791  24.9797 200.3818 0010601  38.3799 321.7462 14.40221053122061
-FUSE 1
-1 25791U 99035A   01289.44994252  .00001682  00000-0  46703-3 0  3937
-2 25791  24.9794 209.2810 0010620  22.7711 337.3265 14.40216632121857
-FUSE 1
-1 25791U 99035A   01288.96488349 +.00001640 +00000-0 +45420-3 0 04039
-2 25791 024.9794 212.2491 0010567 017.4224 342.6645 14.40214807121781
-FUSE 1
-1 25791U 99035A   01288.41052915  .00001638  00000-0  45357-3 0  3928
-2 25791  24.9794 215.6384 0010635  11.8186 348.2573 14.40213128121709
-FUSE 1
-1 25791U 99035A   01287.23252352  .00001574  00000-0  43355-3 0  3918
-2 25791  24.9794 222.8447 0010562 358.4459   1.6013 14.40209149121539
-FUSE 1
-1 25791U 99035A   01285.91592729  .00001390  00000-0  37646-3 0  3907
-2 25791  24.9795 230.9044 0010544 342.9330  17.0829 14.40203938121344
-FUSE 1
-1 25791U 99035A   01284.39144118  .00001300  00000-0  34838-3 0  3892
-2 25791  24.9795 240.2335 0010739 326.2228  33.7597 14.40199484121121
-FUSE 1
-1 25791U 99035A   01283.97567245 +.00001223 +00000-0 +32457-3 0 03894
-2 25791 024.9792 242.7798 0010828 320.9649 039.0093 14.40197815121064
-FUSE 1
-1 25791U 99035A   01283.35201646  .00001212  00000-0  32118-3 0  3887
-2 25791  24.9792 246.5916 0010829 314.6054  45.3576 14.40196427120972
-FUSE 1
-1 25791U 99035A   01282.31258856 +.00001218 +00000-0 +32310-3 0 03876
-2 25791 024.9792 252.9458 0010895 303.3438 056.6026 14.40194305120820
-FUSE 1
-1 25791U 99035A   01281.96611121 +.00001476 +00000-0 +40318-3 0 03877
-2 25791 024.9786 255.0631 0010800 300.4688 059.4739 14.40195140120775
-FUSE 1
-1 25791U 99035A   01281.27315947  .00001503  00000-0  41154-3 0  3867
-2 25791  24.9785 259.2981 0010800 293.1387  66.7977 14.40193471120671
-FUSE 1
-1 25791U 99035A   01280.23373114  .00001657  00000-0  45958-3 0  3857
-2 25791  24.9781 265.6543 0010925 282.3330  77.5954 14.40191161120521
-FUSE 1
-1 25791U 99035A   01279.19430003  .00002067  00000-0  58705-3 0  3840
-2 25791  24.9775 272.0130 0011160 270.5332  89.3900 14.40189300120378
-FUSE 1
-1 25791U 99035A   01277.60050645  .00002136  00000-0  60847-3 0  3830
-2 25791  24.9771 281.7563 0011259 253.7403 106.1876 14.40183292120141
-FUSE 1
-1 25791U 99035A   01276.69966572 +.00002038 +00000-0 +57797-3 0 03834
-2 25791 024.9770 287.2658 0011436 244.9457 114.9868 14.40179081120019
-FUSE 1
-1 25791U 99035A   01276.56107445  .00002038  00000-0  57794-3 0  3822
-2 25791  24.9770 288.1132 0011429 243.5500 116.3834 14.40178557119993
-FUSE 1
-1 25791U 99035A   01275.59093557 +.00002005 +00000-0 +56772-3 0 03900
-2 25791 024.9769 294.0432 0011469 233.5602 126.3872 14.40174627119858
-FUSE 1
-1 25791U 99035A   01275.24445817  .00001894  00000-0  53340-3 0  3815
-2 25791  24.9772 296.1661 0011642 231.1207 128.8260 14.40172274119806
-FUSE 1
-1 25791U 99035A   01274.20502117  .00001837  00000-0  51559-3 0  3803
-2 25791  24.9774 302.5234 0011565 220.9357 139.0293 14.40168098119654
-FUSE 1
-1 25791U 99035A   01272.54191528  .00001742  00000-0  48618-3 0  3793
-2 25791  24.9776 312.6900 0011479 204.0234 155.9738 14.40161743119414
-FUSE 1
-1 25791U 99035A   01271.22528748  .00001537  00000-0  42239-3 0  3789
-2 25791  24.9783 320.7396 0011360 191.6142 168.4111 14.40155760119224
-FUSE 1
-1 25791U 99035A   01270.18584050  .00001414  00000-0  38420-3 0  3771
-2 25791  24.9786 327.0943 0011214 181.1674 178.8811 14.40151731119076
-FUSE 1
-1 25791U 99035A   01268.59201413  .00001316  00000-0  35376-3 0  3769
-2 25791  24.9790 336.8359 0011124 164.6593 195.4255 14.40146964118849
-FUSE 1
-1 25791U 99035A   01267.55255878  .00001264  00000-0  33768-3 0  3752
-2 25791  24.9791 343.1899 0011084 153.8979 206.2088 14.40144164118691
-FUSE 1
-1 25791U 99035A   01266.85958720 +.00001236 +00000-0 +32881-3 0 04003
-2 25791 024.9791 347.4254 0011062 146.6571 213.4636 14.40142395118599
-FUSE 1
-1 25791U 99035A   01266.23591181  .00001222  00000-0  32443-3 0  3748
-2 25791  24.9790 351.2395 0010997 140.3022 219.8292 14.40140919118504
-FUSE 1
-1 25791U 99035A   01264.84996263  .00001228  00000-0  32643-3 0  3730
-2 25791  24.9790 359.7127 0010966 126.1194 234.0331 14.40138072118306
-FUSE 1
-1 25791U 99035A   01263.81049784  .00001251  00000-0  33374-3 0  3720
-2 25791  24.9787   6.0658 0010961 115.2876 244.8774 14.40136053118154
-FUSE 1
-1 25791U 99035A   01262.90962669 +.00001258 +00000-0 +33575-3 0 03770
-2 25791 024.9786 011.5725 0010944 105.8616 254.3099 14.40134145118029
-FUSE 1
-1 25791U 99035A   01262.56313782  .00001225  00000-0  32562-3 0  3711
-2 25791  24.9789  13.6910 0010897 102.2762 257.8965 14.40133131117978
-FUSE 1
-1 25791U 99035A   01261.73156198 +.00001238 +00000-0 +32981-3 0 03916
-2 25791 024.9787 018.7732 0010906 093.5350 266.6406 14.40131469117857
-FUSE 1
-1 25791U 99035A   01260.76138915  .00001191  00000-0  31510-3 0  3707
-2 25791  24.9789  24.7033 0010879  83.2256 276.9490 14.40129023117715
-FUSE 1
-1 25791U 99035A   01259.92981039 +.00001175 +00000-0 +31013-3 0 03874
-2 25791 024.9786 029.7863 0010871 074.4468 285.7243 14.40127147117592
-FUSE 1
-1 25791U 99035A   01259.58331925  .00001147  00000-0  30130-3 0  3697
-2 25791  24.9787  31.9057 0010852  70.6480 289.5197 14.40126176117540
-FUSE 1
-1 25791U 99035A   01258.95963335 +.00001144 +00000-0 +30044-3 0 03874
-2 25791 024.9786 035.7176 0010865 064.0853 296.0773 14.40124921117457
-FUSE 1
-1 25791U 99035A   01258.54384331  .00001102  00000-0  28749-3 0  3684
-2 25791  24.9787  38.2594 0010849  59.6296 300.5294 14.40123716117396
-FUSE 1
-1 25791U 99035A   01256.88067564  .00001029  00000-0  26472-3 0  3673
-2 25791  24.9789  48.4246 0010881  42.1181 318.0162 14.40120076117159
-FUSE 1
-1 25791U 99035A   01255.84119312 +.00000982 +00000-0 +24994-3 0 03828
-2 25791 024.9791 054.7780 0010906 031.2706 328.8450 14.40117913117004
-FUSE 1
-1 25791U 99035A   01255.56399752  .00000973  00000-0  24725-3 0  3669
-2 25791  24.9790  56.4726 0010911  28.3803 331.7300 14.40117363116963
-FUSE 1
-1 25791U 99035A   01254.17801710  .00000928  00000-0  23335-3 0  3652
-2 25791  24.9790  64.9453 0010913  13.8647 346.2161 14.40114762116765
-FUSE 1
-1 25791U 99035A   01253.13853000  .00000871  00000-0  21540-3 0  3648
-2 25791  24.9793  71.2996 0010924   2.8497 357.2074 14.40112768116617
-FUSE 1
-1 25791U 99035A   01251.89114396  .00000824  00000-0  20070-3 0  3631
-2 25791  24.9796  78.9282 0010899 349.5744  10.4536 14.40110640116437
-FUSE 1
-1 25791U 99035A   01250.57445682  .00000789  00000-0  18992-3 0  3629
-2 25791  24.9798  86.9794 0010848 335.6563  24.3436 14.40108640116244
-FUSE 1
-1 25791U 99035A   01249.39636695  .00000757  00000-0  18011-3 0  3619
-2 25791  24.9802  94.1822 0010810 323.2224  36.7543 14.40106962116071
-FUSE 1
-1 25791U 99035A   01248.91127102 +.00000751 +00000-0 +17803-3 0 03830
-2 25791 024.9803 097.1479 0010787 318.2500 041.7192 14.40106349116005
-FUSE 1
-1 25791U 99035A   01248.21827703  .00000711  00000-0  16549-3 0  3604
-2 25791  24.9806 101.3869 0010851 311.0280  48.9290 14.40105201115909
-FUSE 1
-1 25791U 99035A   01247.94107926 +.00000692 +00000-0 +15961-3 0 03998
-2 25791 024.9808 103.0812 0010848 308.0548 051.8982 14.40104743115863
-FUSE 1
-1 25791U 99035A   01246.97088639 +.00000665 +00000-0 +15119-3 0 03624
-2 25791 024.9811 109.0135 0010822 297.4688 062.4719 14.40103568115724
-FUSE 1
-1 25791U 99035A   01246.90158683  .00000665  00000-0  15140-3 0  3594
-2 25791  24.9811 109.4371 0010823 296.7486  63.1913 14.40103507115715
-FUSE 1
-1 25791U 99035A   01245.86209396  .00000696  00000-0  16089-3 0  3582
-2 25791  24.9808 115.7946 0010841 285.1746  74.7568 14.40102728115561
-FUSE 1
-1 25791U 99035A   01244.47610489  .00000659  00000-0  14935-3 0  3573
-2 25791  24.9811 124.2700 0010831 270.7608  89.1659 14.40100949115366
-FUSE 1
-1 25791U 99035A   01243.36731275  .00000662  00000-0  15021-3 0  3567
-2 25791  24.9811 131.0482 0010866 258.9721 100.9574 14.40099892115206
-FUSE 1
-1 25791U 99035A   01242.25852056  .00000648  00000-0  14586-3 0  3553
-2 25791  24.9814 137.8264 0010894 247.3559 112.5794 14.40098711115047
-FUSE 1
-1 25791U 99035A   01241.98132292 +.00000630 +00000-0 +14046-3 0 03737
-2 25791 024.9816 139.5223 0010941 244.5808 115.3567 14.40098300115001
-FUSE 1
-1 25791U 99035A   01241.21902828  .00000629  00000-0  14009-3 0  3549
-2 25791  24.9817 144.1835 0011009 236.5844 123.3610 14.40097610114897
-FUSE 1
-1 25791U 99035A   01239.97163784 +.00000567 +00000-0 +12075-3 0 03541
-2 25791 024.9822 151.8119 0011137 224.0036 135.9578 14.40096009114714
-FUSE 1
-1 25791U 99035A   01239.90233840  .00000573  00000-0  12271-3 0  3539
-2 25791  24.9822 152.2355 0011140 223.3426 136.6211 14.40096007114709
-FUSE 1
-1 25791U 99035A   01238.93214506 +.00000578 +00000-0 +12417-3 0 03569
-2 25791 024.9822 158.1667 0011192 213.0996 146.8828 14.40095287114565
-FUSE 1
-1 25791U 99035A   01238.44704821  .00000558  00000-0  11791-3 0  3527
-2 25791  24.9823 161.1314 0011195 208.1454 151.8451 14.40094733114491
-FUSE 1
-1 25791U 99035A   01237.19965619  .00000543  00000-0  11309-3 0  3510
-2 25791  24.9826 168.7556 0011260 195.0033 165.0141 14.40093691114311
-FUSE 1
-1 25791U 99035A   01235.46716564  .00000559  00000-0  11830-3 0  3506
-2 25791  24.9826 179.3436 0011265 177.0928 182.9645 14.40092549114064
-FUSE 1
-1 25791U 99035A   01234.91276874 +.00000555 +00000-0 +11697-3 0 03518
-2 25791 024.9826 182.7322 0011267 171.3778 188.6930 14.40092091113980
-FUSE 1
-1 25791U 99035A   01234.21977186  .00000553  00000-0  11627-3 0  3493
-2 25791  24.9827 186.9667 0011270 164.0792 196.0070 14.40091557113881
-FUSE 1
-1 25791U 99035A   01233.18027640  .00000553  00000-0  11642-3 0  3485
-2 25791  24.9827 193.3193 0011293 153.2255 206.8853 14.40090779113734
-FUSE 1
-1 25791U 99035A   01231.72498050  .00000562  00000-0  11920-3 0  3478
-2 25791  24.9824 202.2156 0011301 138.1751 221.9616 14.40089739113529
-FUSE 1
-1 25791U 99035A   01230.54688298  .00000525  00000-0  10770-3 0  3462
-2 25791  24.9834 209.4179 0011313 126.3801 233.7753 14.40088665113353
-FUSE 1
-1 25791U 99035A   01229.23018362  .00000520  00000-0  10610-3 0  3452
-2 25791  24.9836 217.4680 0011315 112.6116 247.5590 14.40087703113163
-FUSE 1
-1 25791U 99035A   01228.81438323 +.00000515 +00000-0 +10467-3 0 03665
-2 25791 024.9835 220.0093 0011311 108.2127 251.9609 14.40087362113104
-FUSE 1
-1 25791U 99035A   01227.84418190  .00000497  00000-0  98977-4 0  3445
-2 25791  24.9840 225.9413 0011274  98.5742 261.6044 14.40086582112969
-FUSE 1
-1 25791U 99035A   01226.66607788 +.00000493 +00000-0 +97886-4 0 03463
-2 25791 024.9839 233.1408 0011275 086.3501 273.8298 14.40085796112794
-FUSE 1
-1 25791U 99035A   01226.52747722  .00000492  00000-0  97361-4 0  3435
-2 25791  24.9840 233.9884 0011272  84.8774 275.3014 14.40085704112774
-FUSE 1
-1 25791U 99035A   01225.21077022  .00000514  00000-0  10445-3 0  3420
-2 25791  24.9840 242.0362 0011245  71.4518 288.7213 14.40085082112581
-FUSE 1
-1 25791U 99035A   01223.89406193  .00000470  00000-0  90604-4 0  3413
-2 25791  24.9848 250.0849 0011117  57.6806 302.4776 14.40083898112392
-FUSE 1
-1 25791U 99035A   01222.78525341  .00000440  00000-0  81399-4 0  3404
-2 25791  24.9853 256.8629 0011047  46.0947 314.0477 14.40083059112237
-FUSE 1
-1 25791U 99035A   01221.95364609 +.00000421 +00000-0 +75317-4 0 03435
-2 25791 024.9857 261.9471 0011006 037.3315 322.7958 14.40082476112119
-FUSE 1
-1 25791U 99035A   01221.53784190  .00000421  00000-0  75510-4 0  3390
-2 25791  24.9858 264.4889 0010990  32.9399 327.1792 14.40082299112056
-FUSE 1
-1 25791U 99035A   01220.98343688 +.00000390 +00000-0 +65848-4 0 03579
-2 25791 024.9859 267.8782 0010962 026.9957 333.1120 14.40081738111977
-FUSE 1
-1 25791U 99035A   01220.22112886  .00000387  00000-0  64765-4 0  3382
-2 25791  24.9860 272.5393 0010909  18.8496 341.2417 14.40081380111869
-FUSE 1
-1 25791U 99035A   01218.97371408  .00000391  00000-0  65912-4 0  3377
-2 25791  24.9861 280.1628 0010876   5.5029 354.5594 14.40080902111686
-FUSE 1
-1 25791U 99035A   01217.86490136  .00000373  00000-0  60393-4 0  3361
-2 25791  24.9866 286.9411 0010853 353.7666   6.2707 14.40080339111529
-FUSE 1
-1 25791U 99035A   01216.82538872  .00000371  00000-0  59777-4 0  3357
-2 25791  24.9868 293.2962 0010793 342.5968  17.4161 14.40079940111374
-FUSE 1
-1 25791U 99035A   01215.57797329  .00000400  00000-0  68747-4 0  3341
-2 25791  24.9867 300.9214 0010734 329.1452  30.8424 14.40079711111190
-FUSE 1
-1 25791U 99035A   01214.88496511 +.00000411 +00000-0 +72102-4 0 03738
-2 25791 024.9865 305.1569 0010752 321.8056 038.1700 14.40079469111094
-FUSE 1
-1 25791U 99035A   01213.91475370 +.00000418 +00000-0 +74537-4 0 03349
-2 25791 024.9864 311.0878 0010770 311.6786 048.2800 14.40079073110957
-FUSE 1
-1 25791U 99035A   01213.84545284  .00000418  00000-0  74517-4 0  3330
-2 25791  24.9864 311.5114 0010770 310.9520  49.0052 14.40079040110944
-FUSE 1
-1 25791U 99035A   01212.94454257 +.00000434 +00000-0 +79248-4 0 03344
-2 25791 024.9864 317.0188 0010768 301.3288 058.6164 14.40078734110813
-FUSE 1
-1 25791U 99035A   01212.80594067  .00000444  00000-0  82373-4 0  3325
-2 25791  24.9863 317.8657 0010766 299.6889  60.2542 14.40078761110791
-FUSE 1
-1 25791U 99035A   01211.90503055 +.00000468 +00000-0 +90090-4 0 03446
-2 25791 024.9863 323.3726 0010776 290.0365 069.8977 14.40078499110666
-FUSE 1
-1 25791U 99035A   01211.55852704  .00000460  00000-0  87431-4 0  3318
-2 25791  24.9864 325.4904 0010823 286.2525  73.6791 14.40078234110615
-FUSE 1
-1 25791U 99035A   01210.93482022 +.00000472 +00000-0 +91278-4 0 03633
-2 25791 024.9864 329.3017 0010848 279.6419 080.2862 14.40077996110525
-FUSE 1
-1 25791U 99035A   01210.17251264  .00000478  00000-0  93199-4 0  3305
-2 25791  24.9863 333.9619 0010873 271.6318  88.2943 14.40077601110410
-FUSE 1
-1 25791U 99035A   01208.85579991  .00000490  00000-0  96802-4 0  3293
-2 25791  24.9866 342.0099 0010922 257.5431 102.3853 14.40076934110225
-FUSE 1
-1 25791U 99035A   01207.81629030  .00000501  00000-0  10023-3 0  3280
-2 25791  24.9867 348.3635 0010966 246.5884 113.3470 14.40076398110073
-FUSE 1
-1 25791U 99035A   01206.91538249 +.00000508 +00000-0 +10250-3 0 03415
-2 25791 024.9866 353.8713 0010987 237.1497 122.7945 14.40075887109946
-FUSE 1
-1 25791U 99035A   01206.56887963  .00000511  00000-0  10326-3 0  3278
-2 25791  24.9867 355.9893 0011012 233.5318 126.4174 14.40075691109893
-FUSE 1
-1 25791U 99035A   01205.87587337 +.00000527 +00000-0 +10839-3 0 03505
-2 25791 024.9868 000.2251 0011076 226.2868 133.6720 14.40075413109799
-FUSE 1
-1 25791U 99035A   01205.25216864  .00000510  00000-0  10313-3 0  3263
-2 25791  24.9867   4.0363 0011090 219.8115 140.1582 14.40074798109708
-FUSE 1
-1 25791U 99035A   01203.93545728 +.00000516 +00000-0 +10479-3 0 03269
-2 25791 024.9866 012.0811 0011114 206.0591 153.9357 14.40073969109517
-FUSE 1
-1 25791U 99035A   01203.86615663  .00000516  00000-0  10479-3 0  3256
-2 25791  24.9866  12.5045 0011114 205.3331 154.6628 14.40073923109503
-FUSE 1
-1 25791U 99035A   01202.96524958 +.00000508 +00000-0 +10233-3 0 03486
-2 25791 024.9865 018.0111 0011154 196.1382 163.8780 14.40073233109374
-FUSE 1
-1 25791U 99035A   01202.54944641  .00000493  00000-0  97826-4 0  3246
-2 25791  24.9863  20.5527 0011169 191.8050 168.2200 14.40072784109311
-FUSE 1
-1 25791U 99035A   01201.16343360  .00000507  00000-0  10206-3 0  3235
-2 25791  24.9866  29.0225 0011223 177.3906 182.6661 14.40072075109115
-FUSE 1
-1 25791U 99035A   01200.12393049  .00000384  00000-0  63784-4 0  3221
-2 25791  24.9826  35.4045 0011352 165.2759 194.8082 14.40070335108968
-FUSE 1
-1 25791U 99035A   01198.94581712 +.00000454 +00000-0 +85448-4 0 03255
-2 25791 024.9819 042.6054 0011509 153.7866 206.3225 14.40070361108793
-FUSE 1
-1 25791U 99035A   01198.87651654  .00000454  00000-0  85668-4 0  3210
-2 25791  24.9819  43.0290 0011506 153.0511 207.0603 14.40070330108780
-FUSE 1
-1 25791U 99035A   01197.90630513 +.00000543 +00000-0 +11321-3 0 03251
-2 25791 024.9814 048.9614 0011667 143.2067 216.9249 14.40070553108641
-FUSE 1
-1 25791U 99035A   01197.83700416  .00000546  00000-0  11423-3 0  3204
-2 25791  24.9813  49.3856 0011672 142.5933 217.5379 14.40070523108630
-FUSE 1
-1 25791U 99035A   01196.93609183 +.00000693 +00000-0 +16016-3 0 03423
-2 25791 024.9796 054.8902 0011793 132.6084 227.5393 14.40070954108505
-FUSE 1
-1 25791U 99035A   01196.45099063  .00000473  00000-0  91615-4 0  3199
-2 25791  24.9825  57.8656 0011228 128.4789 231.6720 14.40068671108430
-FUSE 1
-1 25791U 99035A   01195.20357322  .00000505  00000-0  10164-3 0  3180
-2 25791  24.9825  65.4916 0011215 116.0156 244.1500 14.40068220108256
-FUSE 1
-1 25791U 99035A   01194.02545613  .00000499  00000-0  99733-4 0  3172
-2 25791  24.9826  72.6920 0011188 103.4129 256.7628 14.40067381108089
-FUSE 1
-1 25791U 99035A   01193.95615541 +.00000494 +00000-0 +98068-4 0 03356
-2 25791 024.9827 073.1157 0011179 102.6649 257.5123 14.40067286108078
-FUSE 1
-1 25791U 99035A   01192.50083132  .00000493  00000-0  97812-4 0  3165
-2 25791  24.9831  82.0131 0011146  87.3221 272.8568 14.40066408107867
-FUSE 1
-1 25791U 99035A   01191.94642156 +.00000499 +00000-0 +99730-4 0 03267
-2 25791 024.9831 085.4021 0011170 081.6595 278.5190 14.40066125107781
-FUSE 1
-1 25791U 99035A   01191.18410683  .00000513  00000-0  10412-3 0  3155
-2 25791  24.9835  90.0635 0011114  74.2217 285.9515 14.40065843107672
-FUSE 1
-1 25791U 99035A   01190.14458616  .00000519  00000-0  10586-3 0  3145
-2 25791  24.9834  96.4153 0011128  63.2236 296.9407 14.40065179107528
-FUSE 1
-1 25791U 99035A   01188.89716000  .00000517  00000-0  10535-3 0  3139
-2 25791  24.9835 104.0390 0011105  50.1547 309.9937 14.40064329107342
-FUSE 1
-1 25791U 99035A   01187.85763598  .00000560  00000-0  11885-3 0  3124
-2 25791  24.9834 110.3927 0011027  39.7903 320.3413 14.40064059107198
-FUSE 1
-1 25791U 99035A   01186.26369845  .00000576  00000-0  12383-3 0  3115
-2 25791  24.9833 120.1320 0011040  23.1413 336.9590 14.40062964106967
-FUSE 1
-1 25791U 99035A   01185.22417234  .00000611  00000-0  13466-3 0  3108
-2 25791  24.9832 126.4851 0010938  12.2821 347.7952 14.40062479106818
-FUSE 1
-1 25791U 99035A   01183.90743981  .00000616  00000-0  13632-3 0  3090
-2 25791  24.9835 134.5338 0011000 358.4299   1.6173 14.40061396106623
-FUSE 1
-1 25791U 99035A   01182.72930922  .00000647  00000-0  14599-3 0  3088
-2 25791  24.9835 141.7349 0010932 346.1083  13.9122 14.40060663106450
-FUSE 1
-1 25791U 99035A   01181.55117807  .00000655  00000-0  14826-3 0  3078
-2 25791  24.9833 148.9349 0010989 333.0109  26.9827 14.40059608106287
-FUSE 1
-1 25791U 99035A   01180.23444311  .00000674  00000-0  15430-3 0  3067
-2 25791  24.9834 156.9835 0010915 318.5214  41.4471 14.40058589106094
-FUSE 1
-1 25791U 99035A   01179.95723625 +.00000660 +00000-0 +14998-3 0 03537
-2 25791 024.9835 158.6778 0010936 315.4784 044.4860 14.40058184106053
-FUSE 1
-1 25791U 99035A   01178.98701077 +.00000700 +00000-0 +16223-3 0 03095
-2 25791 024.9839 164.6103 0010804 304.5310 055.4225 14.40057715105914
-FUSE 1
-1 25791U 99035A   01178.91770917  .00000670  00000-0  15306-3 0  3050
-2 25791  24.9837 165.0340 0010775 303.9328  56.0166 14.40057316105906
-FUSE 1
-1 25791U 99035A   01177.94748394 +.00000667 +00000-0 +15215-3 0 03051
-2 25791 024.9839 170.9631 0010758 293.8032 066.1362 14.40056346105762
-FUSE 1
-1 25791U 99035A   01177.80888028  .00000659  00000-0  14952-3 0  3042
-2 25791  24.9838 171.8101 0010748 292.4036  67.5332 14.40056120105741
-FUSE 1
-1 25791U 99035A   01176.83865444 +.00000669 +00000-0 +15256-3 0 03062
-2 25791 024.9836 177.7390 0010771 281.9230 078.0068 14.40055269105600
-FUSE 1
-1 25791U 99035A   01176.56144703  .00000675  00000-0  15449-3 0  3038
-2 25791  24.9837 179.4333 0010795 278.8637  81.0649 14.40055073105566
-FUSE 1
-1 25791U 99035A   01175.86842919 +.00000678 +00000-0 +15546-3 0 03316
-2 25791 024.9837 183.6698 0010800 271.5427 088.3843 14.40054412105462
-FUSE 1
-1 25791U 99035A   01175.24471298  .00000688  00000-0  15855-3 0  3028
-2 25791  24.9839 187.4824 0010794 264.9104  95.0170 14.40053918105375
-FUSE 1
-1 25791U 99035A   01173.85867780  .00000677  00000-0  15522-3 0  3016
-2 25791  24.9839 195.9535 0010801 250.3967 109.5372 14.40052381105179
-FUSE 1
-1 25791U 99035A   01172.95775496 +.00000670 +00000-0 +15307-3 0 03067
-2 25791 024.9841 201.4598 0010826 240.8926 119.0499 14.40051405105048
-FUSE 1
-1 25791U 99035A   01172.54194415  .00000672  00000-0  15364-3 0  3007
-2 25791  24.9843 204.0010 0010840 236.4724 123.4748 14.40051033104986
-FUSE 1
-1 25791U 99035A   01171.98753138 +.00000679 +00000-0 +15575-3 0 03288
-2 25791 024.9843 207.3895 0010842 230.3514 129.6117 14.40050582104903
-FUSE 1
-1 25791U 99035A   01171.22521133  .00000677  00000-0  15522-3 0  2990
-2 25791  24.9854 212.0560 0010996 222.3356 137.6304 14.40049810104798
-FUSE 1
-1 25791U 99035A   01169.97777976 +.00000651 +00000-0 +14719-3 0 02996
-2 25791 024.9854 219.6805 0010993 209.2640 150.7249 14.40048323104613
-FUSE 1
-1 25791U 99035A   01169.83917607  .00000653  00000-0  14780-3 0  2987
-2 25791  24.9854 220.5274 0010997 207.8311 152.1606 14.40048213104595
-FUSE 1
-1 25791U 99035A   01168.93825267 +.00000639 +00000-0 +14331-3 0 02983
-2 25791 024.9853 226.0330 0011011 198.4101 161.6008 14.40047199104467
-FUSE 1
-1 25791U 99035A   01168.79964884  .00000639  00000-0  14331-3 0  2975
-2 25791  24.9853 226.8798 0011011 196.9581 163.0554 14.40047071104447
-FUSE 1
-1 25791U 99035A   01167.55221537  .00000637  00000-0  14282-3 0  2961
-2 25791  24.9855 234.5040 0011049 184.0993 175.9424 14.40045914104263
-FUSE 1
-1 25791U 99035A   01166.51268687  .00000629  00000-0  14035-3 0  2959
-2 25791  24.9856 240.8573 0011071 173.3506 186.7149 14.40044884104114
-FUSE 1
-1 25791U 99035A   01165.95827450 +.00000603 +00000-0 +13200-3 0 03120
-2 25791 024.9848 244.2600 0010963 166.9546 193.1247 14.40044112104031
-FUSE 1
-1 25791U 99035A   01165.40385861  .00000599  00000-0  13098-3 0  2943
-2 25791  24.9849 247.6487 0010973 161.1937 198.8977 14.40043624103953
-FUSE 1
-1 25791U 99035A   01164.22572358  .00000615  00000-0  13598-3 0  2934
-2 25791  24.9850 254.8490 0011010 149.2494 210.8676 14.40042799103781
-FUSE 1
-1 25791U 99035A   01163.87921276 +.00000615 +00000-0 +13599-3 0 03270
-2 25791 024.9849 256.9662 0011011 145.6235 214.4988 14.40042491103737
-FUSE 1
-1 25791U 99035A   01163.18619226  .00000575  00000-0  12336-3 0  2927
-2 25791  24.9852 261.2039 0011012 139.1112 221.0231 14.40041529103636
-FUSE 1
-1 25791U 99035A   01162.90898327 +.00000573 +00000-0 +12283-3 0 03321
-2 25791 024.9853 262.8977 0011009 136.1629 223.9749 14.40041298103594
-FUSE 1
-1 25791U 99035A   01161.86945008  .00000570  00000-0  12199-3 0  2911
-2 25791  24.9855 269.2523 0011028 125.4435 234.7103 14.40040463103442
-FUSE 1
-1 25791U 99035A   01160.55270529  .00000600  00000-0  13110-3 0  2902
-2 25791  24.9853 277.3011 0011033 112.2693 247.8985 14.40039697103257
-FUSE 1
-1 25791U 99035A   01159.51316909  .00000608  00000-0  13389-3 0  2893
-2 25791  24.9855 283.6566 0011020 101.4944 258.6799 14.40038905103107
-FUSE 1
-1 25791U 99035A   01158.95874900 +.00000619 +00000-0 +13726-3 0 03157
-2 25791 024.9854 287.0455 0011021 095.8528 264.3235 14.40038518103026
-FUSE 1
-1 25791U 99035A   01158.40432836  .00000637  00000-0  14284-3 0  2884
-2 25791  24.9854 290.4346 0011007  89.9818 270.1950 14.40038207102947
-FUSE 1
-1 25791U 99035A   01157.22618367  .00000647  00000-0  14588-3 0  2875
-2 25791  24.9857 297.6350 0011049  77.7985 282.3753 14.40037223102774
-FUSE 1
-1 25791U 99035A   01156.18664290  .00000642  00000-0  14440-3 0  2866
-2 25791  24.9861 303.9893 0011005  67.0287 293.1376 14.40036236102629
-FUSE 1
-1 25791U 99035A   01154.86988814  .00000664  00000-0  15129-3 0  2858
-2 25791  24.9862 312.0359 0010968  53.2775 306.8736 14.40035235102433
-FUSE 1
-1 25791U 99035A   01153.55313207  .00000654  00000-0  14823-3 0  2849
-2 25791  24.9862 320.0822 0010917  39.4182 320.7119 14.40033855102244
-FUSE 1
-1 25791U 99035A   01152.51358604  .00000656  00000-0  14876-3 0  2833
-2 25791  24.9862 326.4348 0010879  28.5266 331.5835 14.40032889102090
-FUSE 1
-1 25791U 99035A   01151.95916093 +.00000658 +00000-0 +14954-3 0 03067
-2 25791 024.9864 329.8227 0010858 022.6676 337.4309 14.40032401102015
-FUSE 1
-1 25791U 99035A   01151.33543277  .00000649  00000-0  14671-3 0  2828
-2 25791  24.9863 333.6343 0010866  15.9419 344.1429 14.40031685101925
-FUSE 1
-1 25791U 99035A   01150.15727791  .00000654  00000-0  14810-3 0  2812
-2 25791  24.9864 340.8337 0010840   3.4915 356.5667 14.40030638101753
-FUSE 1
-1 25791U 99035A   01149.88006493 +.00000653 +00000-0 +14785-3 0 03135
-2 25791 024.9866 342.5280 0010826 000.5019 359.5497 14.40030376101717
-FUSE 1
-1 25791U 99035A   01148.90982283  .00000634  00000-0  14209-3 0  2800
-2 25791  24.9866 348.4566 0010800 350.2840   9.7632 14.40029222101575
-FUSE 1
-1 25791U 99035A   01147.38515028  .00000579  00000-0  12480-3 0  2795
-2 25791  24.9837 357.7948 0010793 333.6467  26.3492 14.40027134101356
-FUSE 1
-1 25791U 99035A   01146.20699331  .00000565  00000-0  12045-3 0  2786
-2 25791  24.9838   4.9959 0010786 321.0840  38.8893 14.40026061101180
-FUSE 1
-1 25791U 99035A   01144.89022932  .00000533  00000-0  11042-3 0  2776
-2 25791  24.9841  13.0436 0010817 306.9215  53.0301 14.40024823100993
-FUSE 1
-1 25791U 99035A   01143.91998144 +.00000546 +00000-0 +11428-3 0 02924
-2 25791 024.9842 018.9724 0010816 296.5378 063.4019 14.40024274100857
-FUSE 1
-1 25791U 99035A   01143.36555441  .00000551  00000-0  11588-3 0  2767
-2 25791  24.9842  22.3601 0010810 290.7426  69.1925 14.40023904100773
-FUSE 1
-1 25791U 99035A   01142.94973432 +.00000553 +00000-0 +11652-3 0 02881
-2 25791 024.9843 024.9015 0010807 286.3744 073.5580 14.40023633100710
-FUSE 1
-1 25791U 99035A   01142.32600379  .00000567  00000-0  12088-3 0  2755
-2 25791  24.9842  28.7136 0010785 279.8487  80.0792 14.40023279100625
-FUSE 1
-1 25791U 99035A   01141.91018440 +.00000540 +00000-0 +11242-3 0 02900
-2 25791 024.9840 031.2547 0010893 276.2467 083.6799 14.40022637100563
-FUSE 1
-1 25791U 99035A   01141.21715079  .00000549  00000-0  11542-3 0  2749
-2 25791  24.9840  35.4898 0010896 268.8475  91.0785 14.40022229100461
-FUSE 1
-1 25791U 99035A   01139.90038775  .00000571  00000-0  12219-3 0  2739
-2 25791  24.9839  43.5397 0010931 255.0386 104.8911 14.40021439100277
-FUSE 1
-1 25791U 99035A   01138.58362425  .00000609  00000-0  13389-3 0  2724
-2 25791  24.9837  51.5882 0011072 241.1629 118.7758 14.40020744100086
-FUSE 1
-1 25791U 99035A   01137.33616481  .00000661  00000-0  15031-3 0  2713
-2 25791  24.9839  59.2112 0011101 227.8811 132.0752 14.40020162 99901
-FUSE 1
-1 25791U 99035A   01136.22731284  .00000674  00000-0  15435-3 0  2700
-2 25791  24.9841  65.9875 0011119 216.3279 143.6473 14.40019220 99747
-FUSE 1
-1 25791U 99035A   01134.97985363 +.00000712 +00000-0 +16613-3 0 02734
-2 25791 024.9840 073.6131 0011195 203.7721 156.2269 14.40018339099566
-FUSE 1
-1 25791U 99035A   01134.91055026  .00000715  00000-0  16725-3 0  2694
-2 25791  24.9839  74.0366 0011202 203.0881 156.9123 14.40018302 99553
-FUSE 1
-1 25791U 99035A   01133.94030404 +.00000743 +00000-0 +17573-3 0 02737
-2 25791 024.9839 079.9663 0011198 193.0427 166.9790 14.40017554099419
-FUSE 1
-1 25791U 99035A   01133.45518076  .00000746  00000-0  17689-3 0  2684
-2 25791  24.9839  82.9302 0011209 188.0450 171.9871 14.40017047 99341
-FUSE 1
-1 25791U 99035A   01132.20772024  .00000785  00000-0  18898-3 0  2676
-2 25791  24.9839  90.5544 0011269 175.2870 184.7740 14.40016047 99160
-FUSE 1
-1 25791U 99035A   01130.96025905 +.00000820 +00000-0 +19980-3 0 02691
-2 25791 024.9841 098.1782 0011296 162.1732 197.9172 14.40014946098983
-FUSE 1
-1 25791U 99035A   01130.89095562  .00000820  00000-0  20001-3 0  2662
-2 25791  24.9841  98.6016 0011296 161.4536 198.6384 14.40014866 98975
-FUSE 1
-1 25791U 99035A   01129.92071030 +.00000847 +00000-0 +20834-3 0 02661
-2 25791 024.9833 104.5520 0011085 151.6354 208.4757 14.40014053098835
-FUSE 1
-1 25791U 99035A   01129.85140680  .00000850  00000-0  20936-3 0  2657
-2 25791  24.9832 104.9757 0011084 150.9394 209.1729 14.40013984 98823
-FUSE 1
-1 25791U 99035A   01128.95046107 +.00000863 +00000-0 +21348-3 0 02704
-2 25791 024.9831 110.4816 0011082 141.5157 218.6142 14.40012890098695
-FUSE 1
-1 25791U 99035A   01128.53463956  .00000867  00000-0  21456-3 0  2640
-2 25791  24.9830 113.0225 0011082 137.1961 222.9409 14.40012343 98632
-FUSE 1
-1 25791U 99035A   01127.98021059 +.00000880 +00000-0 +21866-3 0 02822
-2 25791 024.9832 116.4114 0011088 131.3728 228.7736 14.40011719098555
-FUSE 1
-1 25791U 99035A   01127.21786998  .00000884  00000-0  22005-3 0  2637
-2 25791  24.9831 121.0699 0011080 123.3961 236.7608 14.40010685 98442
-FUSE 1
-1 25791U 99035A   01125.90109773  .00000892  00000-0  22255-3 0  2626
-2 25791  24.9833 129.1184 0011028 109.9749 250.1950 14.40008904 98258
-FUSE 1
-1 25791U 99035A   01124.86153846  .00000895  00000-0  22336-3 0  2612
-2 25791  24.9835 135.4720 0010976  99.2838 260.8908 14.40007464 98102
-FUSE 1
-1 25791U 99035A   01123.82197729  .00000903  00000-0  22598-3 0  2604
-2 25791  24.9836 141.8244 0010956  88.5472 271.6290 14.40006059 97953
-FUSE 1
-1 25791U 99035A   01122.78241421  .00000914  00000-0  22957-3 0  2596
-2 25791  24.9838 148.1778 0010906  77.7606 282.4122 14.40004664 97809
-FUSE 1
-1 25791U 99035A   01121.74284958  .00000909  00000-0  22797-3 0  2588
-2 25791  24.9840 154.5310 0010872  66.8417 293.3235 14.40003100 97659
-FUSE 1
-1 25791U 99035A   01120.98050140 +.00000892 +00000-0 +22245-3 0 02632
-2 25791 024.9840 159.1901 0010848 058.8234 301.3337 14.40001802097545
-FUSE 1
-1 25791U 99035A   01120.56467427  .00000893  00000-0  22276-3 0  2574
-2 25791  24.9840 161.7307 0010845  54.4415 305.7103 14.40001218 97487
-FUSE 1
-1 25791U 99035A   01119.24788803  .00000840  00000-0  20637-3 0  2561
-2 25791  24.9839 169.7779 0010778  40.3623 319.7683 14.39998784 97294
-FUSE 1
-1 25791U 99035A   01117.23804969  .00000814  00000-0  19817-3 0  2547
-2 25791  24.9840 182.0587 0010772  19.4486 340.6431 14.39995823 97003
-FUSE 1
-1 25791U 99035A   01116.96083039 +.00000802 +00000-0 +19449-3 0 02877
-2 25791 024.9843 183.7523 0010778 016.6787 343.4072 14.39995329096960
-FUSE 1
-1 25791U 99035A   01116.19847490  .00001304  00000-0  35116-3 0  2531
-2 25791  24.9827 188.4092 0011139   8.8375 351.2331 14.39996795 96854
-FUSE 1
-1 25791U 99035A   01114.88168133 +.00000626 +00000-0 +13955-3 0 02538
-2 25791 024.9832 196.4565 0011007 354.8618 005.1760 14.39992143096665
-FUSE 1
-1 25791U 99035A   01114.81237588  .00000730  00000-0  17192-3 0  2524
-2 25791  24.9832 196.8805 0010974 353.8797   6.1556 14.39992378 96658
-FUSE 1
-1 25791U 99035A   01113.91141013 +.00001105 +00000-0 +28900-3 0 02583
-2 25791 024.9832 202.3874 0010818 344.5129 015.5072 14.39992088096521
-FUSE 1
-1 25791U 99035A   01113.56488467  .00000804  00000-0  19509-3 0  2514
-2 25791  24.9836 204.5049 0010848 340.9754  19.0347 14.39990691 96476
-FUSE 1
-1 25791U 99035A   01112.87183381 +.00000588 +00000-0 +12770-3 0 02853
-2 25791 024.9838 208.7401 0010866 334.2845 025.7120 14.39989069096372
-FUSE 1
-1 25791U 99035A   01112.24808739  .00000697  00000-0  16161-3 0  2506
-2 25791  24.9837 212.5519 0010856 327.7806  32.2065 14.39988758 96282
-FUSE 1
-1 25791U 99035A   01110.86198210  .00000839  00000-0  20609-3 0  2496
-2 25791  24.9833 221.0217 0010828 312.9646  46.9953 14.39987824 96084
-FUSE 1
-1 25791U 99035A   01109.96101490 +.00000640 +00000-0 +14376-3 0 02662
-2 25791 024.9835 226.5270 0010746 303.7230 056.2253 14.39986069095953
-FUSE 1
-1 25791U 99035A   01109.54518505  .00000698  00000-0  16199-3 0  2483
-2 25791  24.9825 229.0749 0010853 299.3689  60.5757 14.39985563 95896
-FUSE 1
-1 25791U 99035A   01108.92143892 +.00000424 +00000-0 +76456-4 0 02689
-2 25791 024.9835 232.8933 0010773 292.5014 067.4341 14.39984084095805
-FUSE 1
-1 25791U 99035A   01108.43630231  .00000475  00000-0  92307-4 0  2479
-2 25791  24.9841 235.8622 0010842 287.1593  72.7725 14.39984197 95731
-FUSE 1
-1 25791U 99035A   01107.25811420  .00000342  00000-0  50688-4 0  2467
-2 25791  24.9840 243.0654 0010850 274.6194  85.3080 14.39982982 95568
-FUSE 1
-1 25791U 99035A   01106.91158787 +.00000319 +00000-0 +43545-4 0 02816
-2 25791 024.9842 245.1833 0010843 270.9361 088.9901 14.39982821095517
-FUSE 1
-1 25791U 99035A   01105.94131510 +.00000457 +00000-0 +86612-4 0 02469
-2 25791 024.9838 251.1154 0010905 261.3015 098.6260 14.39982811095373
-FUSE 1
-1 25791U 99035A   01105.87200985  .00000459  00000-0  87250-4 0  2454
-2 25791  24.9840 251.5393 0010901 260.6320  99.2952 14.39982811 95366
-FUSE 1
-1 25791U 99035A   01104.55520998  .00001008  00000-0  25888-3 0  2445
-2 25791  24.9829 259.5887 0011021 247.1818 112.7523 14.39983372 95172
-FUSE 1
-1 25791U 99035A   01103.51562954  .00001492  00000-0  40988-3 0  2432
-2 25791  24.9842 265.9425 0010869 234.0542 125.8931 14.39984015 95021
-FUSE 1
-1 25791U 99035A   01102.89188107 +.00001731 +00000-0 +48461-3 0 02649
-2 25791 024.9844 269.7554 0011059 227.9140 132.0419 14.39983703094938
-FUSE 1
-1 25791U 99035A   01102.54535407  .00001893  00000-0  53504-3 0  2429
-2 25791  24.9846 271.8734 0010921 223.7407 136.2232 14.39983757 94883
-FUSE 1
-1 25791U 99035A   01101.92160517 +.00002030 +00000-0 +57800-3 0 02647
-2 25791 024.9848 275.6854 0011217 217.6844 142.2874 14.39982801094794
-FUSE 1
-1 25791U 99035A   01101.57507715  .00002190  00000-0  62781-3 0  2419
-2 25791  24.9854 277.8031 0010956 213.3871 146.5941 14.39983161 94741
-FUSE 1
-1 25791U 99035A   01100.88202474 +.00002253 +00000-0 +64777-3 0 02660
-2 25791 024.9853 282.0379 0011053 206.6572 153.3357 14.39981020094643
-FUSE 1
-1 25791U 99035A   01100.18897006  .00002361  00000-0  68129-3 0  2401
-2 25791  24.9852 286.2722 0011029 198.9302 161.0725 14.39979226 94546
-FUSE 1
-1 25791U 99035A   01099.91174907 +.00002395 +00000-0 +69207-3 0 02750
-2 25791 024.9855 287.9660 0011230 196.5404 163.4735 14.39978461094502
-FUSE 1
-1 25791U 99035A   01098.94147224 +.00002530 +00000-0 +73411-3 0 02421
-2 25791 024.9854 293.8958 0011234 186.4584 173.5772 14.39975567094369
-FUSE 1
-1 25791U 99035A   01098.87216662  .00002543  00000-0  73810-3 0  2399
-2 25791  24.9855 294.3194 0011295 185.6074 174.4304 14.39975420 94358
-FUSE 1
-1 25791U 99035A   01097.55535820  .00002756  00000-0  80493-3 0  2383
-2 25791  24.9857 302.3671 0011209 171.5084 188.5605 14.39971661 94162
-FUSE 1
-1 25791U 99035A   01096.51577572  .00001819  00000-0  51232-3 0  2375
-2 25791  24.9851 308.7196 0011060 159.9502 200.1452 14.39962260 94018
-FUSE 1
-1 25791U 99035A   01095.19896006  .00002137  00000-0  61186-3 0  2366
-2 25791  24.9847 316.7677 0011044 146.2105 213.9107 14.39958939 93821
-FUSE 1
-1 25791U 99035A   01094.92173520 +.00002224 +00000-0 +63882-3 0 02749
-2 25791 024.9845 318.4612 0011055 143.4912 216.6355 14.39958128093784
-FUSE 1
-1 25791U 99035A   01093.95144716 +.00002409 +00000-0 +69674-3 0 02410
-2 25791 024.9843 324.3915 0011216 133.1891 226.9554 14.39954609093645
-FUSE 1
-1 25791U 99035A   01093.88214064  .00002499  00000-0  72482-3 0  2359
-2 25791  24.9842 324.8152 0011197 132.3778 227.7676 14.39954543 93635
-FUSE 1
-1 25791U 99035A   01092.91184954 +.00003251 +00000-0 +95975-3 0 02557
-2 25791 024.9837 330.7471 0011246 122.5955 237.5655 14.39950967093498
-FUSE 1
-1 25791U 99035A   01091.17917824  .00003186  00000-0  93968-3 0  2337
-2 25791  24.9835 341.3417 0011318 105.3746 254.8012 14.39939177 93243
-FUSE 1
-1 25791U 99035A   01090.13956723  .00002972  00000-0  87297-3 0  2322
-2 25791  24.9838 347.6958 0011329  94.7440 265.4361 14.39932401 93090
-FUSE 1
-1 25791U 99035A   01088.96133501 +.00002837 +00000-0 +83108-3 0 02339
-2 25791 024.9838 354.9011 0011327 083.2313 276.9488 14.39925595092925
-FUSE 1
-1 25791U 99035A   01088.89202703  .00002815  00000-0  82399-3 0  2317
-2 25791  24.9839 355.3247 0011337  82.5196 277.6602 14.39925159 92915
-FUSE 1
-1 25791U 99035A   01087.92171315 +.00001946 +00000-0 +55260-3 0 02360
-2 25791 024.9847 001.2552 0011205 072.8181 287.3553 14.39918251092772
-FUSE 1
-1 25791U 99035A   01087.85240649  .00001697  00000-0  47485-3 0  2306
-2 25791  24.9849   1.6791 0011193  72.3247 287.8536 14.39917141 92769
-FUSE 1
-1 25791U 99035A   01082.51561712  .00000996  00000-0  25569-3 0  2266
-2 25791  24.9850  34.2906 0010848  15.4515 344.6316 14.39903030 91997
-FUSE 1
-1 25791U 99035A   01081.96114279 +.00000895 +00000-0 +22411-3 0 02357
-2 25791 024.9850 037.6798 0010802 008.8785 351.1917 14.39901631091915
-FUSE 1
-1 25791U 99035A   01081.33735740  .00000887  00000-0  22159-3 0  2259
-2 25791  24.9850  41.4919 0010779   2.2856 357.7699 14.39900735 91826
-FUSE 1
-1 25791U 99035A   01080.92150068 +.00000863 +00000-0 +21388-3 0 02333
-2 25791 024.9849 044.0329 0010784 357.8343 002.2118 14.39899989091763
-FUSE 1
-1 25791U 99035A   01080.22840542  .00000844  00000-0  20810-3 0  2247
-2 25791  24.9848  48.2669 0010801 350.7139   9.3171 14.39898909 91667
-FUSE 1
-1 25791U 99035A   01079.95116702 +.00000849 +00000-0 +20965-3 0 02537
-2 25791 024.9848 049.9618 0010808 347.8135 012.2110 14.39898588091624
-FUSE 1
-1 25791U 99035A   01078.98083194 +.00000863 +00000-0 +21409-3 0 02245
-2 25791 024.9850 055.8907 0010787 337.5934 022.4103 14.39897482091484
-FUSE 1
-1 25791U 99035A   01078.91152241  .00000863  00000-0  21400-3 0  2238
-2 25791  24.9849  56.3142 0010787 336.8603  23.1424 14.39897379 91472
-FUSE 1
-1 25791U 99035A   01077.94118795 +.00000865 +00000-0 +21466-3 0 02296
-2 25791 024.9846 062.2492 0010753 326.7694 033.2147 14.39896112091337
-FUSE 1
-1 25791U 99035A   01077.52532984  .00000862  00000-0  21353-3 0  2225
-2 25791  24.9844  64.7900 0010747 322.4604  37.5154 14.39895491 91270
-FUSE 1
-1 25791U 99035A   01076.48568446  .00000836  00000-0  20539-3 0  2216
-2 25791  24.9842  71.1417 0010785 311.0390  48.9185 14.39893786 91120
-FUSE 1
-1 25791U 99035A   01075.23810913  .00000832  00000-0  20428-3 0  2209
-2 25791  24.9846  78.7649 0010811 297.7413  62.1997 14.39892127 90946
-FUSE 1
-1 25791U 99035A   01073.99053383 +.00000816 +00000-0 +19913-3 0 02209
-2 25791 024.9845 086.3872 0010797 284.5974 075.3336 14.39890279090766
-FUSE 1
-1 25791U 99035A   01073.92122749  .00000816  00000-0  19910-3 0  2190
-2 25791  24.9845  86.8106 0010797 283.8732  76.0753 14.39890190 90757
-FUSE 1
-1 25791U 99035A   01072.88158105 +.00000784 +00000-0 +18923-3 0 02220
-2 25791 024.9830 093.1816 0010740 272.7044 087.2233 14.39888516090601
-FUSE 1
-1 25791U 99035A   01072.53503188  .00000787  00000-0  19030-3 0  2185
-2 25791  24.9830  95.2987 0010757 268.9911  90.9362 14.39888127 90557
-FUSE 1
-1 25791U 99035A   01071.98055429 +.00000763 +00000-0 +18258-3 0 02201
-2 25791 024.9833 098.6880 0010753 263.1759 096.7529 14.39887246090473
-FUSE 1
-1 25791U 99035A   01071.49538471  .00000791  00000-0  19130-3 0  2177
-2 25791  24.9831 101.6522 0010849 257.9268 102.0023 14.39886914 90405
-FUSE 1
-1 25791U 99035A   01070.94090658 +.00000785 +00000-0 +18959-3 0 02469
-2 25791 024.9831 105.0409 0010844 252.1036 107.8288 14.39886182090326
-FUSE 1
-1 25791U 99035A   01070.24780824  .00000809  00000-0  19709-3 0  2161
-2 25791  24.9831 109.2771 0010871 244.6528 115.2853 14.39885565 90220
-FUSE 1
-1 25791U 99035A   01069.20816158  .00000791  00000-0  19153-3 0  2157
-2 25791  24.9832 115.6328 0011054 233.9117 126.0367 14.39884078 90070
-FUSE 1
-1 25791U 99035A   01067.82196489  .00000809  00000-0  19705-3 0  2143
-2 25791  24.9830 124.1033 0011113 218.9869 140.9835 14.39882486 89871
-FUSE 1
-1 25791U 99035A   01066.64369761 +.00000799 +00000-0 +19374-3 0 02169
-2 25791 024.9830 131.3033 0011151 207.0123 152.9803 14.39880895089707
-FUSE 1
-1 25791U 99035A   01066.50507788  .00000796  00000-0  19291-3 0  2139
-2 25791  24.9830 132.1500 0011152 205.5911 154.4046 14.39880702 89684
-FUSE 1
-1 25791U 99035A   01065.88128936 +.00000790 +00000-0 +19103-3 0 02397
-2 25791 024.9831 135.9622 0011122 198.9598 161.0503 14.39879873089593
-FUSE 1
-1 25791U 99035A   01065.18819067  .00000783  00000-0  18885-3 0  2121
-2 25791  24.9834 140.1989 0011152 191.7198 168.3068 14.39878991 89495
-FUSE 1
-1 25791U 99035A   01064.91095089 +.00000771 +00000-0 +18518-3 0 02446
-2 25791 024.9835 141.8928 0011125 188.7032 171.3283 14.39878539089457
-FUSE 1
-1 25791U 99035A   01063.87130138  .00000765  00000-0  18340-3 0  2115
-2 25791  24.9836 148.2465 0011125 177.9406 182.1148 14.39877264 89308
-FUSE 1
-1 25791U 99035A   01063.87130137 +.00000767 +00000-0 +18406-3 0 02120
-2 25791 024.9835 148.2460 0011132 177.9393 182.1166 14.39877276089308
-FUSE 1
-1 25791U 99035A   01062.90096058 +.00000769 +00000-0 +18444-3 0 02210
-2 25791 024.9839 154.1757 0011132 167.8039 192.2735 14.39876200089166
-FUSE 1
-1 25791U 99035A   01062.55441017  .00000773  00000-0  18590-3 0  2105
-2 25791  24.9841 156.2936 0011137 164.3299 195.7558 14.39875851 89113
-FUSE 1
-1 25791U 99035A   01061.30682837  .00000772  00000-0  18556-3 0  2093
-2 25791  24.9841 163.9191 0011157 150.7881 209.3252 14.39874318 88938
-FUSE 1
-1 25791U 99035A   01060.82165726 +.00000760 +00000-0 +18192-3 0 02488
-2 25791 024.9843 166.8839 0011144 145.5272 214.5963 14.39873647088866
-FUSE 1
-1 25791U 99035A   01059.92062424 +.00000739 +00000-0 +17528-3 0 02194
-2 25791 024.9846 172.3899 0011179 135.9727 224.1680 14.39872415088734
-FUSE 1
-1 25791U 99035A   01059.57407284  .00000713  00000-0  16698-3 0  2089
-2 25791  24.9853 174.5090 0011130 132.3934 227.7515 14.39871839 88686
-FUSE 1
-1 25791U 99035A   01058.25717454  .00000711  00000-0  16656-3 0  2077
-2 25791  24.9850 182.5567 0011163 119.2623 240.9005 14.39870406 88495
-FUSE 1
-1 25791U 99035A   01057.91062171 +.00000714 +00000-0 +16747-3 0 02319
-2 25791 024.9852 184.6743 0011160 115.8000 244.3659 14.39870084088444
-FUSE 1
-1 25791U 99035A   01056.87096351  .00000689  00000-0  15951-3 0  2069
-2 25791  24.9851 191.0276 0011173 104.7434 255.4312 14.39868715 88298
-FUSE 1
-1 25791U 99035A   01055.90061376 +.00000679 +00000-0 +15637-3 0 02285
-2 25791 024.9850 196.9579 0011170 094.7617 265.4158 14.39867625088158
-FUSE 1
-1 25791U 99035A   01055.55406001  .00000689  00000-0  15968-3 0  2057
-2 25791  24.9853 199.0771 0011176  91.3496 268.8293 14.39867412 88109
-FUSE 1
-1 25791U 99035A   01054.23715345  .00000689  00000-0  15972-3 0  2049
-2 25791  24.9854 207.1235 0011152  77.7001 282.4754 14.39866067 87917
-FUSE 1
-1 25791U 99035A   01053.89059839 +.00000696 +00000-0 +16187-3 0 02158
-2 25791 024.9856 209.2409 0011136 074.1479 286.0253 14.39865797087864
-FUSE 1
-1 25791U 99035A   01052.92024384 +.00000702 +00000-0 +16372-3 0 02040
-2 25791 024.9854 215.1686 0011139 064.1094 296.0556 14.39864826087724
-FUSE 1
-1 25791U 99035A   01052.85093275  .00000705  00000-0  16455-3 0  2031
-2 25791  24.9853 215.5920 0011131  63.4459 296.7188 14.39864778 87710
-FUSE 1
-1 25791U 99035A   01051.88057587 +.00000742 +00000-0 +17626-3 0 02031
-2 25791 024.9846 221.5212 0010994 053.4019 306.7497 14.39864094087570
-FUSE 1
-1 25791U 99035A   01049.17743500  .00000805  00000-0  19598-3 0  2004
-2 25791  24.9852 238.0376 0010943  24.9759 335.1274 14.39861598 87181
-FUSE 1
-1 25791U 99035A   01048.13776370  .00000818  00000-0  20021-3 0  1994
-2 25791  24.9855 244.3897 0010946  14.2126 345.8687 14.39860443 87033
-FUSE 1
-1 25791U 99035A   01046.95946808 +.00000826 +00000-0 +20265-3 0 02009
-2 25791 024.9856 251.5883 0010925 001.7292 358.3251 14.39859035086862
-FUSE 1
-1 25791U 99035A   01046.89015657  .00000828  00000-0  20328-3 0  1989
-2 25791  24.9856 252.0117 0010921   1.0228 359.0304 14.39858972 86851
-FUSE 1
-1 25791U 99035A   01045.91979473 +.00000825 +00000-0 +20234-3 0 02104
-2 25791 024.9857 257.9395 0010895 350.7865 009.2444 14.39857693086718
-FUSE 1
-1 25791U 99035A   01045.57323730  .00000822  00000-0  20128-3 0  1978
-2 25791  24.9855 260.0575 0010891 347.1542  12.8705 14.39857185 86669
-FUSE 1
-1 25791U 99035A   01044.32563210  .00000852  00000-0  21070-3 0  1968
-2 25791  24.9845 267.6885 0010940 335.0275  24.9843 14.39855877 86482
-FUSE 1
-1 25791U 99035A   01043.90976161 +.00000818 +00000-0 +19993-3 0 02047
-2 25791 024.9856 270.2365 0010879 331.1039 028.8868 14.39855093086427
-FUSE 1
-1 25791U 99035A   01043.21664491  .00000820  00000-0  20056-3 0  1955
-2 25791  24.9857 274.4720 0010879 323.9471  36.0302 14.39854225 86327
-FUSE 1
-1 25791U 99035A   01042.93939835 +.00000809 +00000-0 +19728-3 0 02345
-2 25791 024.9860 276.1661 0010879 321.0294 038.9430 14.39853798086288
-FUSE 1
-1 25791U 99035A   01041.89972384  .00000762  00000-0  18265-3 0  1943
-2 25791  24.9864 282.5199 0010886 310.1836  49.7717 14.39852068 86139
-FUSE 1
-1 25791U 99035A   01040.86004627  .00000786  00000-0  18998-3 0  1933
-2 25791  24.9864 288.8712 0010909 298.1189  61.8216 14.39851115 85984
-FUSE 1
-1 25791U 99035A   01039.88968203 +.00000776 +00000-0 +18695-3 0 01946
-2 25791 024.9866 294.8003 0010918 287.8124 072.1191 14.39849851085846
-FUSE 1
-1 25791U 99035A   01039.54312320  .00000778  00000-0  18759-3 0  1923
-2 25791  24.9865 296.9171 0010912 284.1925  75.7371 14.39849453 85798
-FUSE 1
-1 25791U 99035A   01038.91931566 +.00000841 +00000-0 +20715-3 0 01973
-2 25791 024.9853 300.7300 0011058 276.2116 083.7128 14.39849226085707
-FUSE 1
-1 25791U 99035A   01038.36482175  .00000851  00000-0  21041-3 0  1917
-2 25791  24.9852 304.1176 0011034 270.4549  89.4688 14.39848568 85628
-FUSE 1
-1 25791U 99035A   01037.94895133 +.00000854 +00000-0 +21128-3 0 02024
-2 25791 024.9850 306.6578 0011082 266.4454 093.4786 14.39848015085566
-FUSE 1
-1 25791U 99035A   01037.18652191  .00000871  00000-0  21669-3 0  1900
-2 25791  24.9854 311.3163 0011114 258.2637 101.6623 14.39847183 85456
-FUSE 1
-1 25791U 99035A   01035.93891068 +.00000893 +00000-0 +22356-3 0 01974
-2 25791 024.9856 318.9409 0011155 245.1344 114.8003 14.39845662085277
-FUSE 1
-1 25791U 99035A   01035.86959892  .00000895  00000-0  22415-3 0  1895
-2 25791  24.9856 319.3643 0011153 244.4229 115.5125 14.39845576 85260
-FUSE 1
-1 25791U 99035A   01034.96854630 +.00000904 +00000-0 +22698-3 0 02030
-2 25791 024.9856 324.8713 0011214 234.8399 125.1056 14.39844383085139
-FUSE 1
-1 25791U 99035A   01034.48336452  .00000891  00000-0  22284-3 0  1882
-2 25791  24.9853 327.8353 0011183 229.6286 130.3245 14.39843518 85060
-FUSE 1
-1 25791U 99035A   01033.23575272  .00000882  00000-0  22011-3 0  1876
-2 25791  24.9856 335.4581 0011214 216.6240 143.3500 14.39841675 84881
-FUSE 1
-1 25791U 99035A   01031.91882870  .00000844  00000-0  20813-3 0  1869
-2 25791  24.9858 343.5045 0011276 203.2127 156.7872 14.39839469 84699
-FUSE 1
-1 25791U 99035A   01031.91882869 +.00000845 +00000-0 +20836-3 0 01874
-2 25791 024.9858 343.5045 0011276 203.2090 156.7909 14.39839478084699
-FUSE 1
-1 25791U 99035A   01030.94846209 +.00000841 +00000-0 +20712-3 0 01918
-2 25791 024.9858 349.4319 0011289 193.2674 166.7539 14.39838132084559
-FUSE 1
-1 25791U 99035A   01030.46327849  .00000841  00000-0  20740-3 0  1853
-2 25791  24.9859 352.3959 0011304 188.2132 171.8192 14.39837508 84484
-FUSE 1
-1 25791U 99035A   01029.97809487 +.00000835 +00000-0 +20546-3 0 01981
-2 25791 024.9857 355.3599 0011303 183.2284 176.8152 14.39836776084417
-FUSE 1
-1 25791U 99035A   01029.21566280  .00000836  00000-0  20576-3 0  1848
-2 25791  24.9858   0.0180 0011350 175.3074 184.7541 14.39835807 84301
-FUSE 1
-1 25791U 99035A   01028.93841499 +.00000830 +00000-0 +20392-3 0 02294
-2 25791 024.9857 001.7120 0011345 172.4854 187.5833 14.39835361084265
-FUSE 1
-1 25791U 99035A   01027.96804596 +.00000821 +00000-0 +20111-3 0 01864
-2 25791 024.9857 007.6404 0011373 162.4249 197.6654 14.39833987084123
-FUSE 1
-1 25791U 99035A   01026.85905350  .00000774  00000-0  18631-3 0  1828
-2 25791  24.9845  14.4272 0011225 151.2576 208.8553 14.39832070 83960
-FUSE 1
-1 25791U 99035A   01025.95799395 +.00000773 +00000-0 +18616-3 0 01909
-2 25791 024.9845 019.9320 0011218 141.9876 218.1434 14.39830995083837
-FUSE 1
-1 25791U 99035A   01025.47280699  .00000781  00000-0  18854-3 0  1811
-2 25791  24.9846  22.8964 0011235 137.2317 222.9063 14.39830514 83762
-FUSE 1
-1 25791U 99035A   01024.91830785 +.00000785 +00000-0 +18987-3 0 01952
-2 25791 024.9848 026.2846 0011214 131.5244 228.6226 14.39829899083683
-FUSE 1
-1 25791U 99035A   01024.22518426  .00000758  00000-0  18147-3 0  1803
-2 25791  24.9850  30.5196 0011218 123.7953 236.3624 14.39828802 83586
-FUSE 1
-1 25791U 99035A   01022.97755790 +.00000765 +00000-0 +18342-3 0 01805
-2 25791 024.9847 038.1420 0011197 110.9464 249.2242 14.39827391083409
-FUSE 1
-1 25791U 99035A   01022.90824523  .00000765  00000-0  18346-3 0  1791
-2 25791  24.9847  38.5654 0011197 110.2109 249.9602 14.39827310 83397
-FUSE 1
-1 25791U 99035A   01021.93786714 +.00000792 +00000-0 +19214-3 0 01821
-2 25791 024.9847 044.4944 0011176 100.2360 259.9412 14.39826436083253
-FUSE 1
-1 25791U 99035A   01021.52199043  .00000791  00000-0  19188-3 0  1783
-2 25791  24.9847  47.0345 0011184  95.8875 264.2905 14.39825918 83199
-FUSE 1
-1 25791U 99035A   01020.48229781  .00000782  00000-0  18904-3 0  1774
-2 25791  24.9841  53.3876 0011058  84.9507 275.2262 14.39824524 83047
-FUSE 1
-1 25791U 99035A   01019.23466394  .00000810  00000-0  19778-3 0  1769
-2 25791  24.9842  61.0115 0011055  71.9716 288.1993 14.39823278 82863
-FUSE 1
-1 25791U 99035A   01018.81878536 +.00000815 +00000-0 +19923-3 0 02046
-2 25791 024.9840 063.5519 0011051 067.5973 292.5699 14.39822788082809
-FUSE 1
-1 25791U 99035A   01017.84840102  .00000828  00000-0  20329-3 0  1759
-2 25791  24.9838  69.4799 0011044  57.4205 302.7356 14.39821674 82660
-FUSE 1
-1 25791U 99035A   01016.80870221 +.00000844 +00000-0 +20844-3 0 01759
-2 25791 024.9839 075.8311 0011035 046.6049 313.5376 14.39820510082512
-FUSE 1
-1 25791U 99035A   01012.85783892  .00000765  00000-0  18364-3 0  1719
-2 25791  24.9824  99.9904 0011095   5.3964 354.6663 14.39814661 81946
-FUSE 1
-1 25791U 99035A   01011.81813392  .00000754  00000-0  18014-3 0  1702
-2 25791  24.9823 106.3421 0011120 354.5641   5.4745 14.39813318 81795
-FUSE 1
-1 25791U 99035A   01010.84774202 +.00000728 +00000-0 +17200-3 0 01820
-2 25791 024.9826 112.2708 0011146 344.3870 015.6294 14.39811988081659
-FUSE 1
-1 25791U 99035A   01010.57048690  .00000725  00000-0  17100-3 0  1696
-2 25791  24.9825 113.9647 0011158 341.3954  18.6145 14.39811641 81611
-FUSE 1
-1 25791U 99035A   01009.87734870 +.00000732 +00000-0 +17321-3 0 02008
-2 25791 024.9824 118.1992 0011164 334.0178 025.9768 14.39810940081516
-FUSE 1
-1 25791U 99035A   01006.55028272  .00000853  00000-0  21119-3 0  1667
-2 25791  24.9829 138.5275 0011161 298.7980  61.1405 14.39808266 81030
-FUSE 1
-1 25791U 99035A   01005.23331831  .00000949  00000-0  24121-3 0  1650
-2 25791  24.9829 146.5736 0011130 284.7867  75.1402 14.39807380 80842
-FUSE 1
-1 25791U 99035A   01004.95606288 +.00000961 +00000-0 +24508-3 0 01933
-2 25791 024.9830 148.2673 0011129 281.7309 078.1948 14.39807093080804
-FUSE 1
-1 25791U 99035A   01004.12429643  .00001014  00000-0  26161-3 0  1645
-2 25791  24.9831 153.3490 0011081 272.9218  87.0015 14.39806304 80681
-FUSE 1
-1 25791U 99035A   01003.91635493 +.00001024 +00000-0 +26479-3 0 02041
-2 25791 024.9833 154.6194 0011082 270.5710 089.3526 14.39806079080658
-FUSE 1
-1 25791U 99035A   01002.94596086 +.00001080 +00000-0 +28217-3 0 01657
-2 25791 024.9835 160.5480 0011065 260.2028 099.7226 14.39805000080513
-FUSE 1
-1 25791U 99035A   01002.87664699  .00001085  00000-0  28401-3 0  1633
-2 25791  24.9835 160.9715 0011055 259.4691 100.4567 14.39804944 80506
-FUSE 1
-1 25791U 99035A   01001.90625279 +.00001148 +00000-0 +30354-3 0 01851
-2 25791 024.9836 166.9004 0011074 249.1527 110.7793 14.39803819080368
-FUSE 1
-1 25791U 99035A   01001.55968328  .00001172  00000-0  31103-3 0  1622
-2 25791  24.9835 169.0177 0011071 245.6535 114.2814 14.39803412 80316
-FUSE 1
-1 25791U 99035A   00366.24272051  .00001201  00000-0  32013-3 0  1615
-2 25791  24.9835 177.0632 0011054 231.9139 128.0369 14.39801117 80127
-FUSE 1
-1 25791U 99035A   00365.13370179  .00001276  00000-0  34372-3 0  1603
-2 25791  24.9782 183.8601 0011264 220.6704 139.2961 14.39798988 79968
-FUSE 1
-1 25791U 99035A   00363.88605187  .00001279  00000-0  34462-3 0  1594
-2 25791  24.9781 191.4825 0011236 207.4675 152.5240 14.39796242 79788
-FUSE 1
-1 25791U 99035A   00362.91565615 +.00001282 +00000-0 +34567-3 0 01880
-2 25791 024.9781 197.4116 0011250 197.2959 162.7167 14.39794117079649
-FUSE 1
-1 25791U 99035A   00361.52937650  .00001173  00000-0  31161-3 0  1570
-2 25791  24.9788 205.8833 0011253 183.0025 177.0420 14.39790123 79448
-FUSE 1
-1 25791U 99035A   00360.21240650  .00001095  00000-0  28697-3 0  1564
-2 25791  24.9795 213.9300 0011256 169.4207 190.6539 14.39786866 79258
-FUSE 1
-1 25791U 99035A   00358.89543401  .00000997  00000-0  25633-3 0  1551
-2 25791  24.9802 221.9784 0011166 156.0199 204.0842 14.39783673 79063
-FUSE 1
-1 25791U 99035A   00357.57846016  .00000809  00000-0  19747-3 0  1543
-2 25791  24.9811 230.0287 0011220 142.5559 217.5744 14.39779898 78875
-FUSE 1
-1 25791U 99035A   00356.33079409  .00000742  00000-0  17656-3 0  1532
-2 25791  24.9815 237.6510 0011207 129.3758 230.7742 14.39777765 78696
-FUSE 1
-1 25791U 99035A   00355.91490500 +.00000715 +00000-0 +16811-3 0 01738
-2 25791 024.9818 240.1930 0011125 125.1559 234.9994 14.39777043078634
-FUSE 1
-1 25791U 99035A   00355.22175552  .00000689  00000-0  15980-3 0  1522
-2 25791  24.9818 244.4279 0011116 117.9072 242.2571 14.39776049 78533
-FUSE 1
-1 25791U 99035A   00354.94449551 +.00000671 +00000-0 +15421-3 0 01715
-2 25791 024.9820 246.1228 0011092 115.1399 245.0262 14.39775609078498
-FUSE 1
-1 25791U 99035A   00354.18203097  .00000667  00000-0  15302-3 0  1515
-2 25791  24.9821 250.7805 0011090 107.2769 252.9059 14.39774846 78383
-FUSE 1
-1 25791U 99035A   00353.14230184  .00000588  00000-0  12827-3 0  1507
-2 25791  24.9841 257.1312 0011153  94.7945 265.3836 14.39773357 78236
-FUSE 1
-1 25791U 99035A   00351.89462457  .00000618  00000-0  13768-3 0  1494
-2 25791  24.9843 264.7546 0011143  81.4463 278.7305 14.39772637 78057
-FUSE 1
-1 25791U 99035A   00350.57762798  .00000713  00000-0  16757-3 0  1485
-2 25791  24.9838 272.8003 0011117  67.5108 292.6555 14.39772305 77863
-FUSE 1
-1 25791U 99035A   00349.95378601 +.00000801 +00000-0 +19521-3 0 01751
-2 25791 024.9839 276.6107 0011037 061.1524 299.0082 14.39772533077773
-FUSE 1
-1 25791U 99035A   00348.91404926 +.00000938 +00000-0 +23822-3 0 01543
-2 25791 024.9841 282.9613 0011060 050.5076 309.6402 14.39772572077629
-FUSE 1
-1 25791U 99035A   00348.22089271  .00000955  00000-0  24346-3 0  1472
-2 25791  24.9841 287.1948 0011058  43.2638 316.8736 14.39771669 77522
-FUSE 1
-1 25791U 99035A   00347.94362883 +.00001009 +00000-0 +26044-3 0 01831
-2 25791 024.9842 288.8885 0011102 040.6503 319.4819 14.39771783077486
-FUSE 1
-1 25791U 99035A   00344.20056550  .00001466  00000-0  40388-3 0  1450
-2 25791  24.9857 311.7525 0010921   1.7998 358.2548 14.39768887 76944
-FUSE 1
-1 25791U 99035A   00342.95287422 +.00001623 +00000-0 +45287-3 0 02453
-2 25791 024.9861 319.3741 0010868 348.9036 011.1207 14.39767344076766
-FUSE 1
-1 25791U 99035A   00341.91313263 +.00001697 +00000-0 +47635-3 0 02169
-2 25791 024.9862 325.7251 0010827 338.0727 021.9314 14.39765205076612
-FUSE 1
-1 25791U 99035A   00340.80407309 +.00001773 +00000-0 +50001-3 0 01795
-2 25791 024.9865 332.4995 0010780 326.3093 033.6722 14.39762765076452
-FUSE 1
-1 25791U 99035A   00339.97228129 +.00001440 +00000-0 +39551-3 0 01453
-2 25791 024.9788 337.5913 0010715 317.2047 042.7636 14.39758312076333
-FUSE 1
-1 25791U 99035A   00339.90296490  .00001431  00000-0  39277-3 0  1446
-2 25791  24.9788 338.0153 0010711 316.5102  43.4556 14.39758072 76326
-FUSE 1
-1 25791U 99035A   00338.93253567 +.00001650 +00000-0 +46156-3 0 01892
-2 25791 024.9780 343.9450 0010727 305.4403 054.5107 14.39756594076187
-FUSE 1
-1 25791U 99035A   00337.89278976 +.00002012 +00000-0 +57514-3 0 01474
-2 25791 024.9771 350.3001 0010560 294.2116 065.7285 14.39754923076031
-FUSE 1
-1 25791U 99035A   00337.54620726  .00002120  00000-0  60886-3 0  1432
-2 25791  24.9769 352.4170 0010591 290.1130  69.8236 14.39754084 75985
-FUSE 1
-1 25791U 99035A   00336.78372846 +.00002078 +00000-0 +59583-3 0 02103
-2 25791 024.9767 357.0797 0010598 283.2388 076.6938 14.39750755075878
-FUSE 1
-1 25791U 99035A   00335.81329748 +.00001963 +00000-0 +55983-3 0 01784
-2 25791 024.9768 003.0088 0010682 272.4500 087.4788 14.39746543075738
-FUSE 1
-1 25791U 99035A   00332.55541084  .00001441  00000-0  39598-3 0  1416
-2 25791  24.9789  22.9137 0010823 238.8335 121.1112 14.39732709 75269
-FUSE 1
-1 25791U 99035A   00329.50545449  .00001099  00000-0  28863-3 0  1407
-2 25791  24.9807  41.5484 0010919 206.6216 153.3741 14.39723397 74828
-FUSE 1
-1 25791U 99035A   00326.80207218  .00000755  00000-0  18065-3 0  1395
-2 25791  24.9826  58.0674 0010967 178.4838 181.5705 14.39716699 74439
-FUSE 1
-1 25791U 99035A   00325.90094187 +.00000678 +00000-0 +15666-3 0 02663
-2 25791 024.9830 063.5734 0010889 169.1263 190.9481 14.39715100074301
-FUSE 1
-1 25791U 99035A   00324.86117451 +.00000608 +00000-0 +13450-3 0 02311
-2 25791 024.9833 069.9269 0010882 158.3926 201.7040 14.39713575074155
-FUSE 1
-1 25791U 99035A   00323.96004177 +.00000488 +00000-0 +96967-4 0 01894
-2 25791 024.9842 075.4361 0010837 150.2956 209.8168 14.39712104074027
-FUSE 1
-1 25791U 99035A   00322.92027010 +.00000542 +00000-0 +11394-3 0 01510
-2 25791 024.9842 081.7899 0010800 140.3373 219.7924 14.39711850073875
-FUSE 1
-1 25791U 99035A   00322.57367987  .00000544  00000-0  11471-3 0  1384
-2 25791  24.9842  83.9087 0010770 137.0085 223.1269 14.39711602 73828
-FUSE 1
-1 25791U 99035A   00321.88049734 +.00000639 +00000-0 +14444-3 0 02068
-2 25791 024.9838 088.1431 0010747 130.4414 229.7025 14.39711664073729
-FUSE 1
-1 25791U 99035A   00319.45435949  .00001051  00000-0  27399-3 0  1370
-2 25791  24.9822 102.9641 0011109 102.6166 257.5577 14.39710812 73374
-FUSE 1
-1 25791U 99035A   00318.83049407 +.00001135 +00000-0 +30023-3 0 02126
-2 25791 024.9820 106.7751 0011100 096.2751 263.9015 14.39710072073281
-FUSE 1
-1 25791U 99035A   00317.92935383 +.00001328 +00000-0 +36094-3 0 01927
-2 25791 024.9815 112.2808 0011081 086.9676 273.2095 14.39708951073151
-FUSE 1
-1 25791U 99035A   00316.95889405 +.00001476 +00000-0 +40722-3 0 01547
-2 25791 024.9811 118.2117 0011162 076.8388 283.3367 14.39707302073012
-FUSE 1
-1 25791U 99035A   00316.54298192  .00001536  00000-0  42622-3 0  1367
-2 25791  24.9808 120.7548 0011167  72.5609 287.6119 14.39706598 72958
-FUSE 1
-1 25791U 99035A   00312.17588299  .00001526  00000-0  42309-3 0  1352
-2 25791  24.9810 147.4346 0011047  26.6311 333.4765 14.39694429 72327
-FUSE 1
-1 25791U 99035A   00311.89860506 +.00001531 +00000-0 +42464-3 0 02432
-2 25791 024.9811 149.1285 0011021 023.7582 336.3433 14.39693742072285
-FUSE 1
-1 25791U 99035A   00310.92813172 +.00001533 +00000-0 +42529-3 0 02234
-2 25791 024.9811 155.0570 0011011 013.6669 346.4135 14.39691108072141
-FUSE 1
-1 25791U 99035A   00309.95765612 +.00001545 +00000-0 +42918-3 0 01953
-2 25791 024.9811 160.9853 0010987 003.5007 356.5574 14.39688573072001
-FUSE 1
-1 25791U 99035A   00308.91785913 +.00001558 +00000-0 +43320-3 0 01631
-2 25791 024.9811 167.3377 0010936 352.6420 007.3927 14.39685825071856
-FUSE 1
-1 25791U 99035A   00307.94738084  .00001523  00000-0  42238-3 0  1347
-2 25791  24.9813 173.2666 0010902 342.2944  17.7187 14.39682876 71715
-FUSE 1
-1 25791U 99035A   00306.90758062 +.00001494 +00000-0 +41322-3 0 02161
-2 25791 024.9816 179.6189 0010843 331.2370 028.7545 14.39679852071566
-FUSE 1
-1 25791U 99035A   00305.93709941 +.00001422 +00000-0 +39070-3 0 01847
-2 25791 024.9820 185.5476 0010836 320.8016 039.1721 14.39676778071420
-FUSE 1
-1 25791U 99035A   00304.96661633 +.00001342 +00000-0 +36540-3 0 01518
-2 25791 024.9825 191.4771 0010878 310.3487 049.6069 14.39673761071285
-FUSE 1
-1 25791U 99035A   00304.48137472  .00001294  00000-0  35039-3 0  1332
-2 25791  24.9827 194.4415 0010840 305.2721  54.6774 14.39672228 71217
-FUSE 1
-1 25791U 99035A   00300.94603167 +.00001128 +00000-0 +29826-3 0 01487
-2 25791 024.9836 216.0428 0010846 267.5163 092.4104 14.39663463070709
-FUSE 1
-1 25791U 99035A   00300.32214586  .00001125  00000-0  29742-3 0  1329
-2 25791  24.9837 219.8536 0010864 260.8686  99.0595 14.39662271 70610
-FUSE 1
-1 25791U 99035A   00299.97554307 +.00001099 +00000-0 +28908-3 0 02622
-2 25791 024.9840 221.9723 0010883 257.3195 102.6096 14.39661414070562
-FUSE 1
-1 25791U 99035A   00298.93573357 +.00001095 +00000-0 +28804-3 0 02219
-2 25791 024.9842 228.3263 0010808 246.2256 113.7131 14.39659498070412
-FUSE 1
-1 25791U 99035A   00297.96524296 +.00001101 +00000-0 +28980-3 0 01840
-2 25791 024.9843 234.2549 0010819 235.8887 124.0592 14.39657800070277
-FUSE 1
-1 25791U 99035A   00296.92543051 +.00001198 +00000-0 +32020-3 0 01469
-2 25791 024.9839 240.6071 0010755 225.0055 134.9574 14.39656593070122
-FUSE 1
-1 25791U 99035A   00296.23222249  .00001231  00000-0  33056-3 0  1318
-2 25791  24.9837 244.8414 0010747 217.7619 142.2134 14.39655396 70025
-FUSE 1
-1 25791U 99035A   00295.95493830 +.00001341 +00000-0 +36537-3 0 02570
-2 25791 024.9831 246.5364 0010694 214.7072 145.2732 14.39655631069985
-FUSE 1
-1 25791U 99035A   00294.98444509 +.00001216 +00000-0 +32610-3 0 02121
-2 25791 024.9831 252.4518 0011171 205.6776 154.3176 14.39652293069842
-FUSE 1                    
-1 25791U 99035A   00292.97413670  .00001233  00000-0  33120-3 0  1465
-2 25791  24.9832 264.7305 0011154 184.3003 175.7409 14.39648196 69551
-FUSE 1
-1 25791U 99035A   00292.21160463  .00001227  00000-0  32957-3 0  1304
-2 25791  24.9833 269.3878 0011141 176.2888 183.7705 14.39646543 69445
-FUSE 1
-1 25791U 99035A   00290.96382404  .00001125  00000-0  29744-3 0  2033
-2 25791  24.9839 277.0093 0011248 162.9629 197.1281 14.39643362 69263
-FUSE 1
-1 25791U 99035A   00289.92400452  .00001005  00000-0  25962-3 0  1697
-2 25791  24.9842 283.3623 0011271 152.1446 207.9673 14.39640561 69117
-FUSE 1
-1 25791U 99035A   00288.88418235  .00000939  00000-0  23889-3 0  1296
-2 25791  24.9839 289.7161 0011345 141.9406 218.1903 14.39638291 68963
-FUSE 1
-1 25791U 99035A   00286.94317390  .00000937  00000-0  23849-3 0  2050
-2 25791  24.9842 301.5720 0011377 121.8967 238.2636 14.39635355 68688
-FUSE 1
-1 25791U 99035A   00284.93283722  .00000946  00000-0  24124-3 0  1290
-2 25791  24.9844 313.8517 0011349 101.4953 258.6830 14.39632282 68394
-FUSE 1
-1 25791U 99035A   00283.82368229  .00001113  00000-0  29370-3 0  2356
-2 25791  24.9845 320.6276 0011360  90.5778 269.6031 14.39631230 68239
-FUSE 1
-1 25791U 99035A   00281.18943126  .00001671  00000-0  46933-3 0  1271
-2 25791  24.9838 336.7203 0011242  63.6820 296.4846 14.39626315 67854
-FUSE 1
-1 25791U 99035A   00279.87230155  .00001498  00000-0  41495-3 0  1843
-2 25791  24.9836 344.7657 0011284  49.9927 310.1569 14.39621506 67667
-FUSE 1
-1 25791U 99035A   00278.13922732  .00001349  00000-0  36829-3 0  1266
-2 25791  24.9841 355.3497 0011217  31.6026 328.5162 14.39615977 67417
-FUSE 1
-1 25791U 99035A   00275.92088045 +.00001249 +00000-0 +33679-3 0 02260
-2 25791 024.9846 008.8984 0011149 008.1796 351.8898 14.39610187067097
-FUSE 1
-1 25791U 99035A   00274.88102724 +.00001183 +00000-0 +31605-3 0 01932
-2 25791 024.9847 015.2496 0011092 357.4607 002.5840 14.39607485066943
-FUSE 1
-1 25791U 99035A   00273.91049603 +.00001143 +00000-0 +30335-3 0 01587
-2 25791 024.9849 021.1778 0011061 347.4078 012.6154 14.39605252066806
-FUSE 1
-1 25791U 99035A   00272.87063947  .00001058  00000-0  27682-3 0  1258
-2 25791  24.9850  27.5285 0010951 336.1587  23.8412 14.39602697 66652
-FUSE 1
-1 25791U 99035A   00271.90010587 +.00000952 +00000-0 +24332-3 0 02019
-2 25791 024.9849 033.4553 0010904 326.2752 033.7061 14.39600291066519
-FUSE 1
-1 25791U 99035A   00270.86024700 +.00000806 +00000-0 +19727-3 0 01755
-2 25791 024.9848 039.8050 0010873 315.4400 044.5233 14.39597817066368
-FUSE 1
-1 25791U 99035A   00269.95903493 +.00000698 +00000-0 +16343-3 0 01422
-2 25791 024.9847 045.3098 0010847 305.7600 054.1897 14.39596109066238
-FUSE 1
-1 25791U 99035A   00269.19647060  .00000662  00000-0  15206-3 0  1241
-2 25791  24.9847  49.9681 0010790 297.8206  62.1208 14.39595085 66121
-FUSE 1
-1 25791U 99035A   00265.93823791 +.00000839 +00000-0 +20769-3 0 01602
-2 25791 024.9853 069.8642 0010925 262.8653 097.0612 14.39592139065654
-FUSE 1
-1 25791U 99035A   00264.89837713  .00000866  00000-0  21632-3 0  1234
-2 25791  24.9853  76.2157 0010914 251.7893 108.1424 14.39590766 65501
-FUSE 1
-1 25791U 99035A   00263.85851584 +.00000759 +00000-0 +18267-3 0 02468
-2 25791 024.9844 082.5656 0011036 240.7792 119.1611 14.39588783065356
-FUSE 1
-1 25791U 99035A   00262.95730211 +.00000987 +00000-0 +25418-3 0 02190
-2 25791 024.9843 088.0698 0011108 231.2492 128.7025 14.39588229065220
-FUSE 1
-1 25791U 99035A   00261.91744362 +.00000854 +00000-0 +21237-3 0 01903
-2 25791 024.9840 094.4417 0011199 219.5461 140.4230 14.39586929065079
-FUSE 1
-1 25791U 99035A   00260.94690555 +.00000874 +00000-0 +21887-3 0 01496
-2 25791 024.9839 100.3694 0011196 209.3232 150.6648 14.39585857064930
-FUSE 1
-1 25791U 99035A   00260.60028428  .00000895  00000-0  22526-3 0  1228
-2 25791  24.9838 102.4866 0011182 205.8154 154.1794 14.39585645 64882
-FUSE 1
-1 25791U 99035A   00257.89664249 +.00000980 +00000-0 +25207-3 0 01574
-2 25791 024.9797 119.0147 0011228 178.5341 181.5202 14.39582285064499
-FUSE 1
-1 25791U 99035A   00256.92610205 +.00001007 +00000-0 +26048-3 0 01317
-2 25791 024.9796 124.9428 0011260 168.6067 191.4699 14.39580956064354
-FUSE 1
-1 25791U 99035A   00256.57948045  .00001009  00000-0  26113-3 0  1218
-2 25791  24.9796 127.0600 0011258 164.9452 195.1394 14.39580392 64306
-FUSE 1
-1 25791U 99035A   00255.95556083 +.00001022 +00000-0 +26540-3 0 02272
-2 25791 024.9796 130.8705 0011304 158.5484 201.5503 14.39579482064212
-FUSE 1
-1 25791U 99035A   00254.91569423 +.00001012 +00000-0 +26236-3 0 01998
-2 25791 024.9795 137.2214 0011318 147.7697 212.3506 14.39577628064064
-FUSE 1
-1 25791U 99035A   00253.94515052 +.00000993 +00000-0 +25614-3 0 01704
-2 25791 024.9796 143.1491 0011353 137.8454 222.2931 14.39575858063927
-FUSE 1
-1 25791U 99035A   00252.90528132 +.00000931 +00000-0 +23692-3 0 01337
-2 25791 024.9802 149.5025 0011353 127.3223 232.8322 14.39573664063773
-FUSE 1
-1 25791U 99035A   00252.21203297  .00000929  00000-0  23624-3 0  1201
-2 25791  24.9802 153.7367 0011354 120.2792 239.8836 14.39572606 63674
-FUSE 1
-1 25791U 99035A   00250.96418540 +.00000820 +00000-0 +20171-3 0 02317
-2 25791 024.9813 161.3571 0011231 106.6703 253.5039 14.39569924063499
-FUSE 1
-1 25791U 99035A   00249.92430983 +.00000751 +00000-0 +18005-3 0 01973
-2 25791 024.9819 167.7098 0011202 095.9335 264.2451 14.39568010063344
-FUSE 1
-1 25791U 99035A   00248.95375648 +.00000728 +00000-0 +17305-3 0 01641
-2 25791 024.9822 173.6380 0011200 085.7277 274.4508 14.39566715063209
-FUSE 1
-1 25791U 99035A   00247.98320188 +.00000685 +00000-0 +15936-3 0 01204
-2 25791 024.9827 179.5664 0011177 075.4057 284.7689 14.39565289063062
-FUSE 1
-1 25791U 99035A   00247.91387641  .00000685  00000-0  15938-3 0  1194
-2 25791  24.9827 179.9897 0011176  74.6798 285.4945 14.39565219 63051
-FUSE 1
-1 25791U 99035A   00243.89298918 +.00000627 +00000-0 +14121-3 0 01217
-2 25791 024.9838 204.5495 0011279 032.6718 327.4493 14.39560964062474
-FUSE 1
-1 25791U 99035A   00243.54635985  .00000620  00000-0  13900-3 0  1181
-2 25791  24.9838 206.6661 0011299  29.0913 331.0222 14.39560578 62428
-FUSE 1
-1 25791U 99035A   00242.92242652 +.00000636 +00000-0 +14397-3 0 02524
-2 25791 024.9839 210.4766 0011308 022.5635 337.5375 14.39560193062331
-FUSE 1
-1 25791U 99035A   00241.95186248 +.00000663 +00000-0 +15237-3 0 02180
-2 25791 024.9839 216.4045 0011240 012.3907 347.6875 14.39559570062199
-FUSE 1
-1 25791U 99035A   00241.11995000 +.00000705 +00000-0 +16585-3 0 01905
-2 25791 024.9843 221.4849 0011230 004.1902 355.8697 14.39559225062072
-FUSE 1
-1 25791U 99035A   00240.14938556 +.00000715 +00000-0 +16878-3 0 01535
-2 25791 024.9843 227.4129 0011265 353.6646 006.3718 14.39558267061935
-FUSE 1
-1 25791U 99035A   00239.24814579  .00000768  00000-0  18562-3 0  1172
-2 25791  24.9851 232.9197 0011057 343.6898  16.3253 14.39557918 61800
-FUSE 1
-1 25791U 99035A   00237.16836108 +.00000937 +00000-0 +23867-3 0 01265
-2 25791 024.9852 245.6242 0010930 321.1150 038.8565 14.39556840061509
-FUSE 1
-1 25791U 99035A   00236.47509969  .00000981  00000-0  25253-3 0  1169
-2 25791  24.9852 249.8576 0010910 313.5211  46.4389 14.39556202 61406
-FUSE 1
-1 25791U 99035A   00236.12846894 +.00001006 +00000-0 +26041-3 0 02540
-2 25791 024.9853 251.9740 0010908 310.0331 049.9215 14.39555895061353
-FUSE 1
-1 25791U 99035A   00234.18733724 +.00001106 +00000-0 +29194-3 0 01914
-2 25791 024.9856 263.8291 0010929 289.3257 070.6065 14.39553537061071
-FUSE 1
-1 25791U 99035A   00233.97935917 +.00001108 +00000-0 +29254-3 0 01827
-2 25791 024.9855 265.0992 0010925 287.2111 072.7202 14.39553153061041
-FUSE 1
-1 25791U 99035A   00232.93946679 +.00001150 +00000-0 +30606-3 0 01414
-2 25791 024.9859 271.4505 0010949 275.8605 084.0653 14.39551685060899
-FUSE 1
-1 25791U 99035A   00232.24620540  .00001162  00000-0  30984-3 0  1157
-2 25791  24.9861 275.6842 0010947 268.2547  91.6703 14.39550498 60791
-FUSE 1
-1 25791U 99035A   00230.85968265 +.00001168 +00000-0 +31152-3 0 01841
-2 25791 024.9861 284.1498 0010908 253.3956 106.5351 14.39547810060596
-FUSE 1
-1 25791U 99035A   00229.88911656 +.00001173 +00000-0 +31324-3 0 01650
-2 25791 024.9862 290.0753 0010918 243.1432 116.7994 14.39545953060451
-FUSE 1
-1 25791U 99035A   00228.84922713 +.00001681 +00000-0 +47341-3 0 01392
-2 25791 024.9833 296.4467 0010541 233.3366 126.6176 14.39544754060304
-FUSE 1
-1 25791U 99035A   00228.22529183  .00001437  00000-0  39642-3 0  1145
-2 25791  24.9839 300.2597 0010660 226.7882 133.1742 14.39542247 60216
-FUSE 1
-1 25791U 99035A   00227.87866114 +.00001204 +00000-0 +32286-3 0 01748
-2 25791 024.9843 302.3743 0010672 222.4107 137.5583 14.39540549060161
-FUSE 1
-1 25791U 99035A   00226.90809209 +.00001066 +00000-0 +27935-3 0 01531
-2 25791 024.9844 308.3015 0010818 212.0864 147.8990 14.39538035060025
-FUSE 1
-1 25791U 99035A   00225.86819636 +.00000875 +00000-0 +21927-3 0 01240
-2 25791 024.9839 314.6498 0010966 200.7238 159.2827 14.39535222059879
-FUSE 1
-1 25791U 99035A   00225.59089041  .00000839  00000-0  20809-3 0  1135
-2 25791  24.9841 316.3434 0010990 198.0059 162.0059 14.39534638 59833
-FUSE 1
-1 25791U 99035A   00222.88715209 +.00000729 +00000-0 +17338-3 0 01575
-2 25791 024.9839 332.8560 0011113 170.5138 189.5580 14.39530485059440
-FUSE 1
-1 25791U 99035A   00221.91657699 +.00000732 +00000-0 +17430-3 0 01315
-2 25791 024.9840 338.7844 0011141 160.6691 199.4239 14.39529454059307
-FUSE 1
-1 25791U 99035A   00221.15398144  .00000741  00000-0  17714-3 0  1122
-2 25791  24.9839 343.4418 0011158 152.7937 207.3154 14.39528689 59199
-FUSE 1
-1 25791U 99035A   00219.90609556 +.00000787 +00000-0 +19148-3 0 01712
-2 25791 024.9839 351.0626 0011186 140.1583 219.9740 14.39527697059013
-FUSE 1
-1 25791U 99035A   00218.93551634 +.00000842 +00000-0 +20903-3 0 01383
-2 25791 024.9842 356.9905 0011221 130.2195 229.9294 14.39527076058879
-FUSE 1
-1 25791U 99035A   00218.24224392  .00000911  00000-0  23076-3 0  1117
-2 25791  24.9837   1.2239 0011126 122.7808 237.3779 14.39526803 58771
-FUSE 1
-1 25791U 99035A   00216.92502528 +.00000994 +00000-0 +25698-3 0 01359
-2 25791 024.9840 009.2668 0011090 109.2022 250.9670 14.39525666058583
-FUSE 1
-1 25791U 99035A   00215.95444232 +.00001073 +00000-0 +28173-3 0 01224
-2 25791 024.9846 015.1947 0011165 099.5630 260.6137 14.39524901058446
-FUSE 1
-1 25791U 99035A   00215.19184019  .00001121  00000-0  29713-3 0  1106
-2 25791  24.9845  19.8506 0011155  91.5631 268.6149 14.39524011 58330
-FUSE 1
-1 25791U 99035A   00213.87461582 +.00001234 +00000-0 +33255-3 0 01563
-2 25791 024.9851 027.8945 0011173 078.5475 281.6282 14.39522670058145
-FUSE 1
-1 25791U 99035A   00212.90402845 +.00001276 +00000-0 +34584-3 0 01363
-2 25791 024.9853 033.8211 0011136 068.8066 291.3628 14.39521095058004
-FUSE 1
-1 25791U 99035A   00212.14142266  .00001313  00000-0  35764-3 0  1090
-2 25791  24.9850  38.4778 0011130  60.7162 299.4447 14.39519790 57895
-FUSE 1
-1 25791U 99035A   00209.92292793 +.00001396 +00000-0 +38383-3 0 01533
-2 25791 024.9849 052.0258 0011073 037.5021 322.6251 14.39515598057579
-FUSE 1
-1 25791U 99035A   00208.95233548 +.00001473 +00000-0 +40802-3 0 01252
-2 25791 024.9837 057.9580 0011424 026.9665 333.1435 14.39514058057430
-FUSE 1
-1 25791U 99035A   00208.18972549  .00001576  00000-0  44071-3 0  1085
-2 25791  24.9833  62.6176 0011472  18.7210 341.3716 14.39512347 57328
-FUSE 1
-1 25791U 99035A   00206.94181514 +.00001511 +00000-0 +42008-3 0 01921
-2 25791 024.9854 070.2405 0011038 006.6126 353.4533 14.39509278057141
-FUSE 1
-1 25791U 99035A   00205.97121710 +.00001487 +00000-0 +41266-3 0 01685
-2 25791 024.9852 076.1701 0011017 356.2364 003.8067 14.39506509057005
-FUSE 1
-1 25791U 99035A   00204.93128816 +.00001476 +00000-0 +40903-3 0 01386
-2 25791 024.9852 082.5219 0010972 345.2641 014.7546 14.39503741056855
-FUSE 1
-1 25791U 99035A   00203.96068597 +.00001638 +00000-0 +46010-3 0 01113
-2 25791 024.9851 088.4485 0010910 335.3315 024.6669 14.39501677056711
-FUSE 1
-1 25791U 99035A   00203.89135786  .00001602  00000-0  44873-3 0  1071
-2 25791  24.9852  88.8720 0010897 334.6954  25.3042 14.39501366 56700
-FUSE 1
-1 25791U 99035A   00201.95014789 +.00001572 +00000-0 +43936-3 0 01799
-2 25791 024.9852 100.7256 0010918 312.2678 047.6911 14.39496898056421
-FUSE 1
-1 25791U 99035A   00200.97954187 +.00001738 +00000-0 +49182-3 0 01451
-2 25791 024.9852 106.6535 0010962 301.6227 058.3210 14.39494751056288
-FUSE 1
-1 25791U 99035A   00199.93960649 +.00001805 +00000-0 +51300-3 0 01117
-2 25791 024.9853 113.0050 0010969 290.2578 069.6750 14.39491667056133
-FUSE 1
-1 25791U 99035A   00199.87027750  .00001803  00000-0  51229-3 0  1069
-2 25791  24.9852 113.4283 0010971 289.5399  70.3926 14.39491421 56120
-FUSE 1
-1 25791U 99035A   00198.96900068 +.00001318 +00000-0 +35923-3 0 01266
-2 25791 024.9850 118.9330 0011332 279.9281 079.9947 14.39486512055993
-FUSE 1
-1 25791U 99035A   00198.20638092  .00001053  00000-0  27558-3 0  1056
-2 25791  24.9852 123.5922 0011255 271.8947  88.0275 14.39483842 55884
-FUSE 1
-1 25791U 99035A   00195.91851583  .00000689  00000-0  16100-3 0  1047
-2 25791  24.9847 137.5630 0011254 247.8427 112.0894 14.39478555 55558
-FUSE 1
-1 25791U 99035A   00194.94790513 +.00000622 +00000-0 +13965-3 0 02217
-2 25791 024.9845 143.4897 0011244 237.8927 122.0496 14.39476756055415
-FUSE 1
-1 25791U 99035A   00193.97729403 +.00000584 +00000-0 +12775-3 0 01820
-2 25791 024.9847 149.4236 0011293 228.1708 131.7837 14.39475391055278
-FUSE 1
-1 25791U 99035A   00192.93735201 +.00000550 +00000-0 +11684-3 0 01414
-2 25791 024.9846 155.7737 0011308 217.3578 142.6152 14.39474212055121
-FUSE 1
-1 25791U 99035A   00191.96673850 +.00000542 +00000-0 +11437-3 0 01065
-2 25791 024.9844 161.7002 0011295 207.2529 152.7388 14.39473399054981
-FUSE 1
-1 25791U 99035A   00191.89740911  .00000540  00000-0  11391-3 0  1034
-2 25791  24.9843 162.1235 0011294 206.5071 153.4866 14.39473330 54979
-FUSE 1
-1 25791U 99035A   00188.91623713 +.00000545 +00000-0 +11536-3 0 01387
-2 25791 024.9846 180.3280 0011401 175.5058 184.5555 14.39471262054549
-FUSE 1
-1 25791U 99035A   00187.94562172 +.00000562 +00000-0 +12095-3 0 01032
-2 25791 024.9848 186.2545 0011434 165.3569 194.7270 14.39470796054403
-FUSE 1
-1 25791U 99035A   00187.87629207  .00000562  00000-0  12095-3 0  1026
-2 25791  24.9848 186.6777 0011434 164.6313 195.4544 14.39470742 54394
-FUSE 1
-1 25791U 99035A   00183.57784536  .00000667  00000-0  15416-3 0  1011
-2 25791  24.9855 212.9320 0011413 120.5817 239.5821 14.39468389 53779
-FUSE 1
-1 25791U 99035A   00181.91392783 +.00000671 +00000-0 +15546-3 0 01789
-2 25791 024.9854 223.1058 0011337 102.1276 258.0499 14.39467140053535
-FUSE 1
-1 25791U 99035A   00180.87397553 +.00000700 +00000-0 +16442-3 0 01445
-2 25791 024.9852 229.4559 0011322 091.4012 268.7791 14.39466353053381
-FUSE 1
-1 25791U 99035A   00179.97268238 +.00000726 +00000-0 +17280-3 0 01057
-2 25791 024.9855 234.9604 0011315 082.3086 277.8702 14.39465677053255
-FUSE 1
-1 25791U 99035A   00179.55670036  .00000742  00000-0  17762-3 0  1002
-2 25791  24.9855 237.5004 0011277  78.2476 281.9296 14.39465389 53199
-FUSE 1
-1 25791U 99035A   00178.86339700 +.00000752 +00000-0 +18089-3 0 02381
-2 25791 024.9856 241.7337 0011290 070.9195 289.2531 14.39464704053090
-FUSE 1
-1 25791U 99035A   00177.89277115 +.00000766 +00000-0 +18548-3 0 02031
-2 25791 024.9859 247.6607 0011289 060.8540 299.3095 14.39463739052956
-FUSE 1
-1 25791U 99035A   00176.92214342 +.00000800 +00000-0 +19601-3 0 01665
-2 25791 024.9859 253.5881 0011190 051.0927 309.0575 14.39462915052810
-FUSE 1
-1 25791U 99035A   00175.88218431 +.00000816 +00000-0 +20117-3 0 01315
-2 25791 024.9862 259.9387 0011137 040.3293 319.8037 14.39461801052661
-FUSE 1
-1 25791U 99035A   00175.25820859  .00000821  00000-0  20275-3 0   993
-2 25791  24.9863 263.7490 0011148  33.8548 326.2678 14.39461054 52575
-FUSE 1
-1 25791U 99035A   00173.87159264 +.00000872 +00000-0 +21895-3 0 01978
-2 25791 024.9863 272.2156 0011038 020.3739 339.7205 14.39459774052379
-FUSE 1
-1 25791U 99035A   00172.90096122 +.00000862 +00000-0 +21562-3 0 01592
-2 25791 024.9869 278.1422 0011016 010.0480 350.0243 14.39458368052232
-FUSE 1
-1 25791U 99035A   00171.93032817 +.00000868 +00000-0 +21744-3 0 01290
-2 25791 024.9870 284.0679 0010950 359.6225 000.4272 14.39457116052091
-FUSE 1
-1 25791U 99035A   00170.95969467 +.00000873 +00000-0 +21901-3 0 01001
-2 25791 024.9872 289.9957 0010930 349.1807 010.8463 14.39455848051955
-FUSE 1
-1 25791U 99035A   00170.89036360  .00000875  00000-0  21983-3 0   989
-2 25791  24.9872 290.4190 0010916 348.4366  11.5890 14.39455786 51949
-FUSE 1
-1 25791U 99035A   00167.83979740 +.00000834 +00000-0 +20689-3 0 01244
-2 25791 024.9865 309.0441 0011049 315.9144 044.0481 14.39451106051509
-FUSE 1
-1 25791U 99035A   00166.93849291 +.00000817 +00000-0 +20146-3 0 00991
-2 25791 024.9866 314.5466 0011043 306.5008 053.4481 14.39449711051375
-FUSE 1
-1 25791U 99035A   00166.86916175  .00000816  00000-0  20127-3 0   975
-2 25791  24.9867 314.9701 0011045 305.7696  54.1782 14.39449617 51364
-FUSE 1
-1 25791U 99035A   00165.89852612 +.00001393 +00000-0 +38331-3 0 01420
-2 25791 024.9880 320.9003 0010529 293.0245 066.9309 14.39451820051226
-FUSE 1
-1 25791U 99035A   00164.92788963 +.00001058 +00000-0 +27751-3 0 01130
-2 25791 024.9900 326.8234 0010700 286.6900 073.2425 14.39448463051080
-FUSE 1
-1 25791U 99035A   00164.58123317  .00001414  00000-0  39006-3 0   960
-2 25791  24.9895 328.9405 0010608 283.0060  76.9260 14.39449353 51032
-FUSE 1
-1 25791U 99035A   00163.88792360 +.00001009 +00000-0 +26201-3 0 01988
-2 25791 024.9902 333.1737 0010422 276.0922 083.8398 14.39446429050938
-FUSE 1
-1 25791U 99035A   00162.91728936 +.00000838 +00000-0 +20810-3 0 01731
-2 25791 024.9924 339.1014 0009907 267.6684 092.2688 14.39444419050790
-FUSE                    
-1 25791U 99035A   00160.90668101  .00000585  00000-0  12820-3 0  1084
-2 25791  24.9857 351.3806 0010965 243.0464 116.8920 14.39441160 50501
-FUSE                    
-1 25791U 99035A   00159.93604429  .00000520  00000-0  10769-3 0  2088
-2 25791  24.9857 357.3078 0010932 232.6720 127.2791 14.39439999 50364
-FUSE                    
-1 25791U 99035A   00158.89607500  .00000535  00000-0  11232-3 0  1828
-2 25791  24.9859   3.6563 0011010 221.7464 138.2204 14.39439406 50216
-FUSE                    
-1 25791U 99035A   00157.92543755  .00000593  00000-0  13055-3 0  1551
-2 25791  24.9862   9.5835 0010973 212.1855 147.7986 14.39438945 50075
-FUSE                    
-1 25791U 99035A   00156.95479994  .00000684  00000-0  15953-3 0  1220
-2 25791  24.9855  15.5108 0010936 202.2301 157.7734 14.39438339 49934
-FUSE                    
-1 25791U 99035A   00153.90422121  .00000864  00000-0  21631-3 0  1165
-2 25791  24.9865  34.1388 0011133 170.3555 189.7168 14.39436079 49494
-FUSE                    
-1 25791U 99035A   00152.93358165  .00000892  00000-0  22526-3 0  1001
-2 25791  24.9870  40.0657 0011211 160.4686 199.6263 14.39435106 49358
-FUSE                    
-1 25791U 99035A   00151.96294208  .00000727  00000-0  17304-3 0  1612
-2 25791  24.9867  45.9944 0011211 149.4582 210.6578 14.39433226 49218
-FUSE 1
-1 25791U 99035A   00150.92296786 +.00000783 +00000-0 +19073-3 0 01460
-2 25791 024.9865 052.3453 0011336 140.3401 219.7938 14.39432403049060
-FUSE 1
-1 25791U 99035A   00149.95232539 +.00000829 +00000-0 +20521-3 0 01198
-2 25791 024.9864 058.2759 0011314 130.9449 229.2035 14.39431340048923
-FUSE 1
-1 25791U 99035A   00148.91235042  .00001108  00000-0  29356-3 0   921
-2 25791  24.9862  64.6309 0011392 119.2869 240.8777 14.39431427 48776
-FUSE 1
-1 25791U 99035A   00146.97105909 +.00001049 +00000-0 +27490-3 0 01217
-2 25791 024.9860 076.4928 0011034 100.1008 260.0730 14.39427312048499
-FUSE 1
-1 25791U 99035A   00145.93107729 +.00001195 +00000-0 +32101-3 0 01053
-2 25791 024.9858 082.8448 0010906 089.5878 270.5877 14.39425983048340
-FUSE 1
-1 25791U 99035A   00144.96042610 +.00001210 +00000-0 +32585-3 0 00943
-2 25791 024.9858 088.7713 0010797 079.6238 280.5487 14.39424047048201
-FUSE 1
-1 25791U 99035A   00144.89109336  .00001242  00000-0  33587-3 0   919
-2 25791  24.9856  89.1955 0010755  78.9603 281.2108 14.39424127 48199
-FUSE 1
-1 25791U 99035A   00143.92043990 +.00001286 +00000-0 +34981-3 0 01362
-2 25791 024.9853 095.1215 0010661 068.9516 291.2131 14.39422329048054
-FUSE 1
-1 25791U 99035A   00142.94978508 +.00001390 +00000-0 +38255-3 0 01224
-2 25791 024.9849 101.0495 0010673 058.3816 301.7746 14.39420789047916
-FUSE 1
-1 25791U 99035A   00141.97912863 +.00001410 +00000-0 +38914-3 0 01076
-2 25791 024.9848 106.9769 0010693 048.0107 312.1315 14.39418518047773
-FUSE 1
-1 25791U 99035A   00140.31514173  .00001395  00000-0  38437-3 0   908
-2 25791  24.9846 117.1387 0010720  30.1996 329.9129 14.39414225 47534
-FUSE 1
-1 25791U 99035A   00139.96847802 +.00001336 +00000-0 +36555-3 0 01225
-2 25791 024.9846 119.2585 0010753 026.5593 333.5472 14.39413031047485
-FUSE 1
-1 25791U 99035A   00138.30448417 +.00000986 +00000-0 +25496-3 0 01032
-2 25791 024.9849 129.4190 0010807 008.4590 351.6103 14.39408079047241
-FUSE 1
-1 25791U 99035A   00138.16581799 +.00000917 +00000-0 +23330-3 0 00989
-2 25791 024.9852 130.2683 0010800 006.3941 353.6704 14.39407532047222
-FUSE 1
-1 25791U 99035A   00137.33381884  .00000891  00000-0  22495-3 0   892
-2 25791  24.9849 135.3478 0010942 358.1038   1.9431 14.39406114 47100
-FUSE 1
-1 25791U 99035A   00137.12581947 +.00000782 +00000-0 +19067-3 0 01443
-2 25791 024.9853 136.6194 0010936 354.9891 005.0518 14.39405165047070
-FUSE 1
-1 25791U 99035A   00136.15515183 +.00000717 +00000-0 +17007-3 0 01309
-2 25791 024.9856 142.5472 0011025 344.6838 015.3341 14.39403617046937
-FUSE 1
-1 25791U 99035A   00135.11514942 +.00000688 +00000-0 +16101-3 0 01150
-2 25791 024.9856 148.8977 0011074 333.6712 026.3233 14.39402271046789
-FUSE 1
-1 25791U 99035A   00134.14447983 +.00000686 +00000-0 +16024-3 0 01019
-2 25791 024.9858 154.8255 0011141 323.3354 036.6390 14.39401238046645
-FUSE 1
-1 25791U 99035A   00133.24314397  .00000697  00000-0  16371-3 0   882
-2 25791  24.9859 160.3315 0011225 313.9280  46.0306 14.39400350 46513
-FUSE 1
-1 25791U 99035A   00132.13380598 +.00000799 +00000-0 +19602-3 0 01249
-2 25791 024.9855 167.1074 0011235 302.2916 057.6506 14.39399858046356
-FUSE 1
-1 25791U 99035A   00130.46979970 +.00000876 +00000-0 +22019-3 0 01108
-2 25791 024.9854 177.2667 0011205 284.7991 075.1274 14.39398379046117
-FUSE 1
-1 25791U 99035A   00129.42979604 +.00000935 +00000-0 +23904-3 0 00958
-2 25791 024.9855 183.6177 0011214 273.6439 086.2789 14.39397418045968
-FUSE 1
-1 25791U 99035A   00129.22179542  .00000943  00000-0  24155-3 0   878
-2 25791  24.9857 184.8897 0011260 271.3687  88.5531 14.39397203 45932
-FUSE 1
-1 25791U 99035A   00124.57644568  .00001168  00000-0  31255-3 0   864
-2 25791  24.9853 213.2548 0011424 222.2133 137.7495 14.39390992 45261
-FUSE 1
-1 25791U 99035A   00123.60577526 +.00001181 +00000-0 +31680-3 0 01291
-2 25791 024.9854 219.1824 0011455 212.1770 147.8041 14.39389176045129
-FUSE 1
-1 25791U 99035A   00122.63510361 +.00001231 +00000-0 +33248-3 0 01161
-2 25791 024.9854 225.1097 0011461 201.9716 158.0303 14.39387621044982
-FUSE 1
-1 25791U 99035A   00121.66443151 +.00001251 +00000-0 +33895-3 0 01031
-2 25791 024.9854 231.0388 0011524 192.1664 167.8570 14.39385753044847
-FUSE 1
-1 25791U 99035A   00120.69375881 +.00001261 +00000-0 +34204-3 0 00919
-2 25791 024.9855 236.9674 0011466 182.0966 177.9496 14.39383716044709
-FUSE 1
-1 25791U 99035A   00120.55509156  .00001252  00000-0  33924-3 0   859
-2 25791  24.9857 237.8165 0011446 180.8748 179.1742 14.39383343 44689
-FUSE 1
-1 25791U 99035A   00118.68307534 +.00001268 +00000-0 +34428-3 0 01247
-2 25791 024.9853 249.2479 0011337 161.2641 198.8291 14.39379290044418
-FUSE 1
-1 25791U 99035A   00117.71239774 +.00001285 +00000-0 +34957-3 0 01099
-2 25791 024.9854 255.1775 0011271 151.1573 208.9557 14.39377287044279
-FUSE 1
-1 25791U 99035A   00116.74171833 +.00001334 +00000-0 +36531-3 0 00984
-2 25791 024.9851 261.1035 0011286 140.4017 219.7326 14.39375466044138
-FUSE 1
-1 25791U 99035A   00115.77103748  .00001336  00000-0  36589-3 0   846
-2 25791  24.9850 267.0332 0011164 130.0444 230.1046 14.39373163 43997
-FUSE 1
-1 25791U 99035A   00114.80035556 +.00001323 +00000-0 +36184-3 0 01051
-2 25791 024.9850 272.9636 0011139 118.8594 241.3037 14.39370701043855
-FUSE 1
-1 25791U 99035A   00113.48299633 +.00001343 +00000-0 +36805-3 0 00918
-2 25791 024.9847 281.0129 0011026 104.5281 255.6449 14.39367716043665
-FUSE 1
-1 25791U 99035A   00112.58164220 +.00001325 +00000-0 +36244-3 0 00895
-2 25791 024.9847 286.5147 0010991 094.9470 265.2284 14.39365442043531
-FUSE 1
-1 25791U 99035A   00111.61095147  .00001385  00000-0  38153-3 0   830
-2 25791  24.9843 292.4418 0011151  84.3852 275.7943 14.39363622 43390
-FUSE 1
-1 25791U 99035A   00110.57092100 +.00001565 +00000-0 +43855-3 0 00880
-2 25791 024.9834 298.7936 0011325 073.8814 286.2937 14.39362514043241
-FUSE 1
-1 25791U 99035A   00108.62952641 +.00001728 +00000-0 +49007-3 0 00851
-2 25791 024.9828 310.6444 0011254 054.3518 305.8020 14.39358127042962
-FUSE 1
-1 25791U 99035A   00107.93616998 +.00001752 +00000-0 +49756-3 0 00843
-2 25791 024.9826 314.8766 0011241 047.0226 313.1227 14.39356131042867
-FUSE 1
-1 25791U 99035A   00107.86683435  .00001753  00000-0  49803-3 0   827
-2 25791  24.9827 315.3009 0011242  46.2771 313.8667 14.39355927 42857
-FUSE 1
-1 25791U 99035A   00105.85608578  .00002056  00000-0  59388-3 0   814
-2 25791  24.9817 327.5892 0010873  23.0273 337.0569 14.39351807 42560
-FUSE 1
-1 25791U 99035A   00104.67736936 +.00002243 +00000-0 +65292-3 0 00823
-2 25791 024.9813 334.7843 0010911 011.3549 348.7002 14.39348712042394
-FUSE 1
-1 25791U 99035A   00103.91467118 +.00002381 +00000-0 +69669-3 0 00816
-2 25791 024.9810 339.4400 0010675 002.0282 358.0252 14.39346695042287
-FUSE 1
-1 25791U 99035A   00103.01329876 +.00002405 +00000-0 +70441-3 0 01194
-2 25791 024.9809 344.9404 0010670 352.8750 007.1606 14.39342875042158
-FUSE 1
-1 25791U 99035A   00101.97324977 +.00002555 +00000-0 +75197-3 0 01137
-2 25791 024.9805 351.2909 0010643 342.0641 017.9481 14.39339226042005
-FUSE 1
-1 25791U 99035A   00101.07187295 +.00002583 +00000-0 +76093-3 0 01124
-2 25791 024.9805 356.7922 0010619 332.7422 027.2531 14.39335099041874
-FUSE 1
-1 25791U 99035A   00100.10115731 +.00002671 +00000-0 +78880-3 0 00968
-2 25791 024.9799 002.7214 0010593 322.7422 037.2356 14.39330819041734
-FUSE 1
-1 25791U 99035A   00099.13043908  .00002590  00000-0  76309-3 0   799
-2 25791  24.9798   8.6538 0010792 311.2745  48.6840 14.39325505 41593
-FUSE 1
-1 25791U 99035A   00098.09037990 +.00002445 +00000-0 +71735-3 0 00851
-2 25791 024.9802 015.0028 0010995 299.5824 060.3584 14.39319881041446
-FUSE 1
-1 25791U 99035A   00097.11965747 +.00002329 +00000-0 +68059-3 0 00815
-2 25791 024.9804 020.9278 0010970 289.9717 069.9613 14.39314724041301
-FUSE 1
-1 25791U 99035A   00096.14893064 +.00002270 +00000-0 +66193-3 0 00877
-2 25791 024.9807 026.8527 0011076 279.9873 079.9390 14.39310047041167
-FUSE 1
-1 25791U 99035A   00095.17820409 +.00002063 +00000-0 +59661-3 0 00795
-2 25791 024.9813 032.7786 0011255 270.8469 089.0777 14.39304208041025
-FUSE 1
-1 25791U 99035A   00094.20747091  .00001992  00000-0  57410-3 0   771
-2 25791  24.9816  38.7034 0011419 261.0932  98.8284 14.39299966 40887
-FUSE 1
-1 25791U 99035A   00092.19666424  .00001729  00000-0  49103-3 0   764
-2 25791  24.9822  50.9810 0011573 241.7849 118.1493 14.39290662 40595
-FUSE 1
-1 25791U 99035A   00090.18584768 +.00001549 +00000-0 +43389-3 0 00794
-2 25791 024.9830 063.2550 0011512 221.2878 138.6763 14.39283008040302
-FUSE 1
-1 25791U 99035A   00089.28444503  .00001459  00000-0  40539-3 0   755
-2 25791  24.9832  68.7566 0011380 211.8222 148.1602 14.39279719 40179
-FUSE 1
-1 25791U 99035A   00088.31370039 +.00001360 +00000-0 +37404-3 0 00961
-2 25791 024.9836 074.6816 0011423 202.4456 157.5555 14.39276438040031
-FUSE 1
-1 25791U 99035A   00088.03634565 +.00001304 +00000-0 +35643-3 0 00913
-2 25791 024.9839 076.3760 0011454 200.2734 159.7366 14.39275277039997
-FUSE 1
-1 25791U 99035A   00087.20427617 +.00001254 +00000-0 +34072-3 0 00840
-2 25791 024.9841 081.4558 0011382 191.8207 168.2033 14.39272923039870
-FUSE 1
-1 25791U 99035A   00086.23352802  .00001203  00000-0  32440-3 0   745
-2 25791  24.9842  87.3815 0011279 181.4280 178.6196 14.39270365 39731
-FUSE 1
-1 25791U 99035A   00084.22268757 +.00001077 +00000-0 +28473-3 0 00961
-2 25791 024.9845 099.6586 0011009 160.1136 199.9804 14.39265143039448
-FUSE 1
-1 25791U 99035A   00083.18259301 +.00001067 +00000-0 +28137-3 0 00832
-2 25791 024.9846 106.0081 0010977 149.2929 210.8223 14.39263170039292
-FUSE 1
-1 25791U 99035A   00082.21183569  .00001096  00000-0  29069-3 0   733
-2 25791  24.9846 111.9346 0010974 139.3047 220.8279 14.39261692 39153
-FUSE 1
-1 25791U 99035A   00081.17173683 +.00001160 +00000-0 +31097-3 0 01011
-2 25791 024.9843 118.2860 0010946 128.6797 231.4693 14.39260290039008
-FUSE 1
-1 25791U 99035A   00080.20097578 +.00001213 +00000-0 +32794-3 0 00880
-2 25791 024.9841 124.2128 0010923 118.8383 241.3214 14.39258856038864
-FUSE 1
-1 25791U 99035A   00079.23021298  .00001324  00000-0  36292-3 0   720
-2 25791  24.9837 130.1398 0010979 108.5196 251.6496 14.39257774 38722
-FUSE 1
-1 25791U 99035A   00077.21934109 +.00001513 +00000-0 +42309-3 0 00861
-2 25791 024.9829 142.4172 0010838 088.8266 271.3475 14.39254631038434
-FUSE 1
-1 25791U 99035A   00075.55516719  .00001577  00000-0  44314-3 0   711
-2 25791  24.9825 152.5756 0010789  71.5815 288.5864 14.39250628 38191
-FUSE 1
-1 25791U 99035A   00073.61362244 +.00001623 +00000-0 +45792-3 0 01149
-2 25791 024.9823 164.4274 0010664 051.3108 308.8354 14.39245491037910
-FUSE 1
-1 25791U 99035A   00072.64284711 +.00001597 +00000-0 +44979-3 0 01015
-2 25791 024.9825 170.3543 0010564 040.8844 319.2456 14.39242488037772
-FUSE 1
-1 25791U 99035A   00071.67206979 +.00001573 +00000-0 +44222-3 0 00864
-2 25791 024.9826 176.2815 0010546 030.4691 329.6435 14.39239518037632
-FUSE 1
-1 25791U 99035A   00070.56260671  .00001532  00000-0  42912-3 0   702
-2 25791  24.9828 183.0544 0010529  18.3343 341.7543 14.39236091 37479
-FUSE 1
-1 25791U 99035A   00068.69038219 +.00001413 +00000-0 +39162-3 0 00952
-2 25791 024.9834 194.4830 0010533 358.2154 001.8316 14.39230155037209
-FUSE 1
-1 25791U 99035A   00067.71959612 +.00001335 +00000-0 +36691-3 0 00815
-2 25791 024.9838 200.4095 0010552 347.4671 012.5574 14.39227138037065
-FUSE 1
-1 25791U 99035A   00066.74880810  .00001316  00000-0  36063-3 0   698
-2 25791  24.9838 206.3364 0010621 337.4200  22.5842 14.39224685 36920
-FUSE 1
-1 25791U 99035A   00065.77801832 +.00001263 +00000-0 +34378-3 0 00998
-2 25791 024.9841 212.2629 0010676 326.5841 033.3993 14.39222062036782
-FUSE 1
-1 25791U 99035A   00064.80722849 +.00001189 +00000-0 +32036-3 0 00830
-2 25791 024.9845 218.1911 0010778 316.3193 043.6474 14.39219324036645
-FUSE 1
-1 25791U 99035A   00063.76709448 +.00001101 +00000-0 +29240-3 0 00718
-2 25791 024.9849 224.5412 0010871 305.4534 054.4961 14.39216487036499
-FUSE 1
-1 25791U 99035A   00063.55906739  .00001088  00000-0  28832-3 0   683
-2 25791  24.9850 225.8120 0010913 303.1719  56.7740 14.39215991 36464
-FUSE 1
-1 25791U 99035A   00061.82550819 +.00000982 +00000-0 +25477-3 0 00960
-2 25791 024.9855 236.3933 0010864 286.6270 073.3045 14.39211998036219
-FUSE 1
-1 25791U 99035A   00060.85471378 +.00000901 +00000-0 +22923-3 0 00845
-2 25791 024.9863 242.3201 0010848 276.7178 083.2098 14.39209859036077
-FUSE 1
-1 25791U 99035A   00059.88391871  .00000826  00000-0  20540-3 0   675
-2 25791  24.9869 248.2490 0010930 267.1229  92.8030 14.39207865 35932
-FUSE 1
-1 25791U 99035A   00058.91312284 +.00000781 +00000-0 +19097-3 0 00977
-2 25791 024.9873 254.1768 0010925 257.3125 102.6165 14.39206249035799
-FUSE 1
-1 25791U 99035A   00057.94232639 +.00000728 +00000-0 +17411-3 0 00816
-2 25791 024.9875 260.1056 0011055 247.8021 112.1316 14.39204614035655
-FUSE 1
-1 25791U 99035A   00056.62481384 +.00000758 +00000-0 +18375-3 0 00670
-2 25791 024.9875 268.1502 0011129 234.2119 125.7313 14.39203424035463
-FUSE 1
-1 25791U 99035A   00055.86204329  .00000793  00000-0  19497-3 0   661
-2 25791  24.9873 272.8046 0011161 226.1863 133.7679 14.39202825 35354
-FUSE 1
-1 25791U 99035A   00054.68321769 +.00000848 +00000-0 +21235-3 0 01001
-2 25791 024.9871 279.9967 0011112 213.5611 146.4207 14.39201763035188
-FUSE 1
-1 25791U 99035A   00053.98979045 +.00000850 +00000-0 +21296-3 0 00974
-2 25791 024.9870 284.2284 0011076 206.2727 153.7221 14.39200822035085
-FUSE 1
-1 25791U 99035A   00053.01899083 +.00000935 +00000-0 +24004-3 0 00830
-2 25791 024.9867 290.1552 0011204 196.3192 163.6959 14.39200205034940
-FUSE 1
-1 25791U 99035A   00052.04819115 +.00000994 +00000-0 +25875-3 0 00719
-2 25791 024.9868 296.0811 0011283 186.4833 173.5531 14.39199236034805
-FUSE 1
-1 25791U 99035A   00051.90950592  .00000987  00000-0  25647-3 0   650
-2 25791  24.9870 296.9294 0011270 185.1807 174.8586 14.39198964 34783
-FUSE 1
-1 25791U 99035A   00048.85841520  .00001297  00000-0  35475-3 0   644
-2 25791  24.9866 315.5528 0011618 154.5181 205.5896 14.39195818 34340
-FUSE 1
-1 25791U 99035A   00048.09564157 +.00001343 +00000-0 +36946-3 0 01229
-2 25791 024.9864 320.2075 0011655 146.8674 213.2566 14.39194413034238
-FUSE 1
-1 25791U 99035A   00047.12483713 +.00001391 +00000-0 +38482-3 0 01095
-2 25791 024.9864 326.1324 0011683 137.2771 222.8642 14.39192494034095
-FUSE 1
-1 25791U 99035A   00046.15403192 +.00001360 +00000-0 +37483-3 0 00949
-2 25791 024.9866 332.0573 0011665 127.2938 232.8638 14.39189972033950
-FUSE 1
-1 25791U 99035A   00045.18322419 +.00001296 +00000-0 +35475-3 0 00793
-2 25791 024.9869 337.9835 0011586 117.6016 242.5669 14.39187410033812
-FUSE 1
-1 25791U 99035A   00044.21241546  .00001146  00000-0  30690-3 0   638
-2 25791  24.9869 343.9091 0011473 107.1762 253.0006 14.39184536 33672
-FUSE 1
-1 25791U 99035A   00042.20144618 +.00000911 +00000-0 +23237-3 0 00758
-2 25791 024.9867 356.1818 0011249 085.1954 274.9841 14.39179242033387
-FUSE 1
-1 25791U 99035A   00041.92407140  .00000833  00000-0  20764-3 0   629
-2 25791  24.9866 357.8759 0011123  81.8578 278.3201 14.39178018 33348
-FUSE 1
-1 25791U 99035A   00041.16128579 +.00000812 +00000-0 +20105-3 0 01066
-2 25791 024.9865 002.5305 0011143 073.4503 286.7237 14.39176773033231
-FUSE 1
-1 25791U 99035A   00040.19046659 +.00000730 +00000-0 +17515-3 0 00919
-2 25791 024.9864 008.4561 0011054 062.5359 297.6273 14.39174760033097
-FUSE 1
-1 25791U 99035A   00038.31816651  .00000622  00000-0  14075-3 0   612
-2 25791  24.9860  19.8837 0010946  41.9661 318.1684 14.39171741 32822
-FUSE 1
-1 25791U 99035A   00035.19765343 +.00000599 +00000-0 +13337-3 0 00754
-2 25791 024.9862 038.9297 0010966 008.7816 351.2878 14.39168833032372
-FUSE 1
-1 25791U 99035A   00034.22682512  .00000609  00000-0  13670-3 0   609
-2 25791  24.9863  44.8546 0010985 358.5324   1.5150 14.39168123 32232
-FUSE 1
-1 25791U 99035A   00033.18665576 +.00000568 +00000-0 +12356-3 0 01126
-2 25791 024.9855 051.2265 0011261 347.2812 012.7409 14.39167162032084
-FUSE 1
-1 25791U 99035A   00032.21582678 +.00000591 +00000-0 +13078-3 0 00970
-2 25791 024.9855 057.1532 0011294 337.1761 022.8245 14.39166555031942
-FUSE 1
-1 25791U 99035A   00031.17565214 +.00000642 +00000-0 +14694-3 0 00805
-2 25791 024.9852 063.5033 0011303 326.2800 033.6988 14.39166094031795
-FUSE 1
-1 25791U 99035A   00030.20482266 +.00000686 +00000-0 +16093-3 0 00659
-2 25791 024.9850 069.4311 0011343 315.6598 044.3015 14.39165560031659
-FUSE 1
-1 25791U 99035A   00029.44202816  .00000689  00000-0  16196-3 0   594
-2 25791  24.9849  74.0872 0011363 307.3743  52.5733 14.39164796 31549
-FUSE 1
-1 25791U 99035A   00027.43102888  .00000569  00000-0  18032-3 0   586
-2 25791  24.9851  86.3260 0010521 286.4177  73.5622 14.39162573 31251
-FUSE 1
-1 25791U 99035A   00025.55871179  .00000869  00000-0  21924-3 0   579
-2 25791  24.9844  97.7947 0011481 266.0116  93.9082 14.39161817 30989
-FUSE 1
-1 25791U 99035A   00023.61705451 +.00000924 +00000-0 +23647-3 0 00872
-2 25791 024.9842 109.6465 0011662 245.5194 114.4098 14.39159561030703
-FUSE 1
-1 25791U 99035A   00022.57688135 +.00000962 +00000-0 +24873-3 0 00723
-2 25791 024.9839 115.9974 0011736 234.7227 125.2184 14.39158302030554
-FUSE 1
-1 25791U 99035A   00022.29950177 +.00001003 +00000-0 +26163-3 0 00619
-2 25791 024.9838 117.6930 0011736 231.8231 128.1224 14.39158246030517
-FUSE 1
-1 25791U 99035A   00021.53670825  .00000998  00000-0  26013-3 0   564
-2 25791  24.9840 122.3487 0011792 223.8474 136.1104 14.39156968 30405
-FUSE 1
-1 25791U 99035A   00020.42719000 +.00000962 +00000-0 +24860-3 0 00907
-2 25791 024.9842 129.1211 0011913 212.6223 147.3555 14.39154882030249
-FUSE 1
-1 25791U 99035A   00019.66439581 +.00000966 +00000-0 +24995-3 0 00839
-2 25791 024.9840 133.7768 0011844 204.5957 155.3985 14.39153669030138
-FUSE 1
-1 25791U 99035A   00018.62422196 +.00000928 +00000-0 +23794-3 0 00696
-2 25791 024.9842 140.1276 0011782 194.0350 165.9832 14.39151690029988
-FUSE 1
-1 25791U 99035A   00017.44535596  .00000854  00000-0  21447-3 0   550
-2 25791  24.9848 147.3221 0011810 182.6957 177.3499 14.39149382 29814
-FUSE 1
-1 25791U 99035A   00014.53285856  .00000615  00000-0  13854-3 0   545
-2 25791  24.9856 165.1015 0011407 153.4049 206.7053 14.39143679 29391
-FUSE 1
-1 25791U 99035A   00013.56202232 +.00000571 +00000-0 +12445-3 0 00786
-2 25791 024.9857 171.0254 0011318 143.0152 217.1149 14.39142418029251
-FUSE 1
-1 25791U 99035A   00012.72987589 +.00000562 +00000-0 +12183-3 0 00732
-2 25791 024.9854 176.1050 0011284 133.7108 226.4334 14.39141611029137
-FUSE 1
-1 25791U 99035A   00011.62034564 +.00000527 +00000-0 +11055-3 0 00633
-2 25791 024.9855 182.8750 0011249 121.8036 238.3572 14.39140431028974
-FUSE 1
-1 25791U 99035A   00010.71885112 +.00000512 +00000-0 +10577-3 0 00569
-2 25791 024.9854 188.3761 0011274 111.8566 248.3147 14.39139621028845
-FUSE 1
-1 25791U 99035A   00009.88670072  .00000501  00000-0  10250-3 0   535
-2 25791  24.9854 193.4536 0011262 103.0112 257.1659 14.39138969 28726
-FUSE 1
-1 25791U 99035A   00006.83547797  .00000337  00000-0  10675-3 0   521
-2 25791  24.9869 212.0479 0011133  74.0467 286.1742 14.39136665 28280
-FUSE 1
-1 25791U 99035A   00005.93397487 +.00000522 +00000-0 +10899-3 0 00546
-2 25791 024.9856 217.5808 0011349 060.5895 299.5747 14.39136473028152
-FUSE 1
-1 25791U 99035A   00005.86462875  .00000520  00000-0  10857-3 0   511
-2 25791  24.9857 218.0047 0011344  59.7788 300.3845 14.39136413 28143
-FUSE 1
-1 25791U 99035A   00004.96312675 +.00000518 +00000-0 +10767-3 0 01139
-2 25791 024.9860 223.5077 0011297 050.2547 309.8954 14.39135812028010
-FUSE 1
-1 25791U 99035A   00003.99227761 +.00000520 +00000-0 +10842-3 0 00981
-2 25791 024.9861 229.4342 0011263 039.8658 320.2678 14.39135178027878
-FUSE 1
-1 25791U 99035A   00003.02142715 +.00000562 +00000-0 +12179-3 0 00835
-2 25791 024.9860 235.3606 0011286 029.7368 330.3779 14.39134850027732
-FUSE 1
-1 25791U 99035A   00001.98122961 +.00000601 +00000-0 +13433-3 0 00657
-2 25791 024.9860 241.7105 0011303 018.8712 341.2214 14.39134376027580
-FUSE 1
-1 25791U 99035A   00001.01037721  .00000666  00000-0  15478-3 0   506
-2 25791  24.9859 247.6366 0011281   8.7106 351.3596 14.39134101 27448
-FUSE 1
-1 25791U 99035A   99363.09781835  .00000899  00000-0  22901-3 0   490
-2 25791  24.9851 265.4129 0011197 338.4602  21.5436 14.39132626 27028
-FUSE 1
-1 25791U 99035A   99362.12696497 +.00000961 +00000-0 +24848-3 0 00922
-2 25791 024.9849 271.3386 0011184 327.9746 032.0084 14.39131724026881
-FUSE 1
-1 25791U 99035A   99361.15611130 +.00001034 +00000-0 +27194-3 0 00799
-2 25791 024.9846 277.2653 0011182 317.4471 042.5171 14.39130801026740
-FUSE 1
-1 25791U 99035A   99360.11591130 +.00001087 +00000-0 +28861-3 0 00623
-2 25791 024.9844 283.6152 0011205 306.4053 053.5421 14.39129438026590
-FUSE 1
-1 25791U 99035A   99359.14505772  .00001123  00000-0  30012-3 0   487
-2 25791  24.9844 289.5405 0011210 296.0081  63.9276 14.39127971 26455
-FUSE 1
-1 25791U 99035A   99357.20334989 +.00001185 +00000-0 +31974-3 0 00927
-2 25791 024.9845 301.3934 0011276 275.1736 084.7487 14.39124778026179
-FUSE 1
-1 25791U 99035A   99355.19229507 +.00001143 +00000-0 +30633-3 0 00589
-2 25791 024.9845 313.6688 0011427 254.6519 105.2727 14.39120370025887
-FUSE 1
-1 25791U 99035A   99354.91490853  .00001110  00000-0  29599-3 0   473
-2 25791  24.9845 315.3629 0011470 251.8385 108.0875 14.39119513 25847
-FUSE 1
-1 25791U 99035A   99354.15209340 +.00001101 +00000-0 +29307-3 0 01038
-2 25791 024.9845 320.0181 0011509 244.1536 115.7785 14.39117975025732
-FUSE 1
-1 25791U 99035A   99353.18123792 +.00001083 +00000-0 +28726-3 0 00881
-2 25791 024.9845 325.9428 0011452 234.1361 125.8092 14.39115978025590
-FUSE 1
-1 25791U 99035A   99352.21038154 +.00001042 +00000-0 +27447-3 0 00762
-2 25791 024.9843 331.8688 0011469 224.5539 135.4048 14.39113821025458
-FUSE 1
-1 25791U 99035A   99351.17017792 +.00000973 +00000-0 +25237-3 0 00577
-2 25791 024.9847 338.2189 0011485 214.2213 145.7558 14.39111421025300
-FUSE 1
-1 25791U 99035A   99350.33801333  .00000951  00000-0  24529-3 0   463
-2 25791  24.9846 343.2967 0011487 205.5729 154.4211 14.39109889 25180
-FUSE 1
-1 25791U 99035A   99350.19931958 +.00000933 +00000-0 +23956-3 0 00962
-2 25791 024.9848 344.1445 0011512 204.4239 155.5731 14.39109519025163
-FUSE 1
-1 25791U 99035A   99348.39629426 +.00000823 +00000-0 +20475-3 0 00865
-2 25791 024.9849 355.1452 0011441 185.7566 174.2811 14.39105974024908
-FUSE 1
-1 25791U 99035A   99348.18825288 +.00000798 +00000-0 +19683-3 0 00787
-2 25791 024.9851 356.4159 0011443 183.9954 176.0469 14.39105492024872
-FUSE 1
-1 25791U 99035A   99347.21739099 +.00000760 +00000-0 +18478-3 0 00593
-2 25791 024.9852 002.3410 0011413 174.2811 185.7832 14.39103915024736
-FUSE 1
-1 25791U 99035A   99346.24652782  .00000754  00000-0  18291-3 0   459
-2 25791  24.9852   8.2668 0011377 164.2548 195.8318 14.39102692 24597
-FUSE 1
-1 25791U 99035A   99344.23544964 +.00000756 +00000-0 +18345-3 0 00821
-2 25791 024.9851 020.5393 0011315 143.9081 216.2195 14.39100353024308
-FUSE 1
-1 25791U 99035A   99343.19523523 +.00000758 +00000-0 +18405-3 0 00642
-2 25791 024.9849 026.8884 0011251 133.1541 226.9914 14.39099103024150
-FUSE 1
-1 25791U 99035A   99342.15501899 +.00000788 +00000-0 +19383-3 0 00479
-2 25791 024.9847 033.2384 0011205 122.0799 238.0799 14.39098132024006
-FUSE 1
-1 25791U 99035A   99341.53088842  .00000788  00000-0  19382-3 0   444
-2 25791  24.9847  37.0461 0011204 115.5981 244.5688 14.39097368 23911
-FUSE 1
-1 25791U 99035A   99341.18414898 +.00000797 +00000-0 +19666-3 0 00927
-2 25791 024.9845 039.1646 0011110 111.9666 248.2014 14.39096976023865
-FUSE 1
-1 25791U 99035A   99340.21327751 +.00000821 +00000-0 +20422-3 0 00796
-2 25791 024.9844 045.0894 0011092 101.8687 258.3063 14.39095956023723
-FUSE 1
-1 25791U 99035A   99339.24240445 +.00000860 +00000-0 +21656-3 0 00626
-2 25791 024.9842 051.0146 0011088 091.5490 268.6286 14.39094994023586
-FUSE 1
-1 25791U 99035A   99337.57804728 +.00000910 +00000-0 +23264-3 0 00454
-2 25791 024.9838 061.1710 0011103 073.9223 286.2502 14.39093024023340
-FUSE 1
-1 25791U 99035A   99337.50869901  .00000916  00000-0  23465-3 0   438
-2 25791  24.9838  61.5940 0011123  73.3216 286.8513 14.39092988 23332
-FUSE 1
-1 25791U 99035A   99336.53782164 +.00000978 +00000-0 +25413-3 0 00775
-2 25791 024.9835 067.5184 0011185 063.0696 297.0953 14.39091962023198
-FUSE 1
-1 25791U 99035A   99335.91368480 +.00001057 +00000-0 +27938-3 0 00668
-2 25791 024.9832 071.3272 0011211 056.4491 303.7082 14.39091557023104
-FUSE 1
-1 25791U 99035A   99334.66541084 +.00001103 +00000-0 +29413-3 0 00563
-2 25791 024.9829 078.9441 0011175 043.3897 316.7490 14.39089668022921
-FUSE 1
-1 25791U 99035A   99333.55583168  .00001182  00000-0  31912-3 0   428
-2 25791  24.9828  85.7150 0011228  31.8546 328.2638 14.39088163 22768
-FUSE 1
-1 25791U 99035A   99332.72364624 +.00001252 +00000-0 +34147-3 0 00926
-2 25791 024.9822 090.7928 0011318 023.1121 336.9895 14.39086934022646
-FUSE 1
-1 25791U 99035A   99330.71252915 +.00001370 +00000-0 +37884-3 0 00621
-2 25791 024.9815 103.0720 0011456 002.2762 357.7803 14.39083149022351
-FUSE 1
-1 25791U 99035A   99330.01903979 +.00001341 +00000-0 +36977-3 0 00515
-2 25791 024.9813 107.3056 0011522 355.0936 004.9469 14.39081189022254
-FUSE 1
-1 25791U 99035A   99329.53359692  .00001309  00000-0  35954-3 0   414
-2 25791  24.9818 110.2720 0011533 349.7266  10.3016 14.39079811 22188
-FUSE 1
-1 25791U 99035A   99328.00791539 +.00001217 +00000-0 +33021-3 0 00742
-2 25791 024.9820 119.5846 0011565 334.1745 025.8190 14.39075614021963
-FUSE 1
-1 25791U 99035A   99326.82897714 +.00001154 +00000-0 +31024-3 0 00585
-2 25791 024.9826 126.7842 0011751 321.2678 038.6990 14.39072676021790
-FUSE 1
-1 25791U 99035A   99325.51133788  .00001054  00000-0  27855-3 0   401
-2 25791  24.9847 134.8467 0011912 304.6034  55.3277 14.39069633 21609
-FUSE 1
-1 25791U 99035A   99322.80670431 +.00001256 +00000-0 +34276-3 0 00411
-2 25791 024.9836 151.3552 0012041 275.3401 084.5737 14.39066077021213
-FUSE 1
-1 25791U 99035A   99321.62776187 +.00001252 +00000-0 +34139-3 0 00408
-2 25791 024.9837 158.5475 0012055 262.9443 096.9715 14.39063501021043
-FUSE 1
-1 25791U 99035A   99320.79556237  .00001252  00000-0  34144-3 0   391
-2 25791  24.9836 163.6246 0012002 254.4359 105.4616 14.39061664 20929
-FUSE 1
-1 25791U 99035A   99318.99247388 +.00001603 +00000-0 +45300-3 0 00424
-2 25791 024.9830 174.6225 0011785 234.5772 125.3639 14.39059706020668
-FUSE 1
-1 25791U 99035A   99318.85377493  .00001636  00000-0  46351-3 0   388
-2 25791  24.9833 175.4706 0011739 232.8226 127.1216 14.39059600 20640
-FUSE 1
-1 25791U 99035A   99316.98133499  .00000949  00000-0  24506-3 0   379
-2 25791  24.9842 186.9003 0011834 213.5350 146.4412 14.39050830 20375
-FUSE 1
-1 25791U 99035A   99316.77328072  .00000093  00000-0 -27298-4 0   361
-2 25791  24.9851 188.1733 0012103 214.4787 145.4516 14.39045117 20346
-FUSE 1
-1 25791U 99035A   99316.01043130  .00001289  00000-0  35317-3 0   353
-2 25791  24.9823 192.8263 0011574 206.8856 153.1047 14.39050776 20238
-FUSE 1
-1 25791U 99035A   99314.06863125 +.00000807 +00000-0 +19978-3 0 00675
-2 25791 024.9828 204.6728 0011620 187.0114 173.0230 14.39045484019952
-FUSE 1
-1 25791U 99035A   99313.09772812 +.00000806 +00000-0 +19960-3 0 00668
-2 25791 024.9828 210.5953 0011621 176.8561 183.2018 14.39044261019815
-FUSE 1
-1 25791U 99035A   99312.12682443 +.00000807 +00000-0 +20004-3 0 00607
-2 25791 024.9830 216.5187 0011630 166.7136 193.3684 14.39043064019674
-FUSE 1
-1 25791U 99035A   99311.08656905 +.00000824 +00000-0 +20537-3 0 00492
-2 25791 024.9827 222.8664 0011566 156.1383 203.9662 14.39041822019523
-FUSE 1
-1 25791U 99035A   99310.11566272  .00000873  00000-0  22108-3 0   346
-2 25791  24.9823 228.7931 0011439 146.3502 213.7733 14.39040863 19380
-FUSE 1
-1 25791U 99035A   99309.14475480 +.00000912 +00000-0 +23325-3 0 00624
-2 25791 024.9823 234.7169 0011382 136.4568 223.6834 14.39039788019240
-FUSE 1
-1 25791U 99035A   99308.17384628 +.00000917 +00000-0 +23509-3 0 00594
-2 25791 024.9823 240.6396 0011384 126.3110 233.8450 14.39038400019103
-FUSE 1
-1 25791U 99035A   99307.20293604 +.00000929 +00000-0 +23900-3 0 00509
-2 25791 024.9824 246.5634 0011348 116.2606 243.9068 14.39037064018967
-FUSE 1
-1 25791U 99035A   99306.16267374 +.00000901 +00000-0 +22981-3 0 00427
-2 25791 024.9827 252.9105 0011294 105.3472 254.8283 14.39035306018815
-FUSE 1
-1 25791U 99035A   99305.26111145  .00000880  00000-0  22322-3 0   336
-2 25791  24.9828 258.4108 0011278  95.9573 264.2230 14.39033878 18682
-FUSE 1
-1 25791U 99035A   99302.14030694 +.00000777 +00000-0 +19052-3 0 00420
-2 25791 024.9830 277.4546 0011155 063.6998 296.4659 14.39029030018237
-FUSE 1
-1 25791U 99035A   99301.23873747  .00000793  00000-0  19553-3 0   326
-2 25791  24.9829 282.9548 0011144  54.1449 306.0093 14.39027991 18102
-FUSE 1
-1 25791U 99035A   99300.19846426 +.00000688 +00000-0 +16220-3 0 00785
-2 25791 024.9829 289.3031 0011097 042.8698 317.2674 14.39026119017959
-FUSE 1
-1 25791U 99035A   99299.15818884 +.00000714 +00000-0 +17059-3 0 00607
-2 25791 024.9835 295.6560 0010854 031.9536 328.1631 14.39025229017802
-FUSE 1
-1 25791U 99035A   99298.11791199 +.00000847 +00000-0 +21277-3 0 00447
-2 25791 024.9832 302.0031 0010894 020.7345 339.3596 14.39024199017655
-FUSE 1
-1 25791U 99035A   99297.21633808  .00000871  00000-0  22050-3 0   312
-2 25791  24.9833 307.5043 0010887  10.9937 349.0810 14.39022966 17522
-FUSE 1
-1 25791U 99035A   99295.27448293 +.00000936 +00000-0 +24130-3 0 00647
-2 25791 024.9834 319.3563 0010756 350.0772 009.9521 14.39020654017243
-FUSE 1
-1 25791U 99035A   99294.16484983 +.00001000 +00000-0 +26157-3 0 00453
-2 25791 024.9829 326.1256 0010800 338.5647 021.4408 14.39019299017082
-FUSE 1
-1 25791U 99035A   99293.19392082  .00001020  00000-0  26791-3 0   303
-2 25791  24.9828 332.0506 0010781 328.4327  31.5533 14.39017852 16944
-FUSE 1
-1 25791U 99035A   99292.77780736 +.00001020 +00000-0 +26806-3 0 00883
-2 25791 024.9827 334.5890 0010781 324.0963 035.8778 14.39017148016883
-FUSE 1
-1 25791U 99035A   99292.15363794 +.00001076 +00000-0 +28568-3 0 00761
-2 25791 024.9826 338.3998 0010857 316.4441 043.5205 14.39016547016796
-FUSE 1
-1 25791U 99035A   99291.18270908 +.00001062 +00000-0 +28130-3 0 00587
-2 25791 024.9822 344.3280 0011053 306.1106 053.8378 14.39014543016650
-FUSE 1
-1 25791U 99035A   99289.51825652 +.00001008 +00000-0 +26405-3 0 00430
-2 25791 024.9823 354.4815 0011076 288.6058 071.3246 14.39011177016415
-FUSE 1
-1 25791U 99035A   99288.47797288  .00000951  00000-0  24613-3 0   296
-2 25791  24.9826   0.8275 0011076 277.4591  82.4657 14.39009052 16269
-FUSE 1
-1 25791U 99035A   99286.88287063 +.00000861 +00000-0 +21717-3 0 00634
-2 25791 024.9828 010.5602 0011200 260.5300 099.3940 14.39005892016038
-FUSE 1
-1 25791U 99035A   99285.49582403 +.00000795 +00000-0 +19630-3 0 00486
-2 25791 024.9830 019.0217 0011238 246.2842 113.6491 14.39003480015839
-FUSE 1
-1 25791U 99035A   99284.66359563 +.00000761 +00000-0 +18552-3 0 00398
-2 25791 024.9832 024.0989 0011221 237.5271 122.4154 14.39002187015718
-FUSE 1
-1 25791U 99035A   99283.97007305  .00000754  00000-0  18327-3 0   285
-2 25791  24.9830  28.3293 0011217 230.2490 129.7115 14.39001280 15618
-FUSE 1
-1 25791U 99035A   99280.71050717 +.00000608 +00000-0 +13659-3 0 00426
-2 25791 024.9832 048.2231 0011233 196.9935 163.0195 14.38996802015142
-FUSE 1
-1 25791U 99035A   99280.01698155 +.00000604 +00000-0 +13553-3 0 00286
-2 25791 024.9831 052.4539 0011244 189.6758 170.3528 14.38996155015044
-FUSE 1
-1 25791U 99035A   99279.73957122  .00000606  00000-0  13609-3 0   278
-2 25791  24.9833  54.1486 0011318 187.2744 172.7600 14.38995976 15000
-FUSE 1
-1 25791U 99035A   99278.76863587 +.00000623 +00000-0 +14143-3 0 00780
-2 25791 024.9828 060.0769 0011243 177.0793 182.9783 14.38995168014863
-FUSE 1
-1 25791U 99035A   99278.07510995 +.00000624 +00000-0 +14185-3 0 00637
-2 25791 024.9826 064.3088 0011169 169.6029 190.4711 14.38994496014765
-FUSE 1
-1 25791U 99035A   99276.75740903 +.00000633 +00000-0 +14460-3 0 00461
-2 25791 024.9823 072.3487 0011129 155.6892 204.4141 14.38993316014575
-FUSE 1
-1 25791U 99035A   99276.47999801 +.00000694 +00000-0 +16404-3 0 00358
-2 25791 024.9818 074.0450 0011207 153.0078 207.1024 14.38993598014531
-FUSE 1
-1 25791U 99035A   99275.57841241  .00000671  00000-0  15672-3 0   263
-2 25791  24.9819  79.5451 0011185 143.2379 216.8904 14.38992466 14406
-FUSE 1
-1 25791U 99035A   99272.59623714 +.00000619 +00000-0 +14032-3 0 00288
-2 25791 024.9821 097.7456 0010986 112.1476 248.0207 14.38989140013976
-FUSE 1
-1 25791U 99035A   99271.83335507 +.00000694 +00000-0 +16423-3 0 00261
-2 25791 024.9829 102.4180 0011115 105.0840 255.0961 14.38989289013860
-FUSE 1
-1 25791U 99035A   99270.93176357  .00000625  00000-0  14212-3 0   254
-2 25791  24.9833 107.9206 0010968  96.2277 263.9501 14.38987831 13739
-FUSE 1
-1 25791U 99035A   99269.82210754 +.00000624 +00000-0 +14194-3 0 00270
-2 25791 024.9836 114.6962 0010511 085.3632 274.8041 14.38987014013579
-FUSE 1
-1 25791U 99035A   99268.64310209 +.00000665 +00000-0 +15491-3 0 00260
-2 25791 024.9835 121.8881 0010538 073.0440 287.1349 14.38986259013408
-FUSE 1
-1 25791U 99035A   99267.88021393 +.00000624 +00000-0 +14182-3 0 00258
-2 25791 024.9836 126.5415 0010795 065.0791 295.0869 14.38985118013294
-FUSE 1
-1 25791U 99035A   99266.90926343  .00000583  00000-0  12888-3 0   243
-2 25791  24.9837 132.4642 0010750  54.8710 305.2813 14.38983972 13155
-FUSE 1
-1 25791U 99035A   99266.00766538 +.00000570 +00000-0 +12480-3 0 00561
-2 25791 024.9838 137.9635 0010739 045.4550 314.6838 14.38983153013021
-FUSE 1
-1 25791U 99035A   99265.03671293 +.00000579 +00000-0 +12751-3 0 00498
-2 25791 024.9838 143.8883 0010767 035.0894 325.0328 14.38982440012880
-FUSE 1
-1 25791U 99035A   99264.06575950 +.00000540 +00000-0 +11503-3 0 00439
-2 25791 024.9841 149.8130 0010718 024.5892 335.5124 14.38981393012743
-FUSE 1
-1 25791U 99035A   99263.09480512 +.00000542 +00000-0 +11581-3 0 00315
-2 25791 024.9841 155.7371 0010726 014.3641 345.7173 14.38980695012600
-FUSE 1
-1 25791U 99035A   99262.88674378  .00000509  00000-0  10546-3 0   230
-2 25791  24.9842 157.0081 0010731  11.7394 348.3365 14.38980270 12573
-FUSE 1
-1 25791U 99035A   99260.11258537 +.00000453 +00000-0 +87384-4 0 00502
-2 25791 024.9841 173.9362 0010893 342.6831 017.3307 14.38977970012170
-FUSE 1
-1 25791U 99035A   99259.07227521 +.00000447 +00000-0 +85573-4 0 00347
-2 25791 024.9841 180.2856 0010956 331.9610 028.0309 14.38977330012020
-FUSE 1
-1 25791U 99035A   99258.17067241  .00000427  00000-0  79225-4 0   220
-2 25791  24.9841 185.7874 0011007 322.1366  37.8369 14.38976734 11893
-FUSE 1
-1 25791U 99035A   99256.15940484 +.00000459 +00000-0 +89377-4 0 00465
-2 25791 024.9843 198.0620 0011104 300.6420 059.2997 14.38975981011608
-FUSE 1
-1 25791U 99035A   99255.18844792 +.00000499 +00000-0 +10205-3 0 00357
-2 25791 024.9841 203.9868 0011170 290.1305 069.8003 14.38975748011464
-FUSE 1
-1 25791U 99035A   99254.21749084  .00000578  00000-0  12715-3 0   219
-2 25791  24.9838 209.9117 0011276 279.5024  80.4212 14.38975778 11328
-FUSE 1
-1 25791U 99035A   99252.13687317 +.00000703 +00000-0 +16695-3 0 00422
-2 25791 024.9838 222.6085 0011253 257.6029 102.3226 14.38974995011027
-FUSE 1
-1 25791U 99035A   99251.16591877 +.00000740 +00000-0 +17891-3 0 00306
-2 25791 024.9838 228.5342 0011361 247.5654 112.3649 14.38974264010882
-FUSE 1
-1 25791U 99035A   99250.33367230  .00000790  00000-0  19473-3 0   200
-2 25791  24.9836 233.6120 0011410 238.7623 121.1773 14.38973707 10768
-FUSE 1
-1 25791U 99035A   99250.12561055 +.00000806 +00000-0 +20003-3 0 00780
-2 25791 024.9837 234.8822 0011380 236.5967 123.3441 14.38973616010736
-FUSE 1
-1 25791U 99035A   99249.22401093 +.00000850 +00000-0 +21378-3 0 00688
-2 25791 024.9836 240.3848 0011437 227.1228 132.8321 14.38972820010608
-FUSE 1
-1 25791U 99035A   99248.18370392 +.00000868 +00000-0 +21968-3 0 00504
-2 25791 024.9836 246.7339 0011442 216.3322 143.6406 14.38971553010453
-FUSE 1
-1 25791U 99035A   99247.14339628 +.00000893 +00000-0 +22765-3 0 00331
-2 25791 024.9835 253.0817 0011458 205.6866 154.3072 14.38970276010308
-FUSE 1
-1 25791U 99035A   99246.24179636  .00000875  00000-0  22203-3 0   193
-2 25791  24.9836 258.5836 0011512 196.4275 163.5862 14.38968832 10171
-FUSE 1
-1 25791U 99035A   99244.16117925 +.00000770 +00000-0 +18839-3 0 00526
-2 25791 024.9840 271.2810 0011478 175.5983 184.4632 14.38965078009876
-FUSE 1
-1 25791U 99035A   99243.25957613 +.00000746 +00000-0 +18082-3 0 00412
-2 25791 024.9841 276.7823 0011475 166.5838 193.4978 14.38963795009740
-FUSE 1
-1 25791U 99035A   99242.14991061 +.00000697 +00000-0 +16531-3 0 00214
-2 25791 024.9841 283.5545 0011425 155.0075 205.0993 14.38962068009589
-FUSE 1
-1 25791U 99035A   99241.45636787  .00000690  00000-0  16312-3 0   184
-2 25791  24.9841 287.7844 0011423 147.6480 212.4734 14.38961291  9483
-FUSE 1
-1 25791U 99035A   99238.54348289 +.00000555 +00000-0 +12005-3 0 00339
-2 25791 024.9851 305.5600 0011277 118.2109 241.9541 14.38957529009068
-FUSE 1
-1 25791U 99035A   99237.43380917  .00000519  00000-0  10841-3 0   178
-2 25791  24.9853 312.3322 0011217 106.6278 253.5464 14.38956402  8903
-FUSE 1
-1 25791U 99035A   99236.46284262 +.00000461 +00000-0 +90008-4 0 00705
-2 25791 024.9853 318.2560 0011086 096.8361 263.3410 14.38955295008762
-FUSE 1
-1 25791U 99035A   99236.25477872 +.00000452 +00000-0 +87040-4 0 00615
-2 25791 024.9853 319.5272 0011052 094.6665 265.5117 14.38955073008731
-FUSE 1
-1 25791U 99035A   99235.28381051 +.00000458 +00000-0 +89138-4 0 00470
-2 25791 024.9852 325.4528 0011033 084.2171 275.9597 14.38954552008598
-FUSE 1
-1 25791U 99035A   99233.61929130 +.00000451 +00000-0 +86895-4 0 00303
-2 25791 024.9853 335.6110 0010986 066.4129 293.7536 14.38953524008353
-FUSE 1
-1 25791U 99035A   99232.50961001  .00000368  00000-0  60512-4 0   162
-2 25791  24.9859 342.3821 0010848  54.6767 305.4755 14.38952340  8198
-FUSE 1
-1 25791U 99035A   99230.70637369 +.00000429 +00000-0 +79925-4 0 00424
-2 25791 024.9854 353.3830 0010964 035.3348 324.7888 14.38952031007934
-FUSE 1
-1 25791U 99035A   99229.59668927 +.00000395 +00000-0 +68969-4 0 00285
-2 25791 024.9857 000.1562 0010882 023.2043 336.8948 14.38951224007779
-FUSE 1
-1 25791U 99035A   99228.48700287 +.00000471 +00000-0 +93172-4 0 00221
-2 25791 024.9853 006.9252 0010851 011.6095 348.4667 14.38951260007619
-FUSE 1
-1 25791U 99035A   99227.72409421  .00000487  00000-0  98308-4 0   158
-2 25791  24.9851  11.5809 0010930   3.6815 356.3773 14.38950858  7502
-FUSE 1
-1 25791U 99035A   99223.56276789  .00000619  00000-0  14028-3 0   147
-2 25791  24.9842  36.9742 0011040 318.0438  41.9206 14.38948712  6903
-FUSE 1
-1 25791U 99035A   99218.63853449  .00000720  00000-0  17250-3 0   135
-2 25791  24.9828  67.0232 0011431 267.3032  92.6167 14.38944759  6193
-FUSE 1
-1 25791U 99035A   99216.97400544 +.00000683 +00000-0 +16063-3 0 00166
-2 25791 024.9829 077.1763 0011588 249.8240 110.1026 14.38942807005959
-FUSE 1
-1 25791U 99035A   99215.72561041  .00001104  00000-0  29513-3 0   127
-2 25791  24.9823  84.7905 0011295 237.0915 122.8597 14.38943232  5774
-FUSE 1
-1 25791U 99035A   99213.99172686 +.00000755 +00000-0 +18386-3 0 00281
-2 25791 024.9829 095.3690 0011291 219.0401 140.9295 14.38939332005520
-FUSE 1
-1 25791U 99035A   99213.02075147 +.00000641 +00000-0 +14744-3 0 00175
-2 25791 024.9830 101.2939 0011410 209.3286 150.6585 14.38937829005384
-FUSE 1
-1 25791U 99035A   99212.88204088  .00000581  00000-0  12826-3 0   112
-2 25791  24.9832 102.1415 0011463 208.2710 151.7177 14.38937383  5365
-FUSE 1
-1 25791U 99035A   99211.07879897 +.00000483 +00000-0 +96970-4 0 00493
-2 25791 024.9832 113.1440 0011683 189.9414 170.0864 14.38935491005102
-FUSE 1
-1 25791U 99035A   99210.10782220 +.00000457 +00000-0 +88695-4 0 00361
-2 25791 024.9830 119.0680 0011645 180.0206 180.0306 14.38934715004963
-FUSE 1
-1 25791U 99035A   99209.13684459 +.00000476 +00000-0 +94628-4 0 00215
-2 25791 024.9829 124.9914 0011669 170.0019 190.0732 14.38934254004820
-FUSE 1
-1 25791U 99035A   99208.85942248  .00000483  00000-0  96822-4 0   100
-2 25791  24.9830 126.6849 0011617 167.3014 192.7802 14.38934135  4785
-FUSE 1
-1 25791U 99035A   99208.16586648 +.00000509 +00000-0 +10534-3 0 00689
-2 25791 024.9829 130.9163 0011612 160.0034 200.0933 14.38933809004681
-FUSE 1
-1 25791U 99035A   99207.12553224 +.00000477 +00000-0 +95090-4 0 00537
-2 25791 024.9830 137.2648 0011506 149.5759 210.5420 14.38933010004534
-FUSE 1
-1 25791U 99035A   99206.15455295 +.00000436 +00000-0 +81952-4 0 00388
-2 25791 024.9831 143.1889 0011456 139.5200 220.6160 14.38932240004393
-FUSE 1
-1 25791U 99035A   99205.11421632 +.00000433 +00000-0 +81097-4 0 00221
-2 25791 024.9835 149.5359 0011411 129.0298 231.1227 14.38931694004248
-FUSE 1
-1 25791U 99035A   99204.21259024  .00000427  00000-0  79119-4 0    95
-2 25791  24.9835 155.0370 0011324 120.0292 240.1341 14.38931194  4119
-FUSE 1
-1 25791U 99035A   99203.17225182 +.00000414 +00000-0 +74992-4 0 00525
-2 25791 024.9835 161.3843 0011233 109.2556 250.9169 14.38930540003968
-FUSE 1
-1 25791U 99035A   99202.13191170 +.00000423 +00000-0 +77980-4 0 00383
-2 25791 024.9837 167.7323 0011168 098.4908 261.6865 14.38930164003818
-FUSE 1
-1 25791U 99035A   99201.16092631 +.00000440 +00000-0 +83410-4 0 00235
-2 25791 024.9837 173.6562 0011126 088.3941 271.7841 14.38929874003674
-FUSE 1
-1 25791U 99035A   99200.18994021  .00000454  00000-0  87696-4 0    88
-2 25791  24.9838 179.5806 0011119  78.2644 281.9107 14.38929532  3535
-FUSE 1
-1 25791U 99035A   99200.12059101 +.00000432 +00000-0 +80931-4 0 00725
-2 25791 024.9842 180.0407 0011095 075.8036 284.3701 14.38929430003528
-FUSE 1
-1 25791U 99035A   99199.21895964 +.00000465 +00000-0 +91252-4 0 00631
-2 25791 024.9840 185.5408 0011075 066.4980 293.6690 14.38929231003393
-FUSE 1
-1 25791U 99035A   99198.17861506 +.00000472 +00000-0 +93642-4 0 00475
-2 25791 024.9844 191.8880 0011017 055.5344 304.6202 14.38928745003245
-FUSE 1
-1 25791U 99035A   99197.20762573 +.00000483 +00000-0 +97242-4 0 00328
-2 25791 024.9845 197.8116 0010965 045.0350 315.1043 14.38928247003108
-FUSE 1
-1 25791U 99035A   99196.16727896 +.00000496 +00000-0 +10136-3 0 00130
-2 25791 024.9848 204.1584 0010927 033.8431 326.2770 14.38927757002952
-FUSE 1
-1 25791U 99035A   99195.40435724  .00000525  00000-0  11052-3 0    76
-2 25791  24.9845 208.8116 0010908  25.8212 334.2838 14.38927498  2842
-FUSE 1
-1 25791U 99035A   99195.26564445 +.00000515 +00000-0 +10744-3 0 00732
-2 25791 024.9847 209.6583 0010905 024.2058 335.8962 14.38927325002821
-FUSE 1
-1 25791U 99035A   99194.22529636 +.00000515 +00000-0 +10742-3 0 00547
-2 25791 024.9849 216.0045 0010895 012.9914 347.0873 14.38926634002672
-FUSE 1
-1 25791U 99035A   99193.18494715 +.00000545 +00000-0 +11704-3 0 00384
-2 25791 024.9850 222.3506 0010896 001.9128 358.1416 14.38926205002526
-FUSE 1
-1 25791U 99035A   99192.14459780 +.00000580 +00000-0 +12797-3 0 00193
-2 25791 024.9850 228.6966 0010908 350.8363 009.1951 14.38925741002370
-FUSE 1
-1 25791U 99035A   99191.24296126  .00000600  00000-0  13459-3 0    61
-2 25791  24.9852 234.1962 0010933 341.3306  18.6794 14.38925220  2248
-FUSE 1
-1 25791U 99035A   99189.57840234 +.00000688 +00000-0 +16244-3 0 00431
-2 25791 024.9847 244.3496 0011003 324.3520 035.6271 14.38924327002005
-FUSE 1
-1 25791U 99035A   99188.53805210 +.00000745 +00000-0 +18074-3 0 00304
-2 25791 024.9847 250.6956 0011082 313.4689 046.4896 14.38923665001857
-FUSE 1
-1 25791U 99035A   99187.56705911 +.00000776 +00000-0 +19053-3 0 00181
-2 25791 024.9847 256.6180 0011114 303.2228 056.7215 14.38922773001717
-FUSE 1
-1 25791U 99035A   99187.22027565  .00000809  00000-0  20103-3 0    57
-2 25791  24.9849 258.7334 0011145 299.6070  60.3328 14.38922625  1666
-FUSE 1
-1 25791U 99035A   99186.59606618 +.00000806 +00000-0 +20001-3 0 00658
-2 25791 024.9848 262.5402 0011144 293.0885 066.8449 14.38921812001577
-FUSE 1
-1 25791U 99035A   99185.55571694 +.00000781 +00000-0 +19209-3 0 00489
-2 25791 024.9850 268.8854 0011179 282.1384 077.7873 14.38920354001427
-FUSE 1
-1 25791U 99035A   99184.58472411 +.00000771 +00000-0 +18889-3 0 00356
-2 25791 024.9851 274.8074 0011210 272.0258 087.8967 14.38919111001282
-FUSE 1
-1 25791U 99035A   99183.61373101 +.00000806 +00000-0 +20014-3 0 00199
-2 25791 024.9851 280.7294 0011202 261.9284 097.9951 14.38918148001148
-FUSE
-1 25791U 99035A   99182.64273781  .00000831  00000-0  20827-3 0    48
-2 25791  24.9852 286.6514 0011228 251.8187 108.1089 14.38917064  1005
-FUSE
-1 25791U 99035A   99181.53303177 +.00000885 +00000-0 +22535-3 0 00326
-2 25791 024.9851 293.4193 0011207 240.2024 119.7372 14.38915842000848
-FUSE
-1 25791U 99035A   99180.42332586 +.00000769 +00000-0 +18844-3 0 00250
-2 25791 024.9851 300.1870 0011210 228.6224 131.3324 14.38913850000688
-FUSE
-1 25791U 99035A   99179.72975929 +.00000701 +00000-0 +16654-3 0 00225
-2 25791 024.9851 304.4168 0011211 221.3620 138.6046 14.38912818000589
-FUSE
-1 25791U 99035A   99178.68940879 +.00000540 +00000-0 +11515-3 0 00070
-2 25791 024.9851 310.7614 0011204 210.4757 149.5099 14.38911405000431
-FUSE
-1 25791U 99035A   99178.55069535  .00000518  00000-0  10814-3 0    39
-2 25791  24.9851 311.6073 0011204 209.0295 150.9590 14.38911233   410
-FUSE
-1 25791U 99035A   99177.92648488 +.00000082 +00000-0 -31136-4 0 00408
-2 25791 024.9853 315.4140 0011227 202.4549 157.5464 14.38909900000324
-FUSE
-1 25791U 99035A   99176.95549150 -.00001333 +00000-0 -48314-3 0 00075
-2 25791 024.9860 321.3361 0010962 190.9807 169.0438 14.38907601000185
diff --git a/src/cal/get_tle/tmp/FUSE.TLE b/src/cal/get_tle/tmp/FUSE.TLE
deleted file mode 100644
index 75e788e..0000000
--- a/src/cal/get_tle/tmp/FUSE.TLE
+++ /dev/null
@@ -1,5205 +0,0 @@
-FUSE 1
-1 25791U 99035A   03334.81529517  .00000629  00000-0  13611-3 0    73
-2 25791  24.9828 141.7372 0010396 237.2837 122.6662 14.41449325233814
-FUSE 1
-1 25791U 99035A   03332.32285756  .00000721  00000-0  16400-3 0    51
-2 25791  24.9827 157.0092 0010498 210.6638 149.3252 14.41447882233456
-FUSE 1
-1 25791U 99035A   03331.90745146 +.00000729 +00000-0 +16628-3 0 00081
-2 25791 024.9828 159.5554 0010553 206.5242 153.4727 14.41447542233393
-FUSE 1
-1 25791U 99035A   03331.14587356  .00000725  00000-0  16505-3 0    40
-2 25791  24.9828 164.2238 0010646 198.4715 161.5398 14.41446726233287
-FUSE 1
-1 25791U 99035A   03329.89965515  .00000696  00000-0  15651-3 0    33
-2 25791  24.9826 171.8592 0010670 185.6347 174.4062 14.41445181233104
-FUSE 1
-1 25791U 99035A   03328.86113523 +.00000610 +00000-0 +13023-3 0 00030
-2 25791 024.9825 178.2061 0010624 174.6707 185.3915 14.41444336232953
-FUSE 1
-1 25791U 99035A   03328.79190076  .00000678  00000-0  15092-3 0    21
-2 25791  24.9829 178.6308 0010612 173.9957 186.0679 14.41444516232945
-FUSE 1
-1 25791U 99035A   03327.89185200 +.00000523 +00000-0 +10396-3 0 00058
-2 25791 024.9836 184.1428 0010625 164.7116 195.3708 14.41443393232811
-FUSE 1
-1 25791U 99035A   03327.06103806  .00000946  00000-0  23212-3 0    15
-2 25791  24.9839 189.2348 0010607 156.0117 204.0892 14.41443370232699
-FUSE 1
-1 25791U 99035A   03326.92256930 +.00001217 +00000-0 +31425-3 0 00068
-2 25791 024.9831 190.0850 0010666 154.7022 205.4026 14.41443784232675
-FUSE 1
-1 25791U 99035A   03325.81481645  .00001001  00000-0  24877-3 0    06
-2 25791  24.9833 196.8767 0010686 142.8583 217.2666 14.41441143232511
-FUSE 1
-1 25791U 99035A   03324.91476442 +.00000578 +00000-0 +12056-3 0 00021
-2 25791 024.9828 202.3884 0010744 133.5472 226.5911 14.41438825232381
-FUSE 1
-1 25791U 99035A   03323.94547862 +.00000358 +00000-0 +54039-4 0 00011
-2 25791 024.9832 208.3404 0010860 124.8670 235.2866 14.41437713232248
-FUSE 1
-1 25791U 99035A   03322.90695295 +.00000456 +00000-0 +83650-4 0 00009
-2 25791 024.9834 214.7019 0010853 115.1433 245.0191 14.41437815232091
-FUSE 1
-1 25791U 99035A   03321.93766319 +.00000482 +00000-0 +91492-4 0 00223
-2 25791 024.9834 220.6386 0010837 104.6262 255.5450 14.41437349231959
-FUSE 1
-1 25791U 99035A   03320.89913707 +.00000498 +00000-0 +96406-4 0 09969
-2 25791 024.9836 226.9996 0010817 093.6241 266.5508 14.41436631231802
-FUSE 1
-1 25791U 99035A   03319.92984440 +.00000599 +00000-0 +12716-3 0 09988
-2 25791 024.9836 232.9378 0010741 083.7324 276.4412 14.41436361231669
-FUSE 1
-1 25791U 99035A   03318.96055095 +.00000529 +00000-0 +10579-3 0 00064
-2 25791 024.9837 238.8759 0010678 074.0237 286.1451 14.41435571231521
-FUSE 1
-1 25791U 99035A   03317.92202182 +.00000413 +00000-0 +70728-4 0 00021
-2 25791 024.9840 245.2398 0010704 063.5995 296.5616 14.41434631231377
-FUSE 1
-1 25791U 99035A   03316.95272605 +.00000470 +00000-0 +88022-4 0 09972
-2 25791 024.9836 251.1803 0010590 053.6350 306.5138 14.41434475231239
-FUSE 1
-1 25791U 99035A   03315.91419451 +.00000359 +00000-0 +54432-4 0 09951
-2 25791 024.9837 257.5405 0010596 042.7776 317.3563 14.41433347231087
-FUSE 1
-1 25791U 99035A   03314.94489683 +.00000376 +00000-0 +59442-4 0 00177
-2 25791 024.9838 263.4782 0010541 032.5623 327.5544 14.41433068230946
-FUSE 1
-1 25791U 99035A   03313.97559885 +.00000299 +00000-0 +36081-4 0 09921
-2 25791 024.9837 269.4165 0010540 022.3690 337.7277 14.41432334230802
-FUSE 1
-1 25791U 99035A   03312.93706443 +.00000584 +00000-0 +12243-3 0 09931
-2 25791 024.9834 275.7793 0010504 011.6272 348.4499 14.41433055230652
-FUSE 1
-1 25791U 99035A   03311.96776569 +.00000350 +00000-0 +51482-4 0 09939
-2 25791 024.9833 281.7181 0010408 001.6598 358.3945 14.41431695230511
-FUSE 1
-1 25791U 99035A   03310.65228737 +.00000444 +00000-0 +80221-4 0 09930
-2 25791 024.9835 289.7793 0010257 347.5217 012.5005 14.41431193230320
-FUSE 1
-1 25791U 99035A   03309.40604522 +.00000467 +00000-0 +87049-4 0 00145
-2 25791 024.9835 297.4135 0010238 333.3895 026.6085 14.41430141230146
-FUSE 1
-1 25791U 99035A   03308.78292393 +.00000641 +00000-0 +13975-3 0 09895
-2 25791 024.9836 301.2316 0010231 327.1757 032.8108 14.41430126230051
-FUSE 1
-1 25791U 99035A   03307.39821018 +.00000487 +00000-0 +93143-4 0 09853
-2 25791 024.9836 309.7266 0009954 308.3405 051.6212 14.41427785229857
-FUSE 1
-1 25791U 99035A   03306.42890957 +.00001374 +00000-0 +36220-3 0 09920
-2 25791 024.9826 315.6681 0010109 298.0220 061.9265 14.41428485229712
-FUSE 1
-1 25791U 99035A   03305.45960939 +.00002012 +00000-0 +55551-3 0 00086
-2 25791 024.9823 321.6056 0010134 287.9208 072.0205 14.41427385229572
-FUSE 1
-1 25791U 99035A   03304.49030907 +.00002090 +00000-0 +57918-3 0 09839
-2 25791 024.9820 327.5453 0010274 277.3913 082.5438 14.41423770229439
-FUSE 1
-1 25791U 99035A   03303.52100790 +.00001430 +00000-0 +37917-3 0 09979
-2 25791 024.9824 333.4868 0010388 267.0794 092.8530 14.41418570229291
-FUSE 1
-1 25791U 99035A   03303.24406524  .00000959  00000-0  23638-3 0  9826
-2 25791  24.9827 335.1872 0010550 264.3245  95.6061 14.41416153229251
-FUSE 1
-1 25791U 99035A   03302.20552450  .00001096  00000-0  27769-3 0  9812
-2 25791  24.9825 341.5507 0010562 253.8882 106.0488 14.41414636229106
-FUSE 1
-1 25791U 99035A   03300.54385630  .00000645  00000-0  14088-3 0  9809
-2 25791  24.9828 351.7298 0010742 236.4738 123.4745 14.41411128228860
-FUSE 1
-1 25791U 99035A   03299.22836924  .00000522  00000-0  10377-3 0  9797
-2 25791  24.9826 359.7898 0010802 223.1838 136.7831 14.41409442228671
-FUSE 1
-1 25791U 99035A   03297.56670010  .00000441  00000-0  79217-4 0  9782
-2 25791  24.9828   9.9670 0010755 205.8604 154.1368 14.41407956228431
-FUSE 1
-1 25791U 99035A   03295.69732098 +.00000439 +00000-0 +78644-4 0 09778
-2 25791 024.9823 021.4161 0010726 186.3436 173.6933 14.41406877228169
-FUSE 1
-1 25791U 99035A   03294.58954049  .00000442  00000-0  79553-4 0  9760
-2 25791  24.9822  28.2003 0010717 174.4425 185.6202 14.41406259228003
-FUSE 1
-1 25791U 99035A   03293.68946830 +.00000437 +00000-0 +78059-4 0 09808
-2 25791 024.9822 033.7128 0010712 164.9748 195.1079 14.41405735227879
-FUSE 1
-1 25791U 99035A   03293.55099557  .00000435  00000-0  77377-4 0  9753
-2 25791  24.9823  34.5611 0010708 163.5206 196.5648 14.41405674227852
-FUSE 1
-1 25791U 99035A   03292.85863226 +.00000395 +00000-0 +65203-4 0 00006
-2 25791 024.9822 038.8017 0010732 156.0067 204.0939 14.41405084227759
-FUSE 1
-1 25791U 99035A   03292.09703250  .00000466  00000-0  86677-4 0  9749
-2 25791  24.9816  43.4715 0010662 147.9465 212.1683 14.41404859227645
-FUSE 1
-1 25791U 99035A   03290.98925305  .00000496  00000-0  95741-4 0  9736
-2 25791  24.9815  50.2722 0010596 136.9264 223.2143 14.41404097227489
-FUSE 1
-1 25791U 99035A   03289.81223159  .00000457  00000-0  84144-4 0  9725
-2 25791  24.9826  57.4936 0010620 125.6318 234.5184 14.41403544227318
-FUSE 1
-1 25791U 99035A   03288.77368245 +.00000424 +00000-0 +74086-4 0 09802
-2 25791 024.9826 063.8560 0010538 115.2199 244.9403 14.41402817227166
-FUSE 1
-1 25791U 99035A   03288.56597245  .00000409  00000-0  69342-4 0  9715
-2 25791  24.9830  65.1298 0010470 113.2118 246.9490 14.41402657227135
-FUSE 1
-1 25791U 99035A   03287.80436833 +.00000487 +00000-0 +93214-4 0 09863
-2 25791 024.9823 069.7945 0010522 105.3271 254.8405 14.41402718227026
-FUSE 1
-1 25791U 99035A   03286.83505381  .00000474  00000-0  89149-4 0  9701
-2 25791  24.9821  75.7317 0010429  95.3344 264.8358 14.41401993226884
-FUSE 1
-1 25791U 99035A   03285.86573823 +.00000465 +00000-0 +86378-4 0 09878
-2 25791 024.9822 081.6696 0010346 085.1348 275.0344 14.41401345226745
-FUSE 1
-1 25791U 99035A   03285.58879111  .00000442  00000-0  79392-4 0  9699
-2 25791  24.9825  83.3678 0010296  82.0216 278.1456 14.41400988226707
-FUSE 1
-1 25791U 99035A   03284.55023662  .00000447  00000-0  80990-4 0  9687
-2 25791  24.9825  89.7291 0010201  70.9880 289.1734 14.41400492226551
-FUSE 1
-1 25791U 99035A   03282.88854730  .00000440  00000-0  79027-4 0  9670
-2 25791  24.9825  99.9047 0010178  53.4478 306.6963 14.41399534226312
-FUSE 1
-1 25791U 99035A   03281.84998986  .00000468  00000-0  87538-4 0  9662
-2 25791  24.9822 106.2646 0010191  42.5792 317.5504 14.41399184226165
-FUSE 1
-1 25791U 99035A   03280.94990632 +.00000467 +00000-0 +87263-4 0 09712
-2 25791 024.9824 111.7767 0010189 033.0995 327.0149 14.41398673226038
-FUSE 1
-1 25791U 99035A   03280.81143207  .00000455  00000-0  83540-4 0  9650
-2 25791  24.9826 112.6255 0010186  31.4564 328.6551 14.41398503226017
-FUSE 1
-1 25791U 99035A   03279.91134723 +.00000485 +00000-0 +92641-4 0 09747
-2 25791 024.9824 118.1376 0010154 021.8776 338.2165 14.41398227225888
-FUSE 1
-1 25791U 99035A   03279.01126251  .00000481  00000-0  91312-4 0  9644
-2 25791  24.9824 123.6499 0010153  12.3561 347.7194 14.41397643225755
-FUSE 1
-1 25791U 99035A   03278.94202521 +.00000481 +00000-0 +91337-4 0 09906
-2 25791 024.9824 124.0738 0010152 011.6408 348.4333 14.41397601225743
-FUSE 1
-1 25791U 99035A   03277.97270237 +.00000495 +00000-0 +95508-4 0 09681
-2 25791 024.9827 130.0106 0010132 001.2425 358.8110 14.41397155225601
-FUSE 1
-1 25791U 99035A   03277.90346511  .00000490  00000-0  94065-4 0  9630
-2 25791  24.9828 130.4350 0010138   0.4734 359.5783 14.41397083225599
-FUSE 1
-1 25791U 99035A   03276.03405565  .00000520  00000-0  10314-3 0  9625
-2 25791  24.9827 141.8830 0010124 340.4951  19.5169 14.41396123225326
-FUSE 1
-1 25791U 99035A   03275.96481828 +.00000519 +00000-0 +10285-3 0 09740
-2 25791 024.9827 142.3069 0010124 339.7655 020.2450 14.41396066225315
-FUSE 1
-1 25791U 99035A   03274.99549511  .00000510  00000-0  10007-3 0  9615
-2 25791  24.9826 148.2432 0010136 329.5837  30.4082 14.41395326225171
-FUSE 1
-1 25791U 99035A   03273.95693438 +.00000508 +00000-0 +99668-4 0 09650
-2 25791 024.9828 154.6032 0010134 318.6446 041.3297 14.41394631225024
-FUSE 1
-1 25791U 99035A   03273.88769694  .00000499  00000-0  96894-4 0  9602
-2 25791  24.9830 155.0276 0010143 317.9041  42.0681 14.41394528225014
-FUSE 1
-1 25791U 99035A   03272.91837360 +.00000497 +00000-0 +96337-4 0 09713
-2 25791 024.9831 160.9638 0010155 307.6849 052.2737 14.41393912224871
-FUSE 1
-1 25791U 99035A   03272.15676230  .00000502  00000-0  97734-4 0  9591
-2 25791  24.9829 165.6274 0010158 299.6477  60.3019 14.41393430224762
-FUSE 1
-1 25791U 99035A   03270.91049028  .00000459  00000-0  84530-4 0  9582
-2 25791  24.9828 173.2617 0010180 286.1903  73.7484 14.41392360224582
-FUSE 1
-1 25791U 99035A   03269.59498120  .00000447  00000-0  80950-4 0  9573
-2 25791  24.9826 181.3203 0010142 272.2580  87.6765 14.41391553224394
-FUSE 1
-1 25791U 99035A   03268.97184558 +.00000445 +00000-0 +80376-4 0 09728
-2 25791 024.9827 185.1382 0010173 265.5171 094.4175 14.41391194224303
-FUSE 1
-1 25791U 99035A   03268.21023535  .00000414  00000-0  70946-4 0  9562
-2 25791  24.9826 189.8028 0010188 257.2495 102.6873 14.41390641224193
-FUSE 1
-1 25791U 99035A   03266.96396409 +.00000465 +00000-0 +86405-4 0 09591
-2 25791 024.9820 197.4355 0010222 244.5075 115.4384 14.41390276224011
-FUSE 1
-1 25791U 99035A   03266.89472691  .00000397  00000-0  65865-4 0  9558
-2 25791  24.9820 197.8595 0010244 243.7321 116.2133 14.41389876224004
-FUSE 1
-1 25791U 99035A   03265.92540594 +.00000421 +00000-0 +73184-4 0 09583
-2 25791 024.9820 203.7991 0010303 233.3804 126.5767 14.41389519223862
-FUSE 1
-1 25791U 99035A   03265.85616889  .00000313  00000-0  40304-4 0  9540
-2 25791  24.9821 204.2231 0010301 232.5282 127.4287 14.41388972223853
-FUSE 1
-1 25791U 99035A   03264.95608437 +.00000413 +00000-0 +70600-4 0 09600
-2 25791 024.9825 209.7349 0010306 222.8574 137.1133 14.41389145223725
-FUSE 1
-1 25791U 99035A   03264.47142380  .00000318  00000-0  41810-4 0  9534
-2 25791  24.9828 212.7038 0010331 217.6796 142.2976 14.41388613223656
-FUSE 1
-1 25791U 99035A   03263.98676299 +.00000580 +00000-0 +12130-3 0 09634
-2 25791 024.9828 215.6716 0010371 212.5398 147.4473 14.41389300223582
-FUSE 1
-1 25791U 99035A   03263.22515633  .00000537  00000-0  10820-3 0  9529
-2 25791  24.9833 220.3517 0010502 204.2952 155.7061 14.41388708223474
-FUSE 1
-1 25791U 99035A   03262.18659921  .00000379  00000-0  60457-4 0  9517
-2 25791  24.9840 226.7147 0010614 193.4882 166.5362 14.41387701223326
-FUSE 1
-1 25791U 99035A   03260.94032957 +.00000309 +00000-0 +39078-4 0 09544
-2 25791 024.9847 234.3525 0010738 180.7298 179.3196 14.41387027223143
-FUSE 1
-1 25791U 99035A   03260.59414308  .00000321  00000-0  42703-4 0  9508
-2 25791  24.9846 236.4723 0010751 177.3006 182.7566 14.41387012223096
-FUSE 1
-1 25791U 99035A   03259.62482160 +.00000345 +00000-0 +49962-4 0 09512
-2 25791 024.9849 242.4122 0010762 167.3136 192.7647 14.41386920222956
-FUSE 1
-1 25791U 99035A   03259.48634698  .00000346  00000-0  50207-4 0  9493
-2 25791  24.9851 243.2626 0010790 166.2982 193.7819 14.41386915222939
-FUSE 1
-1 25791U 99035A   03258.79397436 +.00000352 +00000-0 +52081-4 0 09637
-2 25791 024.9852 247.5042 0010849 159.0756 201.0196 14.41386761222832
-FUSE 1
-1 25791U 99035A   03258.24007588  .00000371  00000-0  57900-4 0  9482
-2 25791  24.9858 250.9015 0011010 153.8841 206.2222 14.41386865222757
-FUSE 1
-1 25791U 99035A   03257.33999071 +.00000378 +00000-0 +60212-4 0 09553
-2 25791 024.9856 256.4136 0010989 144.6365 215.4873 14.41386567222622
-FUSE 1
-1 25791U 99035A   03257.20151615  .00000373  00000-0  58654-4 0  9476
-2 25791  24.9858 257.2623 0010972 143.2340 216.8919 14.41386487222609
-FUSE 1
-1 25791U 99035A   03255.47058133  .00000387  00000-0  62819-4 0  9466
-2 25791  24.9862 267.8626 0010955 125.3598 234.7940 14.41385975222357
-FUSE 1
-1 25791U 99035A   03254.50125662 +.00000395 +00000-0 +65424-4 0 09599
-2 25791 024.9864 273.7990 0010932 115.3011 244.8633 14.41385685222217
-FUSE 1
-1 25791U 99035A   03254.22430627  .00000409  00000-0  69456-4 0  9458
-2 25791  24.9864 275.4955 0010924 112.3361 247.8299 14.41385695222170
-FUSE 1
-1 25791U 99035A   03253.46269339 +.00000419 +00000-0 +72692-4 0 09663
-2 25791 024.9863 280.1591 0010929 104.3257 255.8466 14.41385425222062
-FUSE 1
-1 25791U 99035A   03252.49336705  .00000424  00000-0  74176-4 0  9448
-2 25791  24.9866 286.0950 0010932  94.0918 266.0842 14.41385027221926
-FUSE 1
-1 25791U 99035A   03251.52403956 +.00000424 +00000-0 +73986-4 0 09576
-2 25791 024.9869 292.0308 0010917 083.9198 276.2554 14.41384578221780
-FUSE 1
-1 25791U 99035A   03251.24708871  .00000426  00000-0  74604-4 0  9434
-2 25791  24.9872 293.7274 0010909  80.9459 279.2282 14.41384483221744
-FUSE 1
-1 25791U 99035A   03250.97013781 +.00000418 +00000-0 +72375-4 0 09740
-2 25791 024.9873 295.4231 0010905 078.1232 282.0498 14.41384291221705
-FUSE 1
-1 25791U 99035A   03249.86233339 +.00000400 +00000-0 +66776-4 0 09423
-2 25791 024.9871 302.2068 0010890 066.3519 293.8131 14.41383569221541
-FUSE 1
-1 25791U 99035A   03248.96224150 +.00000395 +00000-0 +65318-4 0 09428
-2 25791 024.9864 307.7247 0010716 058.1747 301.9802 14.41383147221415
-FUSE 1
-1 25791U 99035A   03248.82376522  .00000395  00000-0  65312-4 0  9417
-2 25791  24.9864 308.5726 0010716  56.7210 303.4300 14.41383087221395
-FUSE 1
-1 25791U 99035A   03247.57748243  .00000413  00000-0  70836-4 0  9408
-2 25791  24.9872 316.2080 0010565  43.8549 316.2796 14.41382788221216
-FUSE 1
-1 25791U 99035A   03246.53891243  .00000409  00000-0  69731-4 0  9397
-2 25791  24.9871 322.5678 0010569  32.9529 327.1635 14.41382255221064
-FUSE 1
-1 25791U 99035A   03245.63881795 +.00000407 +00000-0 +68920-4 0 09609
-2 25791 024.9867 328.0798 0010586 023.6313 336.4682 14.41381788220930
-FUSE 1
-1 25791U 99035A   03244.87719914 +.00000397 +00000-0 +66048-4 0 09390
-2 25791 024.9864 332.7446 0010573 015.6956 344.3874 14.41381338220829
-FUSE 1
-1 25791U 99035A   03244.80796102  .00000402  00000-0  67416-4 0  9383
-2 25791  24.9865 333.1693 0010551  14.8812 345.2004 14.41381368220814
-FUSE 1
-1 25791U 99035A   03243.56167487  .00000400  00000-0  66930-4 0  9370
-2 25791  24.9861 340.8025 0010455   2.0304 358.0247 14.41380812220636
-FUSE 1
-1 25791U 99035A   03242.10768214  .00000384  00000-0  61838-4 0  9366
-2 25791  24.9858 349.7084 0010398 346.8053  13.2597 14.41380003220428
-FUSE 1
-1 25791U 99035A   03240.86139314  .00000177  00000-0 -91380-6 0  9357
-2 25791  24.9845 357.3695 0010244 330.3925  29.6003 14.41377473220243
-FUSE 1
-1 25791U 99035A   03239.19967539  .00000180  00000-0 -11405-6 0  9342
-2 25791  24.9845   7.5442 0010244 312.9466  47.0181 14.41377475220000
-FUSE 1
-1 25791U 99035A   03237.81491175  .00000180  00000-0 -10791-6 0  9333
-2 25791  24.9845  16.0231 0010244 298.4083  61.5391 14.41377477219806
-FUSE 1
-1 25791U 99035A   03236.70710174 +.00000180 +00000-0 -12297-6 0 09505
-2 25791 024.9845 022.8062 0010244 286.7778 073.1606 14.41377478219645
-FUSE 1
-1 25791U 99035A   03235.87624491  .00000430  00000-0  75902-4 0  9325
-2 25791  24.9843  27.8971 0010286 277.4878  82.4467 14.41377926219524
-FUSE 1
-1 25791U 99035A   03234.56072309  .00000420  00000-0  72808-4 0  9315
-2 25791  24.9844  35.9594 0010466 263.3036  96.6284 14.41377185219336
-FUSE 1
-1 25791U 99035A   03232.89901222  .00000471  00000-0  88341-4 0  9308
-2 25791  24.9843  46.1371 0010503 245.8515 114.0899 14.41376268219092
-FUSE 1
-1 25791U 99035A   03231.92968258 +.00000350 +00000-0 +51702-4 0 09300
-2 25791 024.9843 052.0765 0010506 236.3120 123.6400 14.41375219218958
-FUSE 1
-1 25791U 99035A   03231.86044481  .00000313  00000-0  40315-4 0  9291
-2 25791  24.9843  52.5008 0010526 235.7646 124.1874 14.41375001218940
-FUSE 1
-1 25791U 99035A   03230.89111324 +.00000349 +00000-0 +51379-4 0 09464
-2 25791 024.9839 058.4375 0010590 225.8512 134.1126 14.41374740218805
-FUSE 1
-1 25791U 99035A   03229.99102053  .00000344  00000-0  49608-4 0  9289
-2 25791  24.9838  63.9510 0010593 216.5837 143.3947 14.41374377218670
-FUSE 1
-1 25791U 99035A   03228.88321397  .00000376  00000-0  59327-4 0  9273
-2 25791  24.9835  70.7358 0010594 204.9564 155.0432 14.41374173218518
-FUSE 1
-1 25791U 99035A   03227.84464580  .00000382  00000-0  61272-4 0  9268
-2 25791  24.9832  77.0969 0010595 194.0430 165.9784 14.41373732218368
-FUSE 1
-1 25791U 99035A   03226.18293582  .00000373  00000-0  58388-4 0  9259
-2 25791  24.9829  87.2795 0010731 178.1810 181.8718 14.41372848218126
-FUSE 1
-1 25791U 99035A   03225.07512980  .00000318  00000-0  41806-4 0  9247
-2 25791  24.9835  94.0680 0010816 167.1667 192.9121 14.41372136217966
-FUSE 1
-1 25791U 99035A   03223.96732209 +.00000355 +00000-0 +53136-4 0 09274
-2 25791 024.9833 100.8554 0010794 156.0215 204.0798 14.41372011217801
-FUSE 1
-1 25791U 99035A   03223.89808455  .00000296  00000-0  35300-4 0  9236
-2 25791  24.9836 101.2807 0010797 155.4595 204.6427 14.41371615217799
-FUSE 1
-1 25791U 99035A   03222.92875220 +.00000342 +00000-0 +49175-4 0 09263
-2 25791 024.9836 107.2168 0010792 144.9594 215.1626 14.41371640217653
-FUSE 1
-1 25791U 99035A   03222.85951409  .00000389  00000-0  63357-4 0  9224
-2 25791  24.9835 107.6416 0010784 144.0445 216.0785 14.41371877217646
-FUSE 1
-1 25791U 99035A   03221.12856271  .00000472  00000-0  88663-4 0  9213
-2 25791  24.9830 118.2449 0010733 126.0331 234.1179 14.41371231217397
-FUSE 1
-1 25791U 99035A   03219.95151328 +.00000389 +00000-0 +63388-4 0 09249
-2 25791 024.9833 125.4565 0010532 114.7019 245.4588 14.41370330217223
-FUSE 1
-1 25791U 99035A   03219.88227503  .00000360  00000-0  54766-4 0  9205
-2 25791  24.9833 125.8804 0010481 114.1240 246.0365 14.41370138217211
-FUSE 1
-1 25791U 99035A   03218.98217790 +.00000310 +00000-0 +39570-4 0 09270
-2 25791 024.9834 131.3939 0010359 104.8947 255.2709 14.41369450217081
-FUSE 1
-1 25791U 99035A   03218.22055588  .00000325  00000-0  43896-4 0  9195
-2 25791  24.9833 136.0582 0010328  97.1561 263.0126 14.41369334216976
-FUSE 1
-1 25791U 99035A   03216.97426484 +.00000324 +00000-0 +43677-4 0 09200
-2 25791 024.9831 143.6927 0010266 083.9318 276.2359 14.41368918216796
-FUSE 1
-1 25791U 99035A   03216.90502635  .00000324  00000-0  43789-4 0  9187
-2 25791  24.9831 144.1168 0010254  83.2226 276.9448 14.41368901216784
-FUSE 1
-1 25791U 99035A   03215.93568806 +.00000306 +00000-0 +38302-4 0 09186
-2 25791 024.9831 150.0535 0010228 073.0379 287.1257 14.41368459216640
-FUSE 1
-1 25791U 99035A   03215.86644944  .00000306  00000-0  38426-4 0  9172
-2 25791  24.9830 150.4777 0010251  72.2855 287.8766 14.41368430216637
-FUSE 1
-1 25791U 99035A   03214.27396229  .00000303  00000-0  37387-4 0  9167
-2 25791  24.9829 160.2299 0010215  55.5824 304.5651 14.41367999216407
-FUSE 1
-1 25791U 99035A   03213.23538267  .00000307  00000-0  38665-4 0  9155
-2 25791  24.9828 166.5915 0010190  44.3110 315.8212 14.41367720216259
-FUSE 1
-1 25791U 99035A   03211.98908622 +.00000313 +00000-0 +40404-4 0 09196
-2 25791 024.9827 174.2250 0010179 031.1264 328.9848 14.41367405216077
-FUSE 1
-1 25791U 99035A   03211.29669883  .00000314  00000-0  40736-4 0  9147
-2 25791  24.9825 178.4652 0010188  23.8546 336.2433 14.41367209215970
-FUSE 1
-1 25791U 99035A   03210.95050531 +.00000311 +00000-0 +39816-4 0 09147
-2 25791 024.9826 180.5863 0010167 019.9914 340.1003 14.41367090215921
-FUSE 1
-1 25791U 99035A   03210.25811739  .00000298  00000-0  35831-4 0  9131
-2 25791  24.9827 184.8260 0010169  12.8248 347.2517 14.41366825215826
-FUSE 1
-1 25791U 99035A   03209.98116198 +.00000355 +00000-0 +53278-4 0 09203
-2 25791 024.9828 186.5250 0010134 009.7829 350.2881 14.41367237215788
-FUSE 1
-1 25791U 99035A   03209.21953520  .00000362  00000-0  55372-4 0  9123
-2 25791  24.9829 191.1892 0010126   1.8534 358.2012 14.41367046215670
-FUSE 1
-1 25791U 99035A   03207.41932608  .00000397  00000-0  65919-4 0  9112
-2 25791  24.9834 202.2142 0010129 342.4913  17.5242 14.41366581215411
-FUSE 1
-1 25791U 99035A   03206.24226672  .00000379  00000-0  60573-4 0  9109
-2 25791  24.9836 209.4233 0010138 329.9393  30.0533 14.41365965215244
-FUSE 1
-1 25791U 99035A   03204.85749015  .00000390  00000-0  63688-4 0  9096
-2 25791  24.9836 217.9044 0010134 314.4685  45.4984 14.41365469215044
-FUSE 1
-1 25791U 99035A   03203.47271543  .00000301  00000-0  36716-4 0  9082
-2 25791  24.9838 226.3867 0010127 298.5921  61.3578 14.41364370214843
-FUSE 1
-1 25791U 99035A   03202.50337269 +.00000333 +00000-0 +46557-4 0 09082
-2 25791 024.9834 232.3257 0010184 287.7687 072.1712 14.41364273214708
-FUSE 1
-1 25791U 99035A   03202.43413602  .00000335  00000-0  47009-4 0  9074
-2 25791  24.9835 232.7499 0010187 287.0863  72.8636 14.41364263214692
-FUSE 1
-1 25791U 99035A   03200.49545146  .00000183  00000-0  84321-6 0  9067
-2 25791  24.9838 244.6283 0010314 266.2072  93.7255 14.41363179214415
-FUSE 1
-1 25791U 99035A   03199.24916265  .00000402  00000-0  67231-4 0  9053
-2 25791  24.9834 252.3006 0010423 253.2621 106.6748 14.41363500214236
-FUSE 1
-1 25791U 99035A   03197.58743701  .00000400  00000-0  66746-4 0  9048
-2 25791  24.9833 262.4772 0010401 235.9965 123.9556 14.41362839213996
-FUSE 1
-1 25791U 99035A   03196.61809736 +.00000504 +00000-0 +98396-4 0 09043
-2 25791 024.9830 268.4132 0010415 225.8377 134.1285 14.41362729213855
-FUSE 1
-1 25791U 99035A   03196.54885888  .00000449  00000-0  81664-4 0  9034
-2 25791  24.9830 268.8370 0010432 225.2935 134.6725 14.41362452213842
-FUSE 1
-1 25791U 99035A   03195.64875805 +.00000455 +00000-0 +83486-4 0 09224
-2 25791 024.9829 274.3493 0010447 216.0256 143.9548 14.41361982213717
-FUSE 1
-1 25791U 99035A   03194.88713482 +.00000400 +00000-0 +66658-4 0 09032
-2 25791 024.9833 279.0133 0010462 208.0340 151.9610 14.41361395213602
-FUSE 1
-1 25791U 99035A   03194.81789616  .00000397  00000-0  65761-4 0  9025
-2 25791  24.9833 279.4379 0010462 207.3064 152.6887 14.41361358213594
-FUSE 1
-1 25791U 99035A   03193.57160311  .00000394  00000-0  64958-4 0  9015
-2 25791  24.9835 287.0727 0010549 194.3193 165.7017 14.41360869213419
-FUSE 1
-1 25791U 99035A   03192.53302554  .00000384  00000-0  62038-4 0  9002
-2 25791  24.9837 293.4343 0010602 183.6268 176.4166 14.41360386213261
-FUSE 1
-1 25791U 99035A   03191.35597034  .00000393  00000-0  64745-4 0  8994
-2 25791  24.9836 300.6430 0010601 171.2654 188.8044 14.41359972213091
-FUSE 1
-1 25791U 99035A   03190.17891471  .00000398  00000-0  66148-4 0  8988
-2 25791  24.9835 307.8521 0010640 158.8269 201.2681 14.41359500212921
-FUSE 1
-1 25791U 99035A   03188.93261973 +.00000398 +00000-0 +66190-4 0 08984
-2 25791 024.9836 315.4853 0010668 145.8317 214.2878 14.41358965212741
-FUSE 1
-1 25791U 99035A   03188.86338107  .00000398  00000-0  66279-4 0  8977
-2 25791  24.9837 315.9093 0010668 145.1176 215.0032 14.41358942212734
-FUSE 1
-1 25791U 99035A   03187.89403965 +.00000399 +00000-0 +66534-4 0 09149
-2 25791 024.9837 321.8470 0010683 135.2787 224.8581 14.41358544212593
-FUSE 1
-1 25791U 99035A   03187.54784627  .00000403  00000-0  67680-4 0  8966
-2 25791  24.9839 323.9680 0010707 131.6538 228.4889 14.41358445212548
-FUSE 1
-1 25791U 99035A   03186.23230982  .00000406  00000-0  68626-4 0  8954
-2 25791  24.9839 332.0260 0010696 118.3365 241.8223 14.41357879212350
-FUSE 1
-1 25791U 99035A   03185.12448869  .00000396  00000-0  65488-4 0  8946
-2 25791  24.9837 338.8117 0010654 106.8250 253.3431 14.41357267212194
-FUSE 1
-1 25791U 99035A   03183.87818800  .00000395  00000-0  65374-4 0  8934
-2 25791  24.9840 346.4456 0010638  93.9282 266.2445 14.41356752212019
-FUSE 1
-1 25791U 99035A   03182.90884166 +.00000400 +00000-0 +66995-4 0 09146
-2 25791 024.9842 352.3832 0010602 083.8848 276.2865 14.41356408211870
-FUSE 1
-1 25791U 99035A   03182.56264693  .00000389  00000-0  63591-4 0  8925
-2 25791  24.9841 354.5053 0010564  80.1314 280.0389 14.41356127211820
-FUSE 1
-1 25791U 99035A   03181.93949462 +.00000396 +00000-0 +65802-4 0 09194
-2 25791 024.9843 358.3221 0010512 073.9292 286.2372 14.41355980211735
-FUSE 1
-1 25791U 99035A   03181.17786419  .00000395  00000-0  65266-4 0  8913
-2 25791  24.9844   2.9874 0010488  65.8262 294.3343 14.41355639211628
-FUSE 1
-1 25791U 99035A   03180.13927548  .00000410  00000-0  69784-4 0  8904
-2 25791  24.9846   9.3489 0010422  55.0943 305.0535 14.41355362211477
-FUSE 1
-1 25791U 99035A   03178.89296857  .00000417  00000-0  72182-4 0  8897
-2 25791  24.9844  16.9825 0010375  41.8562 318.2738 14.41354851211293
-FUSE 1
-1 25791U 99035A   03177.85437834  .00000422  00000-0  73448-4 0  8885
-2 25791  24.9849  23.3439 0010297  30.9792 329.1322 14.41354454211141
-FUSE 1
-1 25791U 99035A   03176.95426603 +.00000430 +00000-0 +76000-4 0 09042
-2 25791 024.9848 028.8557 0010293 021.4500 338.6436 14.41354102211016
-FUSE 1
-1 25791U 99035A   03176.05415314  .00000443  00000-0  79845-4 0  8874
-2 25791  24.9846  34.3674 0010294  11.9009 348.1738 14.41353789210880
-FUSE 1
-1 25791U 99035A   03175.01556135  .00000450  00000-0  82065-4 0  8861
-2 25791  24.9847  40.7274 0010280   1.0899 358.9629 14.41353338210732
-FUSE 1
-1 25791U 99035A   03173.97697009 +.00000396 +00000-0 +65568-4 0 08903
-2 25791 024.9822 047.0922 0010249 350.3402 009.6908 14.41352733210581
-FUSE 1
-1 25791U 99035A   03173.90773105  .00000369  00000-0  57536-4 0  8858
-2 25791  24.9822  47.5172 0010351 349.7832  10.2465 14.41352535210571
-FUSE 1
-1 25791U 99035A   03172.86913829  .00000604  00000-0  12883-3 0  8847
-2 25791  24.9818  53.8803 0010249 338.4160  21.5913 14.41352920210427
-FUSE 1
-1 25791U 99035A   03171.48434975  .00000462  00000-0  85627-4 0  8832
-2 25791  24.9815  62.3608 0010207 323.6696  36.3121 14.41351186210222
-FUSE 1
-1 25791U 99035A   03170.93043425 +.00000466 +00000-0 +86941-4 0 08965
-2 25791 024.9816 065.7566 0010267 317.5345 042.4371 14.41350839210142
-FUSE 1
-1 25791U 99035A   03170.16879981  .00000418  00000-0  72429-4 0  8822
-2 25791  24.9818  70.4234 0010268 308.4790  51.4798 14.41350330210030
-FUSE 1
-1 25791U 99035A   03169.96108168 +.00000420 +00000-0 +73009-4 0 08907
-2 25791 024.9818 071.6973 0010259 306.2163 053.7398 14.41350228210007
-FUSE 1
-1 25791U 99035A   03169.13020792  .00000418  00000-0  72287-4 0  8816
-2 25791  24.9816  76.7849 0010262 297.4420  62.5043 14.41349800209887
-FUSE 1
-1 25791U 99035A   03167.95313733 +.00000423 +00000-0 +73631-4 0 08836
-2 25791 024.9816 083.9955 0010237 284.2230 075.7140 14.41349347209712
-FUSE 1
-1 25791U 99035A   03167.88389799  .00000435  00000-0  77426-4 0  8809
-2 25791  24.9815  84.4197 0010234 283.5451  76.3924 14.41349399209702
-FUSE 1
-1 25791U 99035A   03166.98378580 +.00000412 +00000-0 +70359-4 0 08897
-2 25791 024.9815 089.9316 0010231 274.0471 085.8867 14.41348763209579
-FUSE 1
-1 25791U 99035A   03166.56834950  .00000395  00000-0  65244-4 0  8795
-2 25791  24.9815  92.4756 0010212 269.5845  90.3483 14.41348446209516
-FUSE 1
-1 25791U 99035A   03165.25280226  .00000385  00000-0  62295-4 0  8782
-2 25791  24.9816 100.5354 0010250 255.6305 104.3063 14.41347768209326
-FUSE 1
-1 25791U 99035A   03164.21421250  .00000364  00000-0  55776-4 0  8773
-2 25791  24.9817 106.8968 0010263 244.7090 115.2352 14.41347204209171
-FUSE 1
-1 25791U 99035A   03163.93725544 +.00000369 +00000-0 +57280-4 0 09097
-2 25791 024.9817 108.5944 0010284 241.8348 118.1121 14.41347113209132
-FUSE 1
-1 25791U 99035A   03162.96790594 +.00000356 +00000-0 +53409-4 0 08809
-2 25791 024.9817 114.5342 0010284 232.0618 127.8964 14.41346608208996
-FUSE 1
-1 25791U 99035A   03162.89866691  .00000344  00000-0  49614-4 0  8768
-2 25791  24.9818 114.9584 0010288 231.3218 128.6380 14.41346492208982
-FUSE 1
-1 25791U 99035A   03161.92931687 +.00000312 +00000-0 +39943-4 0 08814
-2 25791 024.9818 120.8944 0010301 221.0945 138.8793 14.41345978208841
-FUSE 1
-1 25791U 99035A   03161.51388123  .00000295  00000-0  34834-4 0  8757
-2 25791  24.9820 123.4393 0010342 216.6080 143.3724 14.41345778208782
-FUSE 1
-1 25791U 99035A   03160.95996814 +.00000250 +00000-0 +21193-4 0 08773
-2 25791 024.9821 126.8372 0010451 211.1438 148.8456 14.41345263208708
-FUSE 1
-1 25791U 99035A   03160.40605336  .00000261  00000-0  24623-4 0  8749
-2 25791  24.9820 130.2299 0010533 205.5270 154.4717 14.41345268208625
-FUSE 1
-1 25791U 99035A   03159.99061818 +.00000273 +00000-0 +28036-4 0 08815
-2 25791 024.9819 132.7771 0010571 201.2873 158.7201 14.41345234208560
-FUSE 1
-1 25791U 99035A   03159.22898615  .00000265  00000-0  25800-4 0  8732
-2 25791  24.9819 137.4409 0010567 193.3150 166.7080 14.41345034208454
-FUSE 1
-1 25791U 99035A   03158.19039828  .00000250  00000-0  21230-4 0  8726
-2 25791  24.9819 143.8080 0010564 183.2476 176.7970 14.41344597208302
-FUSE 1
-1 25791U 99035A   03156.66713447  .00000150  00000-0 -91100-5 0  8715
-2 25791  24.9821 153.1385 0010638 167.6080 192.4690 14.41343778208085
-FUSE 1
-1 25791U 99035A   03155.42082656  .00000252  00000-0  21776-4 0  8701
-2 25791  24.9824 160.7774 0010914 155.1123 204.9913 14.41344428207901
-FUSE 1
-1 25791U 99035A   03154.45147561 +.00000386 +00000-0 +62443-4 0 08827
-2 25791 024.9823 166.7138 0010921 144.9592 215.1639 14.41344834207768
-FUSE 1
-1 25791U 99035A   03154.24375716  .00000440  00000-0  78935-4 0  8698
-2 25791  24.9823 167.9870 0010912 142.7461 217.3784 14.41345004207737
-FUSE 1
-1 25791U 99035A   03152.72049180  .00000524  00000-0  10445-3 0  8685
-2 25791  24.9821 177.3180 0010876 127.0026 233.1484 14.41344268207516
-FUSE 1
-1 25791U 99035A   03151.54342182  .00000483  00000-0  91927-4 0  8670
-2 25791  24.9825 184.5392 0010739 116.1807 243.9807 14.41343273207343
-FUSE 1
-1 25791U 99035A   03150.22787149  .00000462  00000-0  85706-4 0  8664
-2 25791  24.9829 192.6106 0010589 103.2247 256.9442 14.41342447207158
-FUSE 1
-1 25791U 99035A   03148.56611937  .00000483  00000-0  92184-4 0  8659
-2 25791  24.9829 202.7908 0010554  85.9076 274.2645 14.41341656206911
-FUSE 1
-1 25791U 99035A   03147.52752265 +.00000485 +00000-0 +92660-4 0 08802
-2 25791 024.9829 209.1535 0010502 074.9181 285.2489 14.41341031206764
-FUSE 1
-1 25791U 99035A   03147.25056401  .00000444  00000-0  80285-4 0  8648
-2 25791  24.9832 210.8523 0010387  71.8386 288.3258 14.41340505206727
-FUSE 1
-1 25791U 99035A   03145.65804606  .00000436  00000-0  77914-4 0  8633
-2 25791  24.9834 220.6078 0010334  54.9657 305.1825 14.41339591206493
-FUSE 1
-1 25791U 99035A   03144.55020623  .00000437  00000-0  78023-4 0  8622
-2 25791  24.9834 227.3948 0010384  43.0456 317.0865 14.41338981206335
-FUSE 1
-1 25791U 99035A   03143.51160500  .00000421  00000-0  73254-4 0  8619
-2 25791  24.9837 233.7586 0010263  31.8445 328.2684 14.41338349206180
-FUSE 1
-1 25791U 99035A   03142.68072397 +.00000390 +00000-0 +63795-4 0 08751
-2 25791 024.9839 238.8486 0010272 023.0015 337.0956 14.41337687206064
-FUSE 1
-1 25791U 99035A   03142.33452356  .00000379  00000-0  60393-4 0  8602
-2 25791  24.9841 240.9721 0010255  19.1006 340.9888 14.41337442206011
-FUSE 1
-1 25791U 99035A   03141.71136164 +.00000379 +00000-0 +60626-4 0 08800
-2 25791 024.9840 244.7879 0010278 012.6009 347.4755 14.41337187205922
-FUSE 1
-1 25791U 99035A   03140.74199907  .00000370  00000-0  57735-4 0  8590
-2 25791  24.9841 250.7264 0010336   2.4159 357.6402 14.41336697205787
-FUSE 1
-1 25791U 99035A   03139.77263585 +.00000354 +00000-0 +52942-4 0 08660
-2 25791 024.9844 256.6661 0010354 351.8435 008.1907 14.41336219205647
-FUSE 1
-1 25791U 99035A   03139.56491547  .00000328  00000-0  45098-4 0  8584
-2 25791  24.9847 257.9406 0010399 349.2190  10.8094 14.41335926205617
-FUSE 1
-1 25791U 99035A   03138.73403226 +.00000337 +00000-0 +47751-4 0 08790
-2 25791 024.9846 263.0295 0010413 340.7827 019.2287 14.41335717205491
-FUSE 1
-1 25791U 99035A   03137.76466903  .00000347  00000-0  50863-4 0  8578
-2 25791  24.9846 268.9696 0010450 330.8995  29.0930 14.41335458205358
-FUSE 1
-1 25791U 99035A   03136.65682420  .00000390  00000-0  63870-4 0  8568
-2 25791  24.9845 275.7569 0010467 319.1949  40.7776 14.41335447205197
-FUSE 1
-1 25791U 99035A   03135.68746059 +.00000395 +00000-0 +65459-4 0 08569
-2 25791 024.9844 281.6931 0010472 309.0975 050.8590 14.41335072205053
-FUSE 1
-1 25791U 99035A   03135.54898003  .00000409  00000-0  69659-4 0  8552
-2 25791  24.9844 282.5416 0010458 307.6606  52.2948 14.41335149205036
-FUSE 1
-1 25791U 99035A   03134.51037701 +.00000418 +00000-0 +72356-4 0 08578
-2 25791 024.9842 288.9014 0010448 296.9961 062.9478 14.41334711204883
-FUSE 1
-1 25791U 99035A   03133.88721559  .00000426  00000-0  74642-4 0  8544
-2 25791  24.9841 292.7176 0010439 290.6823  69.2571 14.41334447204792
-FUSE 1
-1 25791U 99035A   03132.84861269 +.00000430 +00000-0 +75920-4 0 08592
-2 25791 024.9841 299.0779 0010500 279.5447 080.3876 14.41333984204649
-FUSE 1
-1 25791U 99035A   03132.57165180  .00000452  00000-0  82534-4 0  8538
-2 25791  24.9840 300.7743 0010474 276.5765  83.3548 14.41334042204600
-FUSE 1
-1 25791U 99035A   03131.87925065 +.00000453 +00000-0 +82898-4 0 08732
-2 25791 024.9839 305.0137 0010463 269.3387 090.5924 14.41333669204502
-FUSE 1
-1 25791U 99035A   03130.90988891  .00000490  00000-0  94080-4 0  8525
-2 25791  24.9837 310.9515 0010487 259.0381 100.8949 14.41333434204367
-FUSE 1
-1 25791U 99035A   03129.87128778  .00000523  00000-0  10424-3 0  8514
-2 25791  24.9835 317.3134 0010521 248.2159 111.7230 14.41333026204210
-FUSE 1
-1 25791U 99035A   03128.90192725 +.00000552 +00000-0 +11296-3 0 08532
-2 25791 024.9833 323.2517 0010552 238.0980 121.8502 14.41332579204072
-FUSE 1
-1 25791U 99035A   03128.83268738  .00000545  00000-0  11086-3 0  8508
-2 25791  24.9833 323.6764 0010568 237.4929 122.4559 14.41332467204067
-FUSE 1
-1 25791U 99035A   03127.93256604 +.00000601 +00000-0 +12794-3 0 08608
-2 25791 024.9830 329.1896 0010698 227.9538 132.0061 14.41332295203934
-FUSE 1
-1 25791U 99035A   03126.96320595  .00000625  00000-0  13528-3 0  8490
-2 25791  24.9830 335.1268 0010736 217.7754 142.2000 14.41331691203793
-FUSE 1
-1 25791U 99035A   03125.92460573  .00000669  00000-0  14867-3 0  8480
-2 25791  24.9827 341.4877 0010781 206.7283 153.2669 14.41331116203649
-FUSE 1
-1 25791U 99035A   03124.95524601 +.00000691 +00000-0 +15516-3 0 08505
-2 25791 024.9825 347.4243 0010785 196.3122 163.7039 14.41330332203501
-FUSE 1
-1 25791U 99035A   03124.88600610  .00000690  00000-0  15495-3 0  8473
-2 25791  24.9826 347.8485 0010786 195.5964 164.4215 14.41330260203492
-FUSE 1
-1 25791U 99035A   03123.91664594 +.00000696 +00000-0 +15682-3 0 08516
-2 25791 024.9825 353.7856 0010797 185.6495 174.3891 14.41329308203356
-FUSE 1
-1 25791U 99035A   03123.84740597  .00000693  00000-0  15596-3 0  8461
-2 25791  24.9825 354.2099 0010797 185.0043 175.0358 14.41329216203347
-FUSE 1
-1 25791U 99035A   03122.11640408  .00000703  00000-0  15884-3 0  8451
-2 25791  24.9822   4.8109 0010810 167.4774 192.6009 14.41327425203095
-FUSE 1
-1 25791U 99035A   03121.07780243  .00000667  00000-0  14783-3 0  8442
-2 25791  24.9822  11.1719 0010728 156.8103 203.2890 14.41325997202941
-FUSE 1
-1 25791U 99035A   03119.96995900 +.00000637 +00000-0 +13898-3 0 08471
-2 25791 024.9824 017.9568 0010660 145.4593 214.6611 14.41324655202780
-FUSE 1
-1 25791U 99035A   03119.90071904  .00000619  00000-0  13339-3 0  8430
-2 25791  24.9826  18.3811 0010636 144.7680 215.3531 14.41324414202771
-FUSE 1
-1 25791U 99035A   03118.86211447  .00000584  00000-0  12289-3 0  8425
-2 25791  24.9826  24.7417 0010559 134.0951 226.0434 14.41323141202622
-FUSE 1
-1 25791U 99035A   03117.96198940 +.00000540 +00000-0 +10940-3 0 08522
-2 25791 024.9829 030.2539 0010497 124.5628 235.5873 14.41321998202493
-FUSE 1
-1 25791U 99035A   03117.20034409  .00000515  00000-0  10194-3 0  8419
-2 25791  24.9829  34.9180 0010485 116.4587 243.7000 14.41321200202384
-FUSE 1
-1 25791U 99035A   03115.88477360  .00000443  00000-0  80015-4 0  8407
-2 25791  24.9830  42.9750 0010371 102.4463 257.7219 14.41319637202197
-FUSE 1
-1 25791U 99035A   03114.98464436 +.00000405 +00000-0 +68282-4 0 08441
-2 25791 024.9831 048.4873 0010313 092.7862 267.3832 14.41318779202065
-FUSE 1
-1 25791U 99035A   03114.84616281  .00000401  00000-0  67228-4 0  8392
-2 25791  24.9830  49.3353 0010321  91.2914 268.8779 14.41318665202046
-FUSE 1
-1 25791U 99035A   03113.94603175 +.00000392 +00000-0 +64358-4 0 08457
-2 25791 024.9830 054.8471 0010295 081.7820 278.3859 14.41318172201911
-FUSE 1
-1 25791U 99035A   03113.25362240  .00000391  00000-0  64235-4 0  8381
-2 25791  24.9829  59.0866 0010297  74.5006 285.6639 14.41317864201815
-FUSE 1
-1 25791U 99035A   03112.97665904 +.00000377 +00000-0 +60036-4 0 08459
-2 25791 024.9831 060.7830 0010270 071.4871 288.6765 14.41317625201778
-FUSE 1
-1 25791U 99035A   03112.21500808  .00000363  00000-0  55711-4 0  8377
-2 25791  24.9831  65.4465 0010279  63.4745 296.6818 14.41317184201660
-FUSE 1
-1 25791U 99035A   03111.17639208  .00000363  00000-0  55548-4 0  8365
-2 25791  24.9830  71.8062 0010279  52.4799 307.6644 14.41316776201510
-FUSE 1
-1 25791U 99035A   03110.96866852 +.00000365 +00000-0 +56405-4 0 08600
-2 25791 024.9830 073.0785 0010262 050.2094 309.9312 14.41316734201489
-FUSE 1
-1 25791U 99035A   03109.58384492 +.00000379 +00000-0 +60572-4 0 08369
-2 25791 024.9829 081.5576 0010264 035.5220 324.5953 14.41316327201288
-FUSE 1
-1 25791U 99035A   03109.37612134  .00000390  00000-0  63811-4 0  8354
-2 25791  24.9831  82.8309 0010191  33.2102 326.9042 14.41316389201252
-FUSE 1
-1 25791U 99035A   03108.33750280  .00000419  00000-0  72748-4 0  8344
-2 25791  24.9833  89.1917 0010176  22.3826 337.7123 14.41316238201101
-FUSE 1
-1 25791U 99035A   03107.22964140  .00000487  00000-0  93318-4 0  8333
-2 25791  24.9837  95.9773 0010052  10.7357 349.3362 14.41316429200940
-FUSE 1
-1 25791U 99035A   03105.98329705 +.00000572 +00000-0 +11935-3 0 08346
-2 25791 024.9839 103.6091 0010055 357.5958 002.4500 14.41316519200765
-FUSE 1
-1 25791U 99035A   03105.42936709  .00000573  00000-0  11956-3 0  8325
-2 25791  24.9839 107.0005 0010053 351.7713   8.2628 14.41316090200681
-FUSE 1
-1 25791U 99035A   03104.39074737  .00000618  00000-0  13316-3 0  8315
-2 25791  24.9841 113.3600 0010076 341.0911  18.9221 14.41315709200539
-FUSE 1
-1 25791U 99035A   03103.83681675 +.00000642 +00000-0 +14053-3 0 08493
-2 25791 024.9841 116.7516 0010112 335.4399 024.5624 14.41315476200452
-FUSE 1
-1 25791U 99035A   03103.21364467  .00000672  00000-0  14956-3 0  8307
-2 25791  24.9843 120.5685 0010100 328.7321  31.2586 14.41315278200363
-FUSE 1
-1 25791U 99035A   03101.89805968  .00000719  00000-0  16399-3 0  8298
-2 25791  24.9841 128.6245 0010100 314.9047  45.0638 14.41314506200177
-FUSE 1
-1 25791U 99035A   03100.72095835  .00000735  00000-0  16862-3 0  8285
-2 25791  24.9823 135.8422 0010255 300.3804  59.5679 14.41313234200009
-FUSE 1
-1 25791U 99035A   03099.95930502 +.00000731 +00000-0 +16758-3 0 08321
-2 25791 024.9822 140.5054 0010257 292.8087 067.1336 14.41312329199895
-FUSE 1
-1 25791U 99035A   03099.54386033  .00000758  00000-0  17568-3 0  8273
-2 25791  24.9817 143.0635 0010123 287.3571  72.5830 14.41312013199834
-FUSE 1
-1 25791U 99035A   03098.92068851 +.00000723 +00000-0 +16491-3 0 08499
-2 25791 024.9816 146.8804 0010159 280.5747 079.3533 14.41310909199748
-FUSE 1
-1 25791U 99035A   03098.22827686  .00000751  00000-0  17368-3 0  8261
-2 25791  24.9821 151.1234 0010310 272.8590  87.0746 14.41310499199644
-FUSE 1
-1 25791U 99035A   03097.18965913  .00000710  00000-0  16100-3 0  8258
-2 25791  24.9822 157.4830 0010353 261.6244  98.3091 14.41308833199495
-FUSE 1
-1 25791U 99035A   03095.94331601  .00000705  00000-0  15943-3 0  8248
-2 25791  24.9828 165.1153 0010485 248.0340 111.9051 14.41307527199315
-FUSE 1
-1 25791U 99035A   03094.55849177  .00000687  00000-0  15400-3 0  8232
-2 25791  24.9837 173.5981 0010507 233.7648 126.1888 14.41305878199115
-FUSE 1
-1 25791U 99035A   03093.79684032 +.00000617 +00000-0 +13296-3 0 08340
-2 25791 024.9830 178.2689 0010658 225.6842 134.2806 14.41303892199000
-FUSE 1
-1 25791U 99035A   03093.45063419  .00000588  00000-0  12399-3 0  8220
-2 25791  24.9830 180.3890 0010661 222.1502 137.8185 14.41303261198959
-FUSE 1
-1 25791U 99035A   03092.06580825  .00000498  00000-0  96689-4 0  8215
-2 25791  24.9829 188.8687 0010595 207.4856 152.5026 14.41301203198758
-FUSE 1
-1 25791U 99035A   03090.88870503  .00000512  00000-0  10095-3 0  8200
-2 25791  24.9830 196.0770 0010689 195.3984 164.6200 14.41300573198583
-FUSE 1
-1 25791U 99035A   03089.91932625 +.00000473 +00000-0 +89013-4 0 08355
-2 25791 024.9831 202.0132 0010707 185.2549 174.7855 14.41299501198441
-FUSE 1
-1 25791U 99035A   03089.57311974  .00000447  00000-0  81025-4 0  8193
-2 25791  24.9832 204.1347 0010678 181.8480 178.1989 14.41298969198393
-FUSE 1
-1 25791U 99035A   03088.18829319  .00000422  00000-0  73584-4 0  8189
-2 25791  24.9836 212.6159 0010751 167.8506 192.2415 14.41297973198190
-FUSE 1
-1 25791U 99035A   03087.14967143  .00000439  00000-0  78641-4 0  8178
-2 25791  24.9834 218.9892 0010499 154.7731 205.3306 14.41297621198044
-FUSE 1
-1 25791U 99035A   03086.94194663 +.00000428 +00000-0 +75286-4 0 08488
-2 25791 024.9835 220.2611 0010504 152.4498 207.6568 14.41297416198016
-FUSE 1
-1 25791U 99035A   03085.90332252  .00000414  00000-0  71085-4 0  8164
-2 25791  24.9838 226.6261 0010293 142.1870 217.9362 14.41296881197868
-FUSE 1
-1 25791U 99035A   03085.90332251 +.00000414 +00000-0 +71084-4 0 08173
-2 25791 024.9838 226.6261 0010293 142.1870 217.9361 14.41296881197867
-FUSE 1
-1 25791U 99035A   03084.86469882  .00000343  00000-0  49516-4 0  8152
-2 25791  24.9847 232.9875 0010201 130.8102 229.3297 14.41295801197719
-FUSE 1
-1 25791U 99035A   03083.89531250 +.00000489 +00000-0 +93920-4 0 08321
-2 25791 024.9844 238.9268 0010672 122.1781 237.9761 14.41296727197570
-FUSE 1
-1 25791U 99035A   03083.54910375  .00000503  00000-0  98232-4 0  8140
-2 25791  24.9844 241.0479 0010701 118.5123 241.6462 14.41296648197528
-FUSE 1
-1 25791U 99035A   03082.92592724 +.00000523 +00000-0 +10446-3 0 08451
-2 25791 024.9843 244.8641 0010700 112.2904 247.8737 14.41296449197438
-FUSE 1
-1 25791U 99035A   03082.16426759  .00000526  00000-0  10521-3 0  8133
-2 25791  24.9841 249.5294 0010669 104.2866 255.8838 14.41295912197327
-FUSE 1
-1 25791U 99035A   03081.12563750  .00000612  00000-0  13128-3 0  8122
-2 25791  24.9842 255.8923 0010711  94.3078 265.8647 14.41296014197175
-FUSE 1
-1 25791U 99035A   03079.87928172  .00000670  00000-0  14898-3 0  8112
-2 25791  24.9845 263.5260 0010772  80.9467 279.2259 14.41295470196990
-FUSE 1
-1 25791U 99035A   03078.90989285 +.00000680 +00000-0 +15204-3 0 08356
-2 25791 024.9842 269.4617 0010753 070.0356 290.1308 14.41294541196854
-FUSE 1
-1 25791U 99035A   03078.56368187  .00000702  00000-0  15885-3 0  8103
-2 25791  24.9840 271.5817 0010757  66.2560 293.9075 14.41294387196801
-FUSE 1
-1 25791U 99035A   03077.17883857  .00000638  00000-0  13930-3 0  8090
-2 25791  24.9843 280.0617 0010654  50.7889 309.3564 14.41292379196607
-FUSE 1
-1 25791U 99035A   03076.14020216  .00000782  00000-0  18324-3 0  8089
-2 25791  24.9848 286.4255 0010468  43.0582 317.0743 14.41292815196451
-FUSE 1
-1 25791U 99035A   03074.89383969  .00000825  00000-0  19632-3 0  8076
-2 25791  24.9853 294.0604 0010385  30.7066 329.4048 14.41291731196279
-FUSE 1
-1 25791U 99035A   03073.43974802  .00000854  00000-0  20497-3 0  8069
-2 25791  24.9852 302.9660 0010367  15.2865 344.7954 14.41290069196060
-FUSE 1
-1 25791U 99035A   03072.19338203  .00000856  00000-0  20554-3 0  8055
-2 25791  24.9854 310.5981 0010287   2.1680 357.8866 14.41288422195880
-FUSE 1
-1 25791U 99035A   03071.08550087  .00000818  00000-0  19402-3 0  8045
-2 25791  24.9860 317.3842 0010263 349.9948  10.0353 14.41286657195721
-FUSE 1
-1 25791U 99035A   03069.97761880 +.00000763 +00000-0 +17745-3 0 08086
-2 25791 024.9860 324.1683 0010236 338.1839 021.8232 14.41284751195560
-FUSE 1
-1 25791U 99035A   03069.90837617  .00000758  00000-0  17585-3 0  8032
-2 25791  24.9860 324.5922 0010236 337.4031  22.6028 14.41284617195558
-FUSE 1
-1 25791U 99035A   03068.93897780 +.00000723 +00000-0 +16521-3 0 08098
-2 25791 024.9864 330.5285 0010290 326.4566 033.5291 14.41283191195416
-FUSE 1
-1 25791U 99035A   03068.86973524  .00000716  00000-0  16303-3 0  8024
-2 25791  24.9864 330.9527 0010287 325.7078  34.2768 14.41283044195408
-FUSE 1
-1 25791U 99035A   03067.55412264  .00000656  00000-0  14496-3 0  8011
-2 25791  24.9864 339.0080 0010311 311.6370  48.3251 14.41281081195210
-FUSE 1
-1 25791U 99035A   03066.44623884  .00000578  00000-0  12112-3 0  8005
-2 25791  24.9864 345.7927 0010333 299.7399  60.2082 14.41279280195050
-FUSE 1
-1 25791U 99035A   03065.40759665  .00000526  00000-0  10514-3 0  7991
-2 25791  24.9863 352.1521 0010350 288.8170  71.1215 14.41277936194904
-FUSE 1
-1 25791U 99035A   03064.23046813  .00000487  00000-0  93421-4 0  7989
-2 25791  24.9864 359.3605 0010411 275.9615  83.9706 14.41276773194731
-FUSE 1
-1 25791U 99035A   03062.98409806 +.00000428 +00000-0 +75413-4 0 08015
-2 25791 024.9863 006.9942 0010426 262.5976 097.3348 14.41275346194553
-FUSE 1
-1 25791U 99035A   03062.91485526  .00000425  00000-0  74460-4 0  7973
-2 25791  24.9862   7.4181 0010421 261.8604  98.0722 14.41275270194547
-FUSE 1
-1 25791U 99035A   03061.94545741 +.00000420 +00000-0 +73017-4 0 08008
-2 25791 024.9848 013.3688 0010509 252.6434 107.2924 14.41274844194403
-FUSE 1
-1 25791U 99035A   03061.66848589  .00000420  00000-0  73002-4 0  7961
-2 25791  24.9848  15.0645 0010505 249.7386 110.1988 14.41274707194360
-FUSE 1
-1 25791U 99035A   03060.49135828  .00000388  00000-0  63176-4 0  7959
-2 25791  24.9852  22.2747 0010610 237.5708 122.3771 14.41273890194196
-FUSE 1
-1 25791U 99035A   03059.24498747  .00000395  00000-0  65325-4 0  7947
-2 25791  24.9851  29.9090 0010713 224.4424 135.5221 14.41273446194018
-FUSE 1
-1 25791U 99035A   03058.96801613 +.00000410 +00000-0 +70039-4 0 08335
-2 25791 024.9848 031.6055 0010711 221.6605 138.3087 14.41273447193979
-FUSE 1
-1 25791U 99035A   03057.79088784  .00000466  00000-0  86878-4 0  7935
-2 25791  24.9852  38.8148 0010787 209.3160 150.6743 14.41273450193800
-FUSE 1
-1 25791U 99035A   03056.75224577  .00000511  00000-0  10064-3 0  7925
-2 25791  24.9849  45.1756 0010796 198.5017 161.5097 14.41273260193657
-FUSE 1
-1 25791U 99035A   03055.71360371  .00000543  00000-0  11053-3 0  7916
-2 25791  24.9851  51.5371 0010893 187.8825 172.1502 14.41272912193506
-FUSE 1
-1 25791U 99035A   03054.81344706 +.00000592 +00000-0 +12526-3 0 07943
-2 25791 024.9854 057.0504 0010975 178.3725 181.6813 14.41272772193372
-FUSE 1
-1 25791U 99035A   03054.53647601  .00000595  00000-0  12630-3 0  7907
-2 25791  24.9855  58.7463 0010996 175.5448 184.5158 14.41272591193338
-FUSE 1
-1 25791U 99035A   03053.22086164  .00000648  00000-0  14239-3 0  7897
-2 25791  24.9854  66.8027 0011082 162.1387 197.9511 14.41272079193145
-FUSE 1
-1 25791U 99035A   03052.18221916  .00000654  00000-0  14422-3 0  7887
-2 25791  24.9857  73.1612 0010974 150.9371 209.1749 14.41271157192993
-FUSE 1
-1 25791U 99035A   03051.69751897 +.00000653 +00000-0 +14404-3 0 08192
-2 25791 024.9857 076.1286 0010974 145.8259 214.2956 14.41270685192926
-FUSE 1
-1 25791U 99035A   03050.86660284  .00000682  00000-0  15278-3 0  7875
-2 25791  24.9852  81.2163 0010966 137.4487 222.6871 14.41270247192803
-FUSE 1
-1 25791U 99035A   03049.55098927  .00000679  00000-0  15178-3 0  7862
-2 25791  24.9830  89.2921 0010776 123.5065 236.6474 14.41268750192615
-FUSE 1
-1 25791U 99035A   03046.91974757  .00000708  00000-0  16072-3 0  7848
-2 25791  24.9828 105.4061 0010755  96.1405 264.0326 14.41266314192231
-FUSE 1
-1 25791U 99035A   03045.81185480  .00000675  00000-0  15076-3 0  7838
-2 25791  24.9829 112.1925 0010804  84.5002 275.6738 14.41264829192071
-FUSE 1
-1 25791U 99035A   03044.56547187  .00000671  00000-0  14933-3 0  7821
-2 25791  24.9825 119.8235 0010884  72.1647 288.0048 14.41263465191897
-FUSE 1
-1 25791U 99035A   03043.87303595 +.00000663 +00000-0 +14707-3 0 08086
-2 25791 024.9823 124.0647 0010837 064.8117 295.3515 14.41262691191797
-FUSE 1
-1 25791U 99035A   03043.24984329  .00000652  00000-0  14385-3 0  7817
-2 25791  24.9824 127.8828 0010807  58.4950 301.6614 14.41261995191709
-FUSE 1
-1 25791U 99035A   03042.07269992  .00000613  00000-0  13188-3 0  7805
-2 25791  24.9827 135.0921 0010730  46.2939 313.8459 14.41260560191534
-FUSE 1
-1 25791U 99035A   03040.82631031  .00000590  00000-0  12473-3 0  7791
-2 25791  24.9825 142.7255 0010676  33.4461 326.6705 14.41259243191356
-FUSE 1
-1 25791U 99035A   03039.57991945  .00000595  00000-0  12637-3 0  7780
-2 25791  24.9832 150.3613 0010568  20.6980 339.3959 14.41258343191173
-FUSE 1
-1 25791U 99035A   03038.54125940  .00000562  00000-0  11637-3 0  7772
-2 25791  24.9831 156.7218 0010533   9.4132 350.6584 14.41257190191022
-FUSE 1
-1 25791U 99035A   03037.01788880  .00000562  00000-0  11641-3 0  7765
-2 25791  24.9831 166.0494 0010450 353.4940   6.5445 14.41256054190805
-FUSE 1
-1 25791U 99035A   03035.90998290 +.00000529 +00000-0 +10615-3 0 07762
-2 25791 024.9834 172.8362 0010444 341.3662 018.6462 14.41254945190649
-FUSE 1
-1 25791U 99035A   03035.84073869  .00000529  00000-0  10615-3 0  7750
-2 25791  24.9834 173.2601 0010444 340.6394  19.3715 14.41254896190637
-FUSE 1
-1 25791U 99035A   03034.94056470 +.00000514 +00000-0 +10178-3 0 07937
-2 25791 024.9830 178.7729 0010445 331.0545 028.9383 14.41254106190504
-FUSE 1
-1 25791U 99035A   03034.59434384  .00000508  00000-0  99976-4 0  7748
-2 25791  24.9829 180.8929 0010469 327.4109  32.5752 14.41253798190450
-FUSE 1
-1 25791U 99035A   03033.55568063  .00000512  00000-0  10098-3 0  7736
-2 25791  24.9832 187.2531 0010490 316.1247  43.8429 14.41253174190304
-FUSE 1
-1 25791U 99035A   03032.24004087  .00000509  00000-0  10030-3 0  7723
-2 25791  24.9833 195.3101 0010479 301.8051  58.1431 14.41252308190118
-FUSE 1
-1 25791U 99035A   03031.13213438  .00000500  00000-0  97473-4 0  7719
-2 25791  24.9834 202.0943 0010489 289.8402  70.0976 14.41251485189957
-FUSE 1
-1 25791U 99035A   03029.95498370 +.00000507 +00000-0 +99455-4 0 07726
-2 25791 024.9833 209.3044 0010568 277.2138 082.7170 14.41250807189787
-FUSE 1
-1 25791U 99035A   03029.88573951  .00000506  00000-0  99284-4 0  7704
-2 25791  24.9834 209.7284 0010567 276.4676  83.4627 14.41250759189775
-FUSE 1
-1 25791U 99035A   03028.91632543 +.00000457 +00000-0 +84396-4 0 07714
-2 25791 024.9829 215.6872 0010688 267.6409 092.2873 14.41250112189637
-FUSE 1
-1 25791U 99035A   03028.84708138  .00000459  00000-0  84922-4 0  7694
-2 25791  24.9829 216.1111 0010685 266.8899  93.0390 14.41250090189627
-FUSE 1
-1 25791U 99035A   03027.94690786 +.00000485 +00000-0 +92887-4 0 07916
-2 25791 024.9829 221.6256 0010733 257.2339 102.6968 14.41249791189494
-FUSE 1
-1 25791U 99035A   03027.39295481  .00000522  00000-0  10395-3 0  7687
-2 25791  24.9825 225.0181 0010750 251.6346 108.2992 14.41249718189410
-FUSE 1
-1 25791U 99035A   03026.90824636 +.00000535 +00000-0 +10794-3 0 07938
-2 25791 024.9827 227.9872 0010755 246.4607 113.4770 14.41249533189346
-FUSE 1
-1 25791U 99035A   03026.21580544  .00000600  00000-0  12773-3 0  7672
-2 25791  24.9822 232.2291 0010751 239.2471 120.6976 14.41249537189241
-FUSE 1
-1 25791U 99035A   03024.90017016  .00000620  00000-0  13395-3 0  7667
-2 25791  24.9825 240.2875 0010606 224.5201 135.4454 14.41248661189059
-FUSE 1
-1 25791U 99035A   03023.86150943  .00000683  00000-0  15306-3 0  7650
-2 25791  24.9823 246.6490 0010698 213.6230 146.3601 14.41248266188901
-FUSE 1
-1 25791U 99035A   03022.96133739 +.00000720 +00000-0 +16435-3 0 07885
-2 25791 024.9822 252.1619 0010714 203.8994 156.1017 14.41247660188774
-FUSE 1
-1 25791U 99035A   03022.47662920  .00000753  00000-0  17422-3 0  7647
-2 25791  24.9818 255.1315 0010728 199.1571 160.8533 14.41247360188703
-FUSE 1
-1 25791U 99035A   03021.23023620  .00000814  00000-0  19309-3 0  7631
-2 25791  24.9818 262.7649 0010872 186.1483 173.8893 14.41246466188524
-FUSE 1
-1 25791U 99035A   03020.19157559  .00000839  00000-0  20070-3 0  7627
-2 25791  24.9818 269.1258 0010854 175.1951 184.8664 14.41245346188376
-FUSE 1
-1 25791U 99035A   03019.15291393  .00000874  00000-0  21118-3 0  7618
-2 25791  24.9818 275.4875 0010879 164.2609 195.8238 14.41244267188221
-FUSE 1
-1 25791U 99035A   03017.90651918  .00000882  00000-0  21358-3 0  7606
-2 25791  24.9820 283.1229 0010889 151.5092 208.6013 14.41242588188047
-FUSE 1
-1 25791U 99035A   03016.86785572  .00000849  00000-0  20352-3 0  7598
-2 25791  24.9821 289.4833 0010877 140.6893 219.4408 14.41240829187899
-FUSE 1
-1 25791U 99035A   03015.96767820 +.00000843 +00000-0 +20187-3 0 07628
-2 25791 024.9820 294.9922 0010992 131.6564 228.4886 14.41239598187768
-FUSE 1
-1 25791U 99035A   03015.41372249  .00000840  00000-0  20100-3 0  7582
-2 25791  24.9820 298.3836 0010997 125.8349 234.3181 14.41238834187688
-FUSE 1
-1 25791U 99035A   03014.23656622  .00000784  00000-0  18395-3 0  7570
-2 25791  24.9824 305.5944 0010955 113.8675 246.2990 14.41236827187518
-FUSE 1
-1 25791U 99035A   03013.19789667  .00000698  00000-0  15769-3 0  7565
-2 25791  24.9829 311.9557 0010860 103.1125 257.0596 14.41234894187368
-FUSE 1
-1 25791U 99035A   03012.92091841 +.00000651 +00000-0 +14337-3 0 07913
-2 25791 024.9830 313.6530 0010837 100.3922 259.7809 14.41234171187328
-FUSE 1
-1 25791U 99035A   03011.95149077 +.00000591 +00000-0 +12511-3 0 07599
-2 25791 024.9833 319.5894 0010774 090.1943 269.9802 14.41232741187189
-FUSE 1
-1 25791U 99035A   03011.88224586  .00000585  00000-0  12347-3 0  7556
-2 25791  24.9834 320.0134 0010776  89.4952 270.6791 14.41232635187174
-FUSE 1
-1 25791U 99035A   03010.49734521  .00000571  00000-0  11922-3 0  7549
-2 25791  24.9836 328.4940 0010755  75.1825 284.9873 14.41231417186974
-FUSE 1
-1 25791U 99035A   03009.38942288  .00000562  00000-0  11651-3 0  7534
-2 25791  24.9838 335.2793 0010726  63.5938 296.5669 14.41230504186813
-FUSE 1
-1 25791U 99035A   03008.21225405  .00000536  00000-0  10847-3 0  7526
-2 25791  24.9841 342.4893 0010658  51.4879 308.6589 14.41229428186642
-FUSE 1
-1 25791U 99035A   03007.17357430  .00000496  00000-0  96283-4 0  7517
-2 25791  24.9846 348.8510 0010606  40.2151 319.9146 14.41228391186490
-FUSE 1
-1 25791U 99035A   03005.71941978  .00000492  00000-0  95196-4 0  7508
-2 25791  24.9848 357.7568 0010489  25.1948 334.9069 14.41227497186283
-FUSE 1
-1 25791U 99035A   03004.54224559  .00000519  00000-0  10345-3 0  7497
-2 25791  24.9849   4.9669 0010381  12.5994 347.4773 14.41226999186118
-FUSE 1
-1 25791U 99035A   03003.22657791  .00000659  00000-0  14583-3 0  7481
-2 25791  24.9844  13.0234 0010171 358.9129   1.1355 14.41227192185920
-FUSE 1
-1 25791U 99035A   03001.70317381 +.00000783 +00000-0 +18366-3 0 07470
-2 25791 024.9836 022.3505 0010142 342.3951 017.6202 14.41226616185702
-FUSE 1
-1 25791U 99035A   02365.66448900  .00000905  00000-0  22093-3 0  7466
-2 25791  24.9828  28.7111 0010120 331.1925  28.8023 14.41226254185555
-FUSE 1
-1 25791U 99035A   02364.55655917  .00001003  00000-0  25056-3 0  7452
-2 25791  24.9823  35.4963 0010124 319.5885  40.3870 14.41225360185397
-FUSE 1
-1 25791U 99035A   02363.24089208  .00001123  00000-0  28737-3 0  7442
-2 25791  24.9817  43.5541 0010043 305.4795  54.4774 14.41224128185206
-FUSE 1
-1 25791U 99035A   02361.85597983  .00001182  00000-0  30525-3 0  7433
-2 25791  24.9811  52.0336 0010047 290.8057  69.1372 14.41221885185001
-FUSE 1
-1 25791U 99035A   02360.81729577  .00001190  00000-0  30775-3 0  7429
-2 25791  24.9811  58.3946 0010013 279.4423  80.4952 14.41219863184855
-FUSE 1
-1 25791U 99035A   02359.98634816 +.00001193 +00000-0 +30865-3 0 07531
-2 25791 024.9811 063.4834 0010006 270.4269 089.5092 14.41218193184736
-FUSE 1
-1 25791U 99035A   02359.57087417  .00001197  00000-0  30966-3 0  7418
-2 25791  24.9812  66.0284 0010007 265.9037  94.0326 14.41217390184670
-FUSE 1
-1 25791U 99035A   02356.87029074  .00001204  00000-0  31182-3 0  7390
-2 25791  24.9811  82.5668 0009938 236.3646 123.5914 14.41211956184287
-FUSE 1
-1 25791U 99035A   02355.55462023  .00001090  00000-0  27728-3 0  7382
-2 25791  24.9809  90.6214 0010165 222.2949 137.6776 14.41208399184093
-FUSE 1
-1 25791U 99035A   02354.51593217  .00001046  00000-0  26390-3 0  7371
-2 25791  24.9811  96.9840 0010179 211.0308 148.9598 14.41206118183947
-FUSE 1
-1 25791U 99035A   02353.13101277  .00001006  00000-0  25162-3 0  7360
-2 25791  24.9814 105.4674 0010149 196.0465 163.9721 14.41203384183749
-FUSE 1
-1 25791U 99035A   02351.95382922 +.00000934 +00000-0 +22963-3 0 07372
-2 25791 024.9817 112.6764 0010197 184.0228 176.0200 14.41200867183570
-FUSE 1
-1 25791U 99035A   02351.88458303  .00000934  00000-0  22971-3 0  7358
-2 25791  24.9817 113.1005 0010193 183.2930 176.7513 14.41200763183569
-FUSE 1
-1 25791U 99035A   02350.91513627 +.00000904 +00000-0 +22045-3 0 07519
-2 25791 024.9819 119.0445 0010562 174.0065 186.0569 14.41199099183420
-FUSE 1
-1 25791U 99035A   02350.56890542  .00000886  00000-0  21508-3 0  7347
-2 25791  24.9818 121.1673 0010554 170.6826 189.3879 14.41198405183378
-FUSE 1
-1 25791U 99035A   02349.11473244  .00000853  00000-0  20507-3 0  7333
-2 25791  24.9823 130.0779 0010595 156.0675 204.0329 14.41196121183160
-FUSE 1
-1 25791U 99035A   02347.86829613  .00000843  00000-0  20210-3 0  7327
-2 25791  24.9826 137.7176 0010579 143.6291 216.4936 14.41194381182982
-FUSE 1
-1 25791U 99035A   02346.96809054 +.00000846 +00000-0 +20310-3 0 07328
-2 25791 024.9827 143.2322 0010589 134.4622 225.6760 14.41193196182851
-FUSE 1
-1 25791U 99035A   02346.82959720  .00000840  00000-0  20129-3 0  7310
-2 25791  24.9828 144.0807 0010580 133.0588 227.0808 14.41192967182838
-FUSE 1
-1 25791U 99035A   02345.92939017 +.00000816 +00000-0 +19371-3 0 07418
-2 25791 024.9830 149.5942 0010509 123.9678 236.1843 14.41191589182705
-FUSE 1
-1 25791U 99035A   02345.58315657  .00000792  00000-0  18653-3 0  7301
-2 25791  24.9831 151.7183 0010408 120.6946 239.4591 14.41190929182655
-FUSE 1
-1 25791U 99035A   02344.89068773 +.00000785 +00000-0 +18451-3 0 07429
-2 25791 024.9831 155.9574 0010423 113.3541 246.8055 14.41190019182558
-FUSE 1
-1 25791U 99035A   02344.54445368  .00000789  00000-0  18568-3 0  7298
-2 25791  24.9831 158.0799 0010476 110.1229 250.0410 14.41189637182508
-FUSE 1
-1 25791U 99035A   02343.15951322  .00000783  00000-0  18396-3 0  7288
-2 25791  24.9834 166.5623 0010426  96.2869 263.8829 14.41187968182309
-FUSE 1
-1 25791U 99035A   02342.88252492 +.00000775 +00000-0 +18152-3 0 07460
-2 25791 024.9835 168.2588 0010398 093.2895 266.8803 14.41187559182269
-FUSE 1
-1 25791U 99035A   02341.98231177  .00000761  00000-0  17708-3 0  7277
-2 25791  24.9836 173.7711 0010366  83.7509 276.4178 14.41186369182136
-FUSE 1
-1 25791U 99035A   02340.87435475  .00000768  00000-0  17944-3 0  7269
-2 25791  24.9836 180.5545 0010319  72.0817 288.0815 14.41185129181979
-FUSE 1
-1 25791U 99035A   02339.90489123 +.00000743 +00000-0 +17159-3 0 07373
-2 25791 024.9838 186.4897 0010302 061.8181 298.3364 14.41183804181834
-FUSE 1
-1 25791U 99035A   02339.00467365  .00000760  00000-0  17694-3 0  7258
-2 25791  24.9837 192.0009 0010340  52.4233 307.7215 14.41182886181702
-FUSE 1
-1 25791U 99035A   02337.96595978 +.00000747 +00000-0 +17292-3 0 07274
-2 25791 024.9838 198.3601 0010349 041.4682 318.6611 14.41181581181550
-FUSE 1
-1 25791U 99035A   02337.89671225  .00000735  00000-0  16930-3 0  7248
-2 25791  24.9838 198.7841 0010344  40.6825 319.4454 14.41181406181544
-FUSE 1
-1 25791U 99035A   02336.92724431 +.00000730 +00000-0 +16784-3 0 07263
-2 25791 024.9839 204.7190 0010345 030.4753 329.6355 14.41180304181402
-FUSE 1
-1 25791U 99035A   02336.85799660  .00000726  00000-0  16666-3 0  7232
-2 25791  24.9840 205.1432 0010343  29.6910 330.4183 14.41180198181399
-FUSE 1
-1 25791U 99035A   02335.95777534 +.00000723 +00000-0 +16574-3 0 07378
-2 25791 024.9840 210.6541 0010353 020.2600 339.8318 14.41179182181265
-FUSE 1
-1 25791U 99035A   02335.12680126  .00000724  00000-0  16595-3 0  7225
-2 25791  24.9839 215.7423 0010346  11.4473 348.6270 14.41178242181148
-FUSE 1
-1 25791U 99035A   02333.88033836  .00000777  00000-0  18215-3 0  7214
-2 25791  24.9838 223.3729 0010367 358.4414   1.6064 14.41177194180964
-FUSE 1
-1 25791U 99035A   02332.21838680  .00000738  00000-0  17012-3 0  7200
-2 25791  24.9840 233.5483 0010369 340.4562  19.5551 14.41175004180725
-FUSE 1
-1 25791U 99035A   02330.97192266 +.00000736 +00000-0 +16945-3 0 07228
-2 25791 024.9841 241.1847 0010383 327.1955 032.7907 14.41173576180543
-FUSE 1
-1 25791U 99035A   02330.90267454  .00000744  00000-0  17204-3 0  7197
-2 25791  24.9842 241.6086 0010384 326.4698  33.5151 14.41173549180530
-FUSE 1
-1 25791U 99035A   02329.93320137 +.00000795 +00000-0 +18754-3 0 07238
-2 25791 024.9841 247.5450 0010325 316.0567 043.9119 14.41172687180399
-FUSE 1
-1 25791U 99035A   02329.86395339  .00000793  00000-0  18694-3 0  7181
-2 25791  24.9841 247.9690 0010320 315.3599  44.6079 14.41172585180380
-FUSE 1
-1 25791U 99035A   02328.96372831 +.00000874 +00000-0 +21177-3 0 07262
-2 25791 024.9839 253.4818 0010301 306.0731 053.8822 14.41171745180256
-FUSE 1
-1 25791U 99035A   02328.47899189  .00000852  00000-0  20479-3 0  7178
-2 25791  24.9839 256.4492 0010283 300.9882  58.9620 14.41170988180188
-FUSE 1
-1 25791U 99035A   02327.23252631  .00000997  00000-0  24907-3 0  7165
-2 25791  24.9837 264.0850 0010209 287.9702  71.9692 14.41169674180007
-FUSE 1
-1 25791U 99035A   02325.91681241  .00001075  00000-0  27280-3 0  7155
-2 25791  24.9835 272.1466 0010275 274.0090  85.9246 14.41167756179814
-FUSE 1
-1 25791U 99035A   02324.94733872 +.00001074 +00000-0 +27250-3 0 07151
-2 25791 024.9837 278.0849 0010343 263.9267 096.0064 14.41166020179673
-FUSE 1
-1 25791U 99035A   02324.67034596  .00001073  00000-0  27216-3 0  7148
-2 25791  24.9837 279.7804 0010340 261.0175  98.9158 14.41165514179634
-FUSE 1
-1 25791U 99035A   02323.97786359 +.00001085 +00000-0 +27593-3 0 07186
-2 25791 024.9834 284.0218 0010561 253.2107 106.7242 14.41164354179534
-FUSE 1
-1 25791U 99035A   02323.56237448  .00001085  00000-0  27595-3 0  7138
-2 25791  24.9834 286.5654 0010546 248.8875 111.0502 14.41163593179475
-FUSE 1
-1 25791U 99035A   02322.24665714  .00001162  00000-0  29927-3 0  7129
-2 25791  24.9833 294.6241 0010703 233.4813 126.4702 14.41161870179280
-FUSE 1
-1 25791U 99035A   02321.20793280  .00001220  00000-0  31720-3 0  7112
-2 25791  24.9829 300.9847 0010808 222.5858 137.3810 14.41160264179133
-FUSE 1
-1 25791U 99035A   02319.40747635  .00001263  00000-0  33024-3 0  7109
-2 25791  24.9825 312.0065 0010876 203.7169 156.2843 14.41156787178877
-FUSE 1
-1 25791U 99035A   02318.64574421 +.00001273 +00000-0 +33320-3 0 07183
-2 25791 024.9823 316.6719 0010904 195.8401 164.1766 14.41155172178760
-FUSE 1
-1 25791U 99035A   02317.81476349 +.00001220 +00000-0 +31728-3 0 07352
-2 25791 024.9826 321.7601 0010933 187.6105 172.4237 14.41152903178643
-FUSE 1
-1 25791U 99035A   02316.84528386  .00001225  00000-0  31884-3 0  7081
-2 25791  24.9827 327.6980 0010976 177.5120 182.5438 14.41150915178502
-FUSE 1
-1 25791U 99035A   02315.59880787  .00001242  00000-0  32394-3 0  7073
-2 25791  24.9825 335.3293 0011048 164.4233 195.6623 14.41148412178324
-FUSE 1
-1 25791U 99035A   02314.69857361 +.00001241 +00000-0 +32373-3 0 07071
-2 25791 024.9823 340.8415 0011033 155.1164 204.9876 14.41146449178190
-FUSE 1
-1 25791U 99035A   02314.56007609  .00001242  00000-0  32393-3 0  7061
-2 25791  24.9823 341.6892 0011038 153.6592 206.4489 14.41146160178176
-FUSE 1
-1 25791U 99035A   02313.24434699  .00001193  00000-0  30916-3 0  7051
-2 25791  24.9828 349.7471 0011087 140.1634 219.9694 14.41143010177981
-FUSE 1
-1 25791U 99035A   02312.20561116  .00001132  00000-0  29035-3 0  7043
-2 25791  24.9834 356.1079 0011110 129.7443 230.4048 14.41140389177833
-FUSE 1
-1 25791U 99035A   02311.92861422 +.00001126 +00000-0 +28868-3 0 07309
-2 25791 024.9835 357.8035 0011119 126.7910 233.3617 14.41139808177792
-FUSE 1
-1 25791U 99035A   02310.95912468 +.00001083 +00000-0 +27550-3 0 07048
-2 25791 024.9837 003.7403 0011086 116.7489 243.4157 14.41137566177658
-FUSE 1
-1 25791U 99035A   02310.82062580  .00001082  00000-0  27519-3 0  7038
-2 25791  24.9837   4.5881 0011089 115.2851 244.8806 14.41137305177632
-FUSE 1
-1 25791U 99035A   02309.78188408 +.00001035 +00000-0 +26086-3 0 07068
-2 25791 024.9840 010.9478 0011067 104.2526 255.9212 14.41135021177482
-FUSE 1
-1 25791U 99035A   02309.57413526  .00001031  00000-0  25964-3 0  7023
-2 25791  24.9841  12.2196 0011058 102.0689 258.1059 14.41134631177458
-FUSE 1
-1 25791U 99035A   02308.67388968 +.00001007 +00000-0 +25233-3 0 07048
-2 25791 024.9841 017.7307 0011071 092.5180 267.6595 14.41132871177326
-FUSE 1
-1 25791U 99035A   02308.53539014  .00001005  00000-0  25166-3 0  7013
-2 25791  24.9842  18.5786 0011066  91.0739 269.1037 14.41132629177302
-FUSE 1
-1 25791U 99035A   02307.08114362  .00000944  00000-0  23310-3 0  7006
-2 25791  24.9847  27.4838 0011100  76.0546 284.1186 14.41129780177094
-FUSE 1
-1 25791U 99035A   02306.04239290  .00000935  00000-0  23046-3 0  6992
-2 25791  24.9847  33.8456 0011062  65.0552 295.1089 14.41128082176944
-FUSE 1
-1 25791U 99035A   02304.86513927  .00000956  00000-0  23688-3 0  6986
-2 25791  24.9847  41.0556 0010946  52.9833 307.1674 14.41126496176775
-FUSE 1
-1 25791U 99035A   02303.89563460 +.00000960 +00000-0 +23806-3 0 06982
-2 25791 024.9849 046.9935 0010898 043.0452 317.0893 14.41125049176637
-FUSE 1
-1 25791U 99035A   02303.82638415  .00000966  00000-0  23984-3 0  6970
-2 25791  24.9849  47.4173 0010865  42.3451 317.7891 14.41125000176623
-FUSE 1
-1 25791U 99035A   02302.71837611 +.00001023 +00000-0 +25722-3 0 07019
-2 25791 024.9847 054.2005 0010813 031.1742 328.9406 14.41123746176466
-FUSE 1
-1 25791U 99035A   02302.57987459  .00001040  00000-0  26254-3 0  6962
-2 25791  24.9846  55.0483 0010830  29.7688 330.3422 14.41123680176445
-FUSE 1
-1 25791U 99035A   02300.98711079  .00001096  00000-0  27956-3 0  6958
-2 25791  24.9841  64.7981 0010843  13.0413 347.0373 14.41121314176213
-FUSE 1
-1 25791U 99035A   02299.87909991  .00001128  00000-0  28943-3 0  6947
-2 25791  24.9841  71.5856 0010786   1.4027 358.6513 14.41119575176050
-FUSE 1
-1 25791U 99035A   02298.84033835  .00001169  00000-0  30201-3 0  6932
-2 25791  24.9842  77.9480 0010811 350.6657   9.3651 14.41117963175906
-FUSE 1
-1 25791U 99035A   02297.94007642 +.00001182 +00000-0 +30577-3 0 06941
-2 25791 024.9844 083.4626 0010597 339.8645 020.1444 14.41116418175779
-FUSE 1
-1 25791U 99035A   02297.80157473  .00001180  00000-0  30538-3 0  6927
-2 25791  24.9845  84.3107 0010600 338.3923  21.6137 14.41116135175751
-FUSE 1
-1 25791U 99035A   02296.90131265 +.00001199 +00000-0 +31112-3 0 07052
-2 25791 024.9844 089.8231 0010565 328.5579 031.4298 14.41114507175620
-FUSE 1
-1 25791U 99035A   02296.55505701  .00001238  00000-0  32303-3 0  6914
-2 25791  24.9844  91.9448 0010517 324.3002  35.6802 14.41114238175578
-FUSE 1
-1 25791U 99035A   02295.93179849 +.00001243 +00000-0 +32465-3 0 07023
-2 25791 024.9845 095.7602 0010517 317.7975 042.1726 14.41112961175487
-FUSE 1
-1 25791U 99035A   02295.51629228  .00001254  00000-0  32781-3 0  6907
-2 25791  24.9843  98.3052 0010532 313.0139  46.9486 14.41112188175421
-FUSE 1
-1 25791U 99035A   02294.96228418 +.00001256 +00000-0 +32856-3 0 07075
-2 25791 024.9843 101.6963 0010529 307.2176 052.7370 14.41111015175348
-FUSE 1
-1 25791U 99035A   02294.13127216  .00001240  00000-0  32359-3 0  6898
-2 25791  24.9841 106.7843 0010541 298.5475  61.3971 14.41109044175226
-FUSE 1
-1 25791U 99035A   02293.92351906 +.00001239 +00000-0 +32344-3 0 07139
-2 25791 024.9843 108.0569 0010535 296.3424 063.6002 14.41108613175198
-FUSE 1
-1 25791U 99035A   02292.95400352 +.00001237 +00000-0 +32256-3 0 06905
-2 25791 024.9842 113.9928 0010572 285.9862 073.9481 14.41106520175057
-FUSE 1
-1 25791U 99035A   02292.88475244  .00001234  00000-0  32188-3 0  6887
-2 25791  24.9842 114.4167 0010574 285.2452  74.6888 14.41106349175045
-FUSE 1
-1 25791U 99035A   02291.56898052  .00001216  00000-0  31640-3 0  6878
-2 25791  24.9839 122.4724 0010637 271.2762  88.6530 14.41103373174859
-FUSE 1
-1 25791U 99035A   02290.94572017 +.00001195 +00000-0 +30991-3 0 07009
-2 25791 024.9844 126.2889 0010671 264.7560 095.1729 14.41101851174762
-FUSE 1
-1 25791U 99035A   02290.18395700  .00001174  00000-0  30345-3 0  6860
-2 25791  24.9843 130.9526 0010673 256.7111 103.2208 14.41100044174650
-FUSE 1
-1 25791U 99035A   02288.86818259  .00001140  00000-0  29323-3 0  6857
-2 25791  24.9845 139.0064 0010704 243.0013 116.9405 14.41097023174465
-FUSE 1
-1 25791U 99035A   02287.89866426 +.00001136 +00000-0 +29186-3 0 06894
-2 25791 024.9843 144.9409 0010684 232.7314 127.2281 14.41095095174326
-FUSE 1
-1 25791U 99035A   02287.20614986  .00001151  00000-0  29649-3 0  6847
-2 25791  24.9827 149.1875 0010669 225.6654 134.2979 14.41093836174225
-FUSE 1
-1 25791U 99035A   02285.89037225  .00001130  00000-0  29004-3 0  6836
-2 25791  24.9828 157.2454 0010692 211.9002 148.0860 14.41091133174039
-FUSE 1
-1 25791U 99035A   02284.85159928  .00001103  00000-0  28186-3 0  6825
-2 25791  24.9828 163.6064 0010728 200.9652 159.0419 14.41088960173884
-FUSE 1
-1 25791U 99035A   02283.32806291  .00001033  00000-0  26046-3 0  6812
-2 25791  24.9830 172.9322 0010689 184.6616 175.3793 14.41085821173666
-FUSE 1
-1 25791U 99035A   02282.98180447 +.00000996 +00000-0 +24906-3 0 06844
-2 25791 024.9832 175.0528 0010704 180.9650 179.0837 14.41085010173610
-FUSE 1
-1 25791U 99035A   02282.22003459  .00001026  00000-0  25852-3 0  6800
-2 25791  24.9831 179.7159 0010708 172.9134 187.1536 14.41083903173505
-FUSE 1
-1 25791U 99035A   02280.97350077 +.00000830 +00000-0 +19849-3 0 06802
-2 25791 024.9833 187.3563 0011025 161.6340 198.4554 14.41080808173324
-FUSE 1
-1 25791U 99035A   02280.90424885  .00000955  00000-0  23675-3 0  6792
-2 25791  24.9831 187.7802 0010991 160.8057 199.2869 14.41081211173315
-FUSE 1
-1 25791U 99035A   02279.93472079 +.00001010 +00000-0 +25355-3 0 06825
-2 25791 024.9829 193.7205 0011006 150.8784 209.2336 14.41079909173176
-FUSE 1
-1 25791U 99035A   02279.38070408  .00001043  00000-0  26359-3 0  6780
-2 25791  24.9829 197.1114 0011002 144.9425 215.1807 14.41079042173093
-FUSE 1
-1 25791U 99035A   02278.20341727  .00000963  00000-0  23930-3 0  6776
-2 25791  24.9832 204.3229 0011020 133.2028 226.9401 14.41076821172928
-FUSE 1
-1 25791U 99035A   02276.88762358  .00000955  00000-0  23667-3 0  6762
-2 25791  24.9828 212.3833 0011005 119.6564 240.5042 14.41074562172731
-FUSE 1
-1 25791U 99035A   02275.50257357  .00000810  00000-0  19257-3 0  6757
-2 25791  24.9832 220.8633 0010929 105.5890 254.5823 14.41071888172536
-FUSE 1
-1 25791U 99035A   02274.94855287 +.00000769 +00000-0 +18010-3 0 06782
-2 25791 024.9832 224.2597 0010747 099.8528 260.3191 14.41070889172458
-FUSE 1
-1 25791U 99035A   02274.39453091  .00000766  00000-0  17925-3 0  6745
-2 25791  24.9832 227.6504 0010741  94.0800 266.0941 14.41070217172379
-FUSE 1
-1 25791U 99035A   02273.97901442 +.00000752 +00000-0 +17475-3 0 06831
-2 25791 024.9833 230.1965 0010675 089.7969 270.3764 14.41069590172310
-FUSE 1
-1 25791U 99035A   02273.21723299  .00000755  00000-0  17576-3 0  6734
-2 25791  24.9834 234.8609 0010679  81.6884 278.4835 14.41068740172200
-FUSE 1
-1 25791U 99035A   02272.94022098 +.00000777 +00000-0 +18254-3 0 07023
-2 25791 024.9832 236.5583 0010621 078.7403 281.4295 14.41068586172166
-FUSE 1
-1 25791U 99035A   02271.97067853 +.00000808 +00000-0 +19195-3 0 06741
-2 25791 024.9832 242.4959 0010491 068.8195 291.3434 14.41067715172025
-FUSE 1
-1 25791U 99035A   02271.55516014  .00000808  00000-0  19212-3 0  6721
-2 25791  24.9832 245.0390 0010492  64.4543 295.7048 14.41067193171964
-FUSE 1
-1 25791U 99035A   02270.51636263  .00000857  00000-0  20706-3 0  6718
-2 25791  24.9832 251.3989 0010443  53.4959 306.6509 14.41066244171817
-FUSE 1
-1 25791U 99035A   02269.33905765  .00000893  00000-0  21807-3 0  6704
-2 25791  24.9833 258.6080 0010394  40.7861 319.3423 14.41064845171648
-FUSE 1
-1 25791U 99035A   02268.23100366  .00000992  00000-0  24815-3 0  6696
-2 25791  24.9827 265.3949 0010332  28.8061 331.3014 14.41063880171481
-FUSE 1
-1 25791U 99035A   02267.19220147  .00001098  00000-0  28063-3 0  6686
-2 25791  24.9823 271.7543 0010324  17.9281 342.1586 14.41062934171339
-FUSE 1
-1 25791U 99035A   02265.66862362  .00001232  00000-0  32165-3 0  6674
-2 25791  24.9816 281.0815 0010329   1.9220 358.1327 14.41060966171117
-FUSE 1
-1 25791U 99035A   02264.56056684  .00001222  00000-0  31866-3 0  6669
-2 25791  24.9817 287.8674 0010319 349.8851  10.1457 14.41058532170954
-FUSE 1
-1 25791U 99035A   02263.52176164  .00001227  00000-0  32006-3 0  6651
-2 25791  24.9817 294.2294 0010341 338.4888  21.5185 14.41056345170801
-FUSE 1
-1 25791U 99035A   02262.62146251 +.00001266 +00000-0 +33195-3 0 06726
-2 25791 024.9813 299.7417 0010331 328.9476 031.0420 14.41054666170677
-FUSE 1
-1 25791U 99035A   02262.41370124  .00001257  00000-0  32914-3 0  6640
-2 25791  24.9813 301.0139 0010341 326.6238  33.3618 14.41054137170641
-FUSE 1
-1 25791U 99035A   02261.23638509  .00001327  00000-0  35045-3 0  6638
-2 25791  24.9808 308.2225 0010336 313.5426  46.4225 14.41052008170473
-FUSE 1
-1 25791U 99035A   02260.19757547  .00001443  00000-0  38612-3 0  6627
-2 25791  24.9803 314.5833 0010346 302.4458  57.5047 14.41050420170321
-FUSE 1
-1 25791U 99035A   02259.71279796 +.00001450 +00000-0 +38808-3 0 06904
-2 25791 024.9803 317.5503 0010348 297.3449 062.6007 14.41049231170255
-FUSE 1
-1 25791U 99035A   02258.81249669  .00001457  00000-0  39044-3 0  6618
-2 25791  24.9801 323.0624 0010344 288.1227  71.8153 14.41046928170127
-FUSE 1
-1 25791U 99035A   02257.56592355  .00001607  00000-0  43604-3 0  6605
-2 25791  24.9798 330.6972 0010331 274.6720  85.2607 14.41044565169942
-FUSE 1
-1 25791U 99035A   02256.52711275  .00001599  00000-0  43384-3 0  6597
-2 25791  24.9793 337.0578 0010393 263.4699  96.4645 14.41041446169793
-FUSE 1
-1 25791U 99035A   02255.41904580  .00001584  00000-0  42933-3 0  6589
-2 25791  24.9787 343.8424 0010407 251.9278 108.0095 14.41038086169630
-FUSE 1
-1 25791U 99035A   02254.72650348 +.00001491 +00000-0 +40078-3 0 06835
-2 25791 024.9788 348.0813 0010411 244.6244 115.3195 14.41035736169537
-FUSE 1
-1 25791U 99035A   02253.89545131  .00001396  00000-0  37159-3 0  6576
-2 25791  24.9785 353.1698 0010435 235.7390 124.2119 14.41033155169416
-FUSE 1
-1 25791U 99035A   02252.92589091 +.00001057 +00000-0 +26812-3 0 06570
-2 25791 024.9789 359.1085 0010610 225.0767 134.8879 14.41029740169270
-FUSE 1
-1 25791U 99035A   02252.85663624  .00001059  00000-0  26870-3 0  6562
-2 25791  24.9790 359.5326 0010621 224.3210 135.6441 14.41029635169267
-FUSE 1
-1 25791U 99035A   02251.95632761 +.00001005 +00000-0 +25223-3 0 06562
-2 25791 024.9790 005.0443 0010707 214.4524 145.5288 14.41027801169131
-FUSE 1
-1 25791U 99035A   02251.81781883  .00001011  00000-0  25399-3 0  6557
-2 25791  24.9790   5.8921 0010710 212.9295 147.0567 14.41027608169112
-FUSE 1
-1 25791U 99035A   02250.70974565 +.00000905 +00000-0 +22152-3 0 06628
-2 25791 024.9792 012.6758 0010740 201.5396 158.4662 14.41025222168950
-FUSE 1
-1 25791U 99035A   02250.57123644  .00000892  00000-0  21766-3 0  6543
-2 25791  24.9793  13.5236 0010741 200.1557 159.8528 14.41024911168935
-FUSE 1
-1 25791U 99035A   02248.90912382  .00000783  00000-0  18435-3 0  6539
-2 25791  24.9796  23.6965 0010767 182.5930 177.4521 14.41021797168696
-FUSE 1
-1 25791U 99035A   02247.93955749 +.00000652 +00000-0 +14418-3 0 06762
-2 25791 024.9802 029.6342 0010910 173.0331 187.0327 14.41019680168553
-FUSE 1
-1 25791U 99035A   02247.24700867  .00000614  00000-0  13267-3 0  6528
-2 25791  24.9803  33.8749 0010996 165.8745 194.2065 14.41018736168453
-FUSE 1
-1 25791U 99035A   02246.13892944  .00000537  00000-0  10933-3 0  6513
-2 25791  24.9806  40.6587 0011018 154.5982 205.5064 14.41017206168294
-FUSE 1
-1 25791U 99035A   02244.89233811  .00000526  00000-0  10578-3 0  6508
-2 25791  24.9810  48.2931 0011178 142.1273 218.0023 14.41016304168112
-FUSE 1
-1 25791U 99035A   02243.57648803  .00000736  00000-0  16997-3 0  6495
-2 25791  24.9800  56.3527 0011307 128.8388 231.3126 14.41016815167921
-FUSE 1
-1 25791U 99035A   02242.12212513  .00001042  00000-0  26353-3 0  6487
-2 25791  24.9790  65.2545 0011385 113.4504 246.7186 14.41017164167715
-FUSE 1
-1 25791U 99035A   02241.15254607  .00001586  00000-0  42999-3 0  6475
-2 25791  24.9772  71.1895 0011244 103.6925 256.4821 14.41018933167574
-FUSE 1
-1 25791U 99035A   02240.87553062  .00000969  00000-0  24140-3 0  6461
-2 25791  24.9785  72.8895 0010796 101.1155 259.0566 14.41013762167531
-FUSE 1
-1 25791U 99035A   02239.90595273 +.00001112 +00000-0 +28499-3 0 06645
-2 25791 024.9781 078.8252 0010791 090.9038 269.2706 14.41013017167396
-FUSE 1
-1 25791U 99035A   02239.21339631  .00001213  00000-0  31602-3 0  6454
-2 25791  24.9777  83.0642 0010776  83.4859 276.6874 14.41012252167290
-FUSE 1
-1 25791U 99035A   02237.96679327 +.00001439 +00000-0 +38514-3 0 06496
-2 25791 024.9774 090.6979 0010768 071.0115 289.1558 14.41010739167110
-FUSE 1
-1 25791U 99035A   02237.89753765  .00001477  00000-0  39690-3 0  6440
-2 25791  24.9773  91.1232 0010788  70.3652 289.8019 14.41010744167101
-FUSE 1
-1 25791U 99035A   02236.44316461  .00001500  00000-0  40378-3 0  6439
-2 25791  24.9767 100.0287 0010670  55.6564 304.4950 14.41006864166893
-FUSE 1
-1 25791U 99035A   02235.19655478  .00001345  00000-0  35650-3 0  6427
-2 25791  24.9770 107.6610 0010486  43.1111 317.0209 14.41003175166715
-FUSE 1
-1 25791U 99035A   02233.94994384 +.00001071 +00000-0 +27257-3 0 06453
-2 25791 024.9778 115.2923 0010434 030.0321 330.0788 14.40999043166530
-FUSE 1
-1 25791U 99035A   02233.88068763  .00001046  00000-0  26501-3 0  6418
-2 25791  24.9780 115.7163 0010425  29.2338 330.8754 14.40998751166527
-FUSE 1
-1 25791U 99035A   02232.49555828  .00000919  00000-0  22621-3 0  6403
-2 25791  24.9786 124.1958 0010414  14.6083 345.4723 14.40995445166325
-FUSE 1
-1 25791U 99035A   02231.94150552 +.00000876 +00000-0 +21309-3 0 06546
-2 25791 024.9788 127.5880 0010407 008.4765 351.5919 14.40994234166249
-FUSE 1
-1 25791U 99035A   02231.38745204  .00000845  00000-0  20367-3 0  6390
-2 25791  24.9789 130.9790 0010378   2.6277 357.4296 14.40993213166169
-FUSE 1
-1 25791U 99035A   02230.97191224 +.00000798 +00000-0 +18928-3 0 06602
-2 25791 024.9793 133.5251 0010384 358.0335 002.0134 14.40992235166106
-FUSE 1
-1 25791U 99035A   02230.21008800  .00000719  00000-0  16493-3 0  6389
-2 25791  24.9799 138.1891 0010364 349.8416  10.1882 14.40990663165998
-FUSE 1
-1 25791U 99035A   02228.89420846  .00000570  00000-0  11957-3 0  6372
-2 25791  24.9808 146.2460 0010327 335.3789  24.6230 14.40988149165806
-FUSE 1
-1 25791U 99035A   02227.85535415  .00000520  00000-0  10422-3 0  6366
-2 25791  24.9812 152.6068 0010343 324.1332  35.8482 14.40986913165657
-FUSE 1
-1 25791U 99035A   02226.95501315 +.00000506 +00000-0 +99908-4 0 06426
-2 25791 024.9813 158.1197 0010337 314.4756 045.4908 14.40986180165529
-FUSE 1
-1 25791U 99035A   02226.47021386  .00000502  00000-0  98661-4 0  6351
-2 25791  24.9813 161.0865 0010330 309.4557  50.5037 14.40985822165454
-FUSE 1
-1 25791U 99035A   02225.98541513 +.00000476 +00000-0 +90569-4 0 06422
-2 25791 024.9815 164.0553 0010405 304.3474 055.6046 14.40985257165388
-FUSE 1
-1 25791U 99035A   02225.22358750  .00000482  00000-0  92578-4 0  6348
-2 25791  24.9816 168.7186 0010417 296.1218  63.8218 14.40984875165274
-FUSE 1
-1 25791U 99035A   02223.97696163 +.00000481 +00000-0 +92220-4 0 06412
-2 25791 024.9814 176.3517 0010455 283.1411 076.7930 14.40984067165095
-FUSE 1
-1 25791U 99035A   02223.49216218  .00000489  00000-0  94620-4 0  6333
-2 25791  24.9814 179.3194 0010476 277.8554  82.0754 14.40983850165026
-FUSE 1
-1 25791U 99035A   02222.93810641 +.00000509 +00000-0 +10073-3 0 06456
-2 25791 024.9812 182.7128 0010537 272.0359 087.8941 14.40983654164940
-FUSE 1
-1 25791U 99035A   02222.24553673  .00000508  00000-0  10033-3 0  6320
-2 25791  24.9814 186.9527 0010565 264.8001  95.1296 14.40983198164842
-FUSE 1
-1 25791U 99035A   02220.72188492  .00000514  00000-0  10213-3 0  6310
-2 25791  24.9811 196.2838 0010649 248.9270 111.0101 14.40982128164623
-FUSE 1
-1 25791U 99035A   02219.96005888 +.00000589 +00000-0 +12528-3 0 06358
-2 25791 024.9808 200.9504 0010520 240.1664 119.7798 14.40982235164515
-FUSE 1
-1 25791U 99035A   02219.54451761  .00000591  00000-0  12583-3 0  6306
-2 25791  24.9809 203.4950 0010565 235.7070 124.2439 14.40981930164456
-FUSE 1
-1 25791U 99035A   02218.50566444  .00000591  00000-0  12589-3 0  6290
-2 25791  24.9810 209.8564 0010671 225.0521 134.9121 14.40981088164304
-FUSE 1
-1 25791U 99035A   02217.67458222 +.00000586 +00000-0 +12427-3 0 06319
-2 25791 024.9810 214.9451 0010742 216.2683 143.7098 14.40980335164187
-FUSE 1
-1 25791U 99035A   02217.46681143  .00000587  00000-0  12450-3 0  6289
-2 25791  24.9811 216.2175 0010798 214.1027 145.8787 14.40980196164156
-FUSE 1
-1 25791U 99035A   02216.77424262 +.00000608 +00000-0 +13094-3 0 06446
-2 25791 024.9810 220.4589 0010860 206.6184 153.3766 14.40979799164058
-FUSE 1
-1 25791U 99035A   02216.22018763  .00000623  00000-0  13547-3 0  6272
-2 25791  24.9812 223.8548 0011013 200.8472 159.1590 14.40979503163971
-FUSE 1
-1 25791U 99035A   02215.18133380  .00000638  00000-0  14024-3 0  6265
-2 25791  24.9811 230.2141 0011063 190.3957 169.6323 14.40978710163820
-FUSE 1
-1 25791U 99035A   02213.72693828  .00000645  00000-0  14244-3 0  6252
-2 25791  24.9811 239.1154 0011038 174.9987 185.0630 14.40977412163613
-FUSE 1
-1 25791U 99035A   02212.54957017  .00000624  00000-0  13599-3 0  6242
-2 25791  24.9812 246.3230 0011021 162.5693 197.5196 14.40976134163444
-FUSE 1
-1 25791U 99035A   02211.71848578 +.00000610 +00000-0 +13168-3 0 06428
-2 25791 024.9811 251.4099 0011007 153.9347 206.1718 14.40975246163324
-FUSE 1
-1 25791U 99035A   02211.23368603  .00000608  00000-0  13095-3 0  6236
-2 25791  24.9811 254.3777 0010998 148.9909 211.1249 14.40974805163252
-FUSE 1
-1 25791U 99035A   02210.74888612 +.00000597 +00000-0 +12772-3 0 06506
-2 25791 024.9812 257.3445 0011002 143.8708 216.2543 14.40974298163187
-FUSE 1
-1 25791U 99035A   02209.98705743 +.00000587 +00000-0 +12459-3 0 06234
-2 25791 024.9812 262.0081 0011027 135.8366 224.3023 14.40973550163075
-FUSE 1
-1 25791U 99035A   02209.84854304  .00000587  00000-0  12459-3 0  6226
-2 25791  24.9812 262.8557 0011027 134.3832 225.7585 14.40973436163052
-FUSE 1
-1 25791U 99035A   02208.87894183 +.00000550 +00000-0 +11335-3 0 06274
-2 25791 024.9814 268.7902 0011057 124.1443 236.0120 14.40972331162918
-FUSE 1
-1 25791U 99035A   02208.53265521  .00000545  00000-0  11191-3 0  6213
-2 25791  24.9816 270.9107 0011057 120.4890 239.6710 14.40972045162867
-FUSE 1
-1 25791U 99035A   02207.21676421  .00000548  00000-0  11278-3 0  6200
-2 25791  24.9817 278.9666 0011052 107.3653 252.8065 14.40971121162675
-FUSE 1
-1 25791U 99035A   02206.87047673 +.00000547 +00000-0 +11238-3 0 06588
-2 25791 024.9817 281.0857 0011055 103.7292 256.4448 14.40970853162625
-FUSE 1
-1 25791U 99035A   02205.97012911 +.00000514 +00000-0 +10239-3 0 06208
-2 25791 024.9822 286.5981 0010989 094.6865 265.4898 14.40969946162493
-FUSE 1
-1 25791U 99035A   02205.83161386  .00000516  00000-0  10301-3 0  6194
-2 25791  24.9822 287.4462 0010983  93.2503 266.9261 14.40969873162472
-FUSE 1
-1 25791U 99035A   02204.86200730 +.00000468 +00000-0 +88363-4 0 06306
-2 25791 024.9826 293.3810 0010949 083.1743 277.0007 14.40968846162330
-FUSE 1
-1 25791U 99035A   02204.58497626  .00000484  00000-0  93112-4 0  6189
-2 25791  24.9826 295.0773 0010951  80.5497 279.6249 14.40968840162292
-FUSE 1
-1 25791U 99035A   02203.89239905 +.00000449 +00000-0 +82482-4 0 06488
-2 25791 024.9828 299.3172 0010890 073.2055 286.9638 14.40968123162191
-FUSE 1
-1 25791U 99035A   02203.13056333  .00000422  00000-0  74306-4 0  6170
-2 25791  24.9830 303.9805 0010839  65.4604 294.7027 14.40967491162089
-FUSE 1
-1 25791U 99035A   02201.88392126  .00000430  00000-0  76591-4 0  6169
-2 25791  24.9831 311.6129 0010788  52.8603 307.2893 14.40966950161907
-FUSE 1
-1 25791U 99035A   02200.84505139  .00000426  00000-0  75310-4 0  6156
-2 25791  24.9831 317.9723 0010726  42.0624 318.0702 14.40966400161754
-FUSE 1
-1 25791U 99035A   02199.94469674 +.00000428 +00000-0 +76045-4 0 06177
-2 25791 024.9831 323.4842 0010660 032.3527 327.7634 14.40965983161621
-FUSE 1
-1 25791U 99035A   02199.80618047  .00000429  00000-0  76448-4 0  6147
-2 25791  24.9831 324.3321 0010640  30.8653 329.2479 14.40965931161609
-FUSE 1
-1 25791U 99035A   02198.90582495 +.00000439 +00000-0 +79526-4 0 06303
-2 25791 024.9831 329.8436 0010600 021.3948 338.6994 14.40965565161478
-FUSE 1
-1 25791U 99035A   02198.55953443  .00000442  00000-0  80466-4 0  6139
-2 25791  24.9831 331.9633 0010574  17.8270 342.2607 14.40965414161429
-FUSE 1
-1 25791U 99035A   02197.93621100 +.00000444 +00000-0 +80937-4 0 06362
-2 25791 024.9831 335.7781 0010561 011.3039 348.7699 14.40965095161330
-FUSE 1
-1 25791U 99035A   02197.24362949  .00000444  00000-0  80988-4 0  6129
-2 25791  24.9831 340.0166 0010550   3.9600 356.0998 14.40964729161231
-FUSE 1
-1 25791U 99035A   02196.20475640  .00000449  00000-0  82478-4 0  6117
-2 25791  24.9832 346.3749 0010499 353.1602   6.8760 14.40964234161083
-FUSE 1
-1 25791U 99035A   02195.92772353 +.00000455 +00000-0 +84353-4 0 06533
-2 25791 024.9833 348.0711 0010484 350.1147 009.9154 14.40964150161041
-FUSE 1
-1 25791U 99035A   02194.95810905 +.00000446 +00000-0 +81482-4 0 06126
-2 25791 024.9834 354.0072 0010473 339.7777 020.2317 14.40963538160909
-FUSE 1
-1 25791U 99035A   02194.88885078  .00000448  00000-0  82042-4 0  6104
-2 25791  24.9834 354.4313 0010464 339.0255  20.9823 14.40963525160898
-FUSE 1
-1 25791U 99035A   02193.84997767  .00000458  00000-0  85132-4 0  6090
-2 25791  24.9833   0.7908 0010468 328.1332  31.8541 14.40963009160746
-FUSE 1
-1 25791U 99035A   02192.94962101 +.00000463 +00000-0 +86594-4 0 06116
-2 25791 024.9833 006.3022 0010480 318.4949 041.4767 14.40962539160615
-FUSE 1
-1 25791U 99035A   02192.81110453  .00000461  00000-0  86250-4 0  6080
-2 25791  24.9833   7.1500 0010464 316.9667  43.0024 14.40962462160593
-FUSE 1
-1 25791U 99035A   02191.91074766 +.00000486 +00000-0 +93771-4 0 06270
-2 25791 024.9834 012.6624 0010451 307.1503 052.8049 14.40962172160468
-FUSE 1
-1 25791U 99035A   02191.56445709  .00000480  00000-0  91884-4 0  6075
-2 25791  24.9832  14.7827 0010464 303.4798  56.4711 14.40961871160419
-FUSE 1
-1 25791U 99035A   02190.94113347 +.00000477 +00000-0 +90930-4 0 06343
-2 25791 024.9834 018.5979 0010445 296.7402 063.2037 14.40961502160324
-FUSE 1
-1 25791U 99035A   02190.17929374  .00000481  00000-0  92165-4 0  6069
-2 25791  24.9832  23.2616 0010481 288.6533  71.2835 14.40961043160211
-FUSE 1
-1 25791U 99035A   02189.14042204  .00000483  00000-0  92846-4 0  6059
-2 25791  24.9831  29.6230 0010511 277.8585  82.0723 14.40960393160069
-FUSE 1
-1 25791U 99035A   02187.89377604  .00000505  00000-0  99522-4 0  6046
-2 25791  24.9830  37.2551 0010534 264.3308  95.5998 14.40959812159883
-FUSE 1
-1 25791U 99035A   02186.43935654  .00000501  00000-0  98297-4 0  6033
-2 25791  24.9829  46.1591 0010579 249.0358 110.8998 14.40958795159675
-FUSE 1
-1 25791U 99035A   02185.19271205  .00000504  00000-0  99265-4 0  6028
-2 25791  24.9830  53.7902 0010629 236.0216 123.9281 14.40958001159492
-FUSE 1
-1 25791U 99035A   02184.15384184  .00000513  00000-0  10203-3 0  6017
-2 25791  24.9831  60.1514 0010674 224.8693 135.0951 14.40957412159345
-FUSE 1
-1 25791U 99035A   02182.97645554 +.00000516 +00000-0 +10283-3 0 06062
-2 25791 024.9830 067.3585 0010725 212.3891 147.5958 14.40956658159177
-FUSE 1
-1 25791U 99035A   02182.90719767  .00000519  00000-0  10371-3 0  6008
-2 25791  24.9829  67.7832 0010724 211.7115 148.2747 14.40956613159169
-FUSE 1
-1 25791U 99035A   02181.93758516 +.00000548 +00000-0 +11261-3 0 06062
-2 25791 024.9828 073.7191 0010818 201.1978 158.8084 14.40956221159028
-FUSE 1
-1 25791U 99035A   02181.86832717  .00000553  00000-0  11428-3 0  5992
-2 25791  24.9828  74.1435 0010825 200.5146 159.4931 14.40956212159019
-FUSE 1
-1 25791U 99035A   02180.96797324 +.00000532 +00000-0 +10787-3 0 06159
-2 25791 024.9829 079.6553 0010847 191.2420 168.7845 14.40955372158883
-FUSE 1
-1 25791U 99035A   02180.55242493  .00000529  00000-0  10681-3 0  5985
-2 25791  24.9829  82.1984 0010852 186.9486 173.0868 14.40955042158821
-FUSE 1
-1 25791U 99035A   02179.92910226 +.00000542 +00000-0 +11095-3 0 06155
-2 25791 024.9830 086.0152 0010926 180.7342 179.3149 14.40954738158730
-FUSE 1
-1 25791U 99035A   02179.23652162  .00000551  00000-0  11359-3 0  5973
-2 25791  24.9830  90.2545 0010946 173.5199 186.5457 14.40954304158635
-FUSE 1
-1 25791U 99035A   02177.98987603 +.00000542 +00000-0 +11095-3 0 06006
-2 25791 024.9832 097.8882 0011031 160.8337 199.2588 14.40953321158457
-FUSE 1
-1 25791U 99035A   02177.85135981  .00000538  00000-0  10963-3 0  5968
-2 25791  24.9832  98.7360 0011031 159.3474 200.7478 14.40953176158435
-FUSE 1
-1 25791U 99035A   02176.95100402 +.00000504 +00000-0 +99300-4 0 06022
-2 25791 024.9833 104.2472 0011004 150.1851 209.9284 14.40952226158308
-FUSE 1
-1 25791U 99035A   02176.46619641  .00000500  00000-0  98147-4 0  5953
-2 25791  24.9832 107.2138 0011008 145.0625 215.0606 14.40951875158232
-FUSE 1
-1 25791U 99035A   02175.21954740  .00000495  00000-0  96657-4 0  5943
-2 25791  24.9834 114.8444 0011052 132.0019 228.1431 14.40951047158052
-FUSE 1
-1 25791U 99035A   02173.90363925  .00000444  00000-0  81013-4 0  5939
-2 25791  24.9837 122.9038 0011028 119.1777 240.9836 14.40949793157868
-FUSE 1
-1 25791U 99035A   02172.51846935  .00000425  00000-0  75104-4 0  5924
-2 25791  24.9839 131.3835 0010980 104.9187 255.2530 14.40948920157661
-FUSE 1
-1 25791U 99035A   02171.41033186  .00000417  00000-0  72553-4 0  5913
-2 25791  24.9844 138.1686 0010902  93.6662 266.5092 14.40948370157502
-FUSE 1
-1 25791U 99035A   02170.50996877 +.00000436 +00000-0 +78639-4 0 05975
-2 25791 024.9843 143.6798 0010904 084.4115 275.7637 14.40948095157375
-FUSE 1
-1 25791U 99035A   02170.23293415  .00000423  00000-0  74576-4 0  5908
-2 25791  24.9845 145.3761 0010901  81.5059 278.6684 14.40947844157339
-FUSE 1
-1 25791U 99035A   02169.19405227  .00000425  00000-0  75062-4 0  5898
-2 25791  24.9846 151.7361 0010811  70.7002 289.4672 14.40947374157183
-FUSE 1
-1 25791U 99035A   02167.60109739  .00000492  00000-0  95589-4 0  5880
-2 25791  24.9842 161.4859 0010787  54.1241 306.0266 14.40947018156956
-FUSE 1
-1 25791U 99035A   02166.56221265  .00000534  00000-0  10864-3 0  5871
-2 25791  24.9839 167.8442 0010791  43.1206 317.0146 14.40946662156801
-FUSE 1
-1 25791U 99035A   02165.24629112  .00000568  00000-0  11909-3 0  5865
-2 25791  24.9843 175.9013 0010722  29.2251 330.8852 14.40946031156615
-FUSE 1
-1 25791U 99035A   02163.86110918  .00000595  00000-0  12719-3 0  5859
-2 25791  24.9845 184.3792 0010702  14.8284 345.2538 14.40945180156412
-FUSE 1
-1 25791U 99035A   02162.54518530  .00000658  00000-0  14664-3 0  5845
-2 25791  24.9846 192.4369 0010588   1.1350 358.9185 14.40944578156226
-FUSE 1
-1 25791U 99035A   02161.85259359 +.00000674 +00000-0 +15131-3 0 06107
-2 25791 024.9846 196.6771 0010590 353.7741 006.2633 14.40944011156124
-FUSE 1
-1 25791U 99035A   02161.22926069  .00000700  00000-0  15929-3 0  5831
-2 25791  24.9847 200.4935 0010585 347.0023  13.0212 14.40943608156034
-FUSE 1
-1 25791U 99035A   02159.84407613  .00000743  00000-0  17262-3 0  5823
-2 25791  24.9846 208.9724 0010588 332.2220  27.7726 14.40942460155834
-FUSE 1
-1 25791U 99035A   02158.80518770  .00000793  00000-0  18784-3 0  5819
-2 25791  24.9846 215.3341 0010581 321.3048  38.6704 14.40941632155681
-FUSE 1
-1 25791U 99035A   02157.97407665 +.00000825 +00000-0 +19757-3 0 05879
-2 25791 024.9847 220.4222 0010562 312.3796 047.5815 14.40940838155562
-FUSE 1
-1 25791U 99035A   02157.55852103  .00000870  00000-0  21141-3 0  5807
-2 25791  24.9847 222.9680 0010439 307.4635  52.4923 14.40940695155507
-FUSE 1
-1 25791U 99035A   02156.86592860 +.00000855 +00000-0 +20693-3 0 06042
-2 25791 024.9846 227.2073 0010554 299.6921 060.2540 14.40939609155402
-FUSE 1
-1 25791U 99035A   02156.24259499  .00000899  00000-0  22019-3 0  5795
-2 25791  24.9846 231.0244 0010551 292.5198  67.4193 14.40939088155314
-FUSE 1
-1 25791U 99035A   02155.06518757  .00000887  00000-0  21661-3 0  5787
-2 25791  24.9851 238.2318 0010502 278.6019  81.3297 14.40937436155140
-FUSE 1
-1 25791U 99035A   02154.92666911 +.00000889 +00000-0 +21739-3 0 06067
-2 25791 024.9851 239.0795 0010509 277.1250 082.8066 14.40937258155126
-FUSE 1
-1 25791U 99035A   02153.88777948  .00000883  00000-0  21546-3 0  5771
-2 25791  24.9856 245.4403 0010777 265.3681  94.5596 14.40935853154971
-FUSE 1
-1 25791U 99035A   02152.57185272  .00000902  00000-0  22117-3 0  5765
-2 25791  24.9868 253.4989 0011060 249.3519 110.5805 14.40934379154783
-FUSE 1
-1 25791U 99035A   02151.53296309  .00000970  00000-0  24192-3 0  5753
-2 25791  24.9869 259.8581 0011180 238.2453 121.6966 14.40933320154639
-FUSE 1
-1 25791U 99035A   02150.70185103 +.00001051 +00000-0 +26686-3 0 05975
-2 25791 024.9867 264.9433 0011243 229.4877 130.4651 14.40932501154518
-FUSE 1
-1 25791U 99035A   02149.93999876  .00001091  00000-0  27908-3 0  5745
-2 25791  24.9867 269.6053 0011249 221.4930 138.4719 14.40931407154401
-FUSE 1
-1 25791U 99035A   02148.90111038 +.00001229 +00000-0 +32134-3 0 05769
-2 25791 024.9863 275.9625 0011269 210.6845 149.3088 14.40930136154250
-FUSE 1
-1 25791U 99035A   02148.83185155  .00000938  00000-0  23221-3 0  5732
-2 25791  24.9851 276.3822 0010775 212.4019 147.5850 14.40927933154242
-FUSE 1
-1 25791U 99035A   02147.93147934 +.00000813 +00000-0 +19395-3 0 05958
-2 25791 024.9857 281.8960 0010898 202.6278 157.3749 14.40926137154113
-FUSE 1
-1 25791U 99035A   02147.58518187  .00001001  00000-0  25172-3 0  5726
-2 25791  24.9861 284.0183 0011012 197.6860 162.3263 14.40926704154060
-FUSE 1
-1 25791U 99035A   02146.54628978  .00000913  00000-0  22451-3 0  5718
-2 25791  24.9845 290.3753 0010754 189.6041 170.4268 14.40924183153916
-FUSE 1
-1 25791U 99035A   02145.16109886  .00000752  00000-0  17520-3 0  5708
-2 25791  24.9854 298.8585 0011057 175.5591 184.5015 14.40921808153718
-FUSE 1
-1 25791U 99035A   02144.12220258  .00000806  00000-0  19188-3 0  5690
-2 25791  24.9858 305.2220 0011313 166.0837 193.9972 14.40920971153563
-FUSE 1
-1 25791U 99035A   02143.91442346 +.00000815 +00000-0 +19451-3 0 06009
-2 25791 024.9859 306.4952 0011363 164.3048 195.7813 14.40920803153534
-FUSE 1
-1 25791U 99035A   02142.94478746 +.00000943 +00000-0 +23384-3 0 05690
-2 25791 024.9854 312.4312 0011411 153.9631 206.1530 14.40920479153398
-FUSE 1
-1 25791U 99035A   02142.87552765  .00000884  00000-0  21574-3 0  5688
-2 25791  24.9848 312.8512 0010954 151.9799 208.1299 14.40919629153389
-FUSE 1
-1 25791U 99035A   02141.90588955 +.00000926 +00000-0 +22857-3 0 05874
-2 25791 024.9841 318.7826 0010700 140.9341 219.1940 14.40918429153242
-FUSE 1
-1 25791U 99035A   02141.55958991  .00000963  00000-0  23993-3 0  5677
-2 25791  24.9839 320.9048 0010714 137.4073 222.7267 14.40918220153193
-FUSE 1
-1 25791U 99035A   02140.17438775  .00001057  00000-0  26889-3 0  5668
-2 25791  24.9835 329.3818 0010822 124.7440 235.4086 14.40916869152998
-FUSE 1
-1 25791U 99035A   02139.96660755 +.00001083 +00000-0 +27692-3 0 05884
-2 25791 024.9836 330.6540 0010888 122.4431 237.7130 14.40916754152968
-FUSE 1
-1 25791U 99035A   02139.06622508  .00001163  00000-0  30126-3 0  5659
-2 25791  24.9830 336.1650 0010863 113.3928 246.7719 14.40915711152839
-FUSE 1
-1 25791U 99035A   02137.88879990  .00001296  00000-0  34198-3 0  5645
-2 25791  24.9826 343.3712 0010907 101.0863 259.0871 14.40914401152666
-FUSE 1
-1 25791U 99035A   02136.91915471 +.00001350 +00000-0 +35875-3 0 05816
-2 25791 024.9827 349.3060 0010932 090.9446 269.2314 14.40912681152528
-FUSE 1
-1 25791U 99035A   02136.22654987  .00001376  00000-0  36654-3 0  5636
-2 25791  24.9826 353.5443 0010936  83.6416 276.5336 14.40911244152427
-FUSE 1
-1 25791U 99035A   02135.94950762 +.00001397 +00000-0 +37325-3 0 05723
-2 25791 024.9825 355.2400 0010966 080.7402 279.4344 14.40910769152381
-FUSE 1
-1 25791U 99035A   02135.18764091  .00001413  00000-0  37797-3 0  5628
-2 25791  24.9824 359.9024 0010965  72.6730 287.4977 14.40909002152273
-FUSE 1
-1 25791U 99035A   02134.91059834 +.00001415 +00000-0 +37857-3 0 05922
-2 25791 024.9825 001.5980 0010968 069.7349 290.4345 14.40908337152230
-FUSE 1
-1 25791U 99035A   02133.94094738 +.00001415 +00000-0 +37859-3 0 05636
-2 25791 024.9824 007.5352 0010877 059.9778 300.1809 14.40905944152093
-FUSE 1
-1 25791U 99035A   02133.87168652  .00001412  00000-0  37775-3 0  5617
-2 25791  24.9825   7.9592 0010873  59.2261 300.9315 14.40905750152084
-FUSE 1
-1 25791U 99035A   02132.48646600  .00001369  00000-0  36456-3 0  5602
-2 25791  24.9823  16.4325 0010684  45.9733 314.1653 14.40902098151888
-FUSE 1
-1 25791U 99035A   02131.30902586  .00001353  00000-0  35975-3 0  5596
-2 25791  24.9822  23.6391 0010610  33.6244 326.4935 14.40899142151716
-FUSE 1
-1 25791U 99035A   02130.20084454  .00001308  00000-0  34583-3 0  5582
-2 25791  24.9820  30.4208 0010580  22.0031 338.0932 14.40896173151558
-FUSE 1
-1 25791U 99035A   02129.16192230  .00001226  00000-0  32085-3 0  5570
-2 25791  24.9821  36.7788 0010481  11.1643 348.9097 14.40893274151404
-FUSE 1
-1 25791U 99035A   02128.95413775 +.00001211 +00000-0 +31627-3 0 05931
-2 25791 024.9821 038.0520 0010468 008.7737 351.2951 14.40892692151379
-FUSE 1
-1 25791U 99035A   02127.98447523 +.00001111 +00000-0 +28565-3 0 05601
-2 25791 024.9824 043.9896 0010296 357.7755 002.2712 14.40889924151236
-FUSE 1
-1 25791U 99035A   02127.91521357  .00001094  00000-0  28026-3 0  5569
-2 25791  24.9824  44.4136 0010284 357.0692   2.9753 14.40889652151228
-FUSE 1
-1 25791U 99035A   02126.94554859 +.00001060 +00000-0 +27008-3 0 05601
-2 25791 024.9824 050.3495 0010262 346.7330 013.2907 14.40887620151085
-FUSE 1
-1 25791U 99035A   02126.87628689  .00001055  00000-0  26832-3 0  5558
-2 25791  24.9824  50.7736 0010263 346.0680  13.9545 14.40887452151076
-FUSE 1
-1 25791U 99035A   02125.97588259 +.00001014 +00000-0 +25588-3 0 05671
-2 25791 024.9823 056.2855 0010259 336.2920 023.7116 14.40885529150942
-FUSE 1
-1 25791U 99035A   02125.42178682  .00001006  00000-0  25328-3 0  5545
-2 25791  24.9822  59.6761 0010255 330.4733  29.5196 14.40884531150863
-FUSE 1
-1 25791U 99035A   02124.38285672  .00001011  00000-0  25509-3 0  5533
-2 25791  24.9820  66.0352 0010273 319.4923  40.4821 14.40882801150716
-FUSE 1
-1 25791U 99035A   02123.20540156  .00000953  00000-0  23705-3 0  5523
-2 25791  24.9824  73.2432 0010279 305.7597  54.1955 14.40880460150540
-FUSE 1
-1 25791U 99035A   02121.95868326 +.00001002 +00000-0 +25225-3 0 05542
-2 25791 024.9819 080.8762 0010331 292.1373 067.8041 14.40878747150366
-FUSE 1
-1 25791U 99035A   02121.54311021  .00001003  00000-0  25248-3 0  5515
-2 25791  24.9819  83.4189 0010337 287.6956  72.2421 14.40878063150307
-FUSE 1
-1 25791U 99035A   02120.98901322 +.00001023 +00000-0 +25857-3 0 05632
-2 25791 024.9818 086.8098 0010306 282.1201 077.8157 14.40877264150221
-FUSE 1
-1 25791U 99035A   02120.22712923  .00001015  00000-0  25630-3 0  5502
-2 25791  24.9819  91.4718 0010318 274.0246  85.9082 14.40875930150118
-FUSE 1
-1 25791U 99035A   02119.95008070 +.00001028 +00000-0 +26024-3 0 05648
-2 25791 024.9817 093.1681 0010309 271.2034 088.7294 14.40875508150070
-FUSE 1
-1 25791U 99035A   02119.18819734  .00000984  00000-0  24661-3 0  5498
-2 25791  24.9821  97.8348 0010364 262.8749  97.0580 14.40873938149968
-FUSE 1
-1 25791U 99035A   02117.59516608  .00000965  00000-0  24087-3 0  5485
-2 25791  24.9822 107.5863 0010462 245.7519 114.1894 14.40871219149738
-FUSE 1
-1 25791U 99035A   02116.55623223  .00001014  00000-0  25598-3 0  5475
-2 25791  24.9819 113.9469 0010496 234.8360 125.1166 14.40869721149589
-FUSE 1
-1 25791U 99035A   02115.24024880  .00000904  00000-0  22221-3 0  5460
-2 25791  24.9822 122.0047 0010673 220.6675 139.3037 14.40867070149393
-FUSE 1
-1 25791U 99035A   02113.64721393  .00000997  00000-0  25068-3 0  5458
-2 25791  24.9820 131.7593 0010921 204.4419 155.5575 14.40864885149169
-FUSE 1
-1 25791U 99035A   02112.60827693  .00001229  00000-0  32167-3 0  5449
-2 25791  24.9818 138.1223 0011109 194.3356 165.6844 14.40863758149016
-FUSE 1
-1 25791U 99035A   02111.70786489 +.00001579 +00000-0 +42935-3 0 05459
-2 25791 024.9818 143.6347 0011005 184.3083 175.7332 14.40862715148885
-FUSE 1
-1 25791U 99035A   02111.56934007  .00001615  00000-0  44009-3 0  5437
-2 25791  24.9819 144.4840 0011022 182.6205 177.4245 14.40862480148868
-FUSE 1
-1 25791U 99035A   02110.53040188  .00001831  00000-0  50650-3 0  5429
-2 25791  24.9817 150.8474 0011038 171.9009 188.1678 14.40859918148715
-FUSE 1
-1 25791U 99035A   02109.21441033  .00001839  00000-0  50903-3 0  5414
-2 25791  24.9818 158.9076 0011058 159.5103 200.5858 14.40855347148522
-FUSE 1
-1 25791U 99035A   02107.75988762  .00001806  00000-0  49905-3 0  5409
-2 25791  24.9818 167.8101 0011016 144.5815 215.5425 14.40850340148319
-FUSE 1
-1 25791U 99035A   02106.72093909  .00001824  00000-0  50445-3 0  5394
-2 25791  24.9819 174.1696 0011038 134.1147 226.0286 14.40847102148164
-FUSE 1
-1 25791U 99035A   02105.61272498  .00001733  00000-0  47679-3 0  5386
-2 25791  24.9822 180.9533 0010987 122.6889 237.4679 14.40842753148002
-FUSE 1
-1 25791U 99035A   02104.85082480 +.00001713 +00000-0 +47068-3 0 05437
-2 25791 024.9823 185.6152 0010986 114.8415 245.3238 14.40840218147898
-FUSE 1
-1 25791U 99035A   02104.57377071  .00001648  00000-0  45060-3 0  5379
-2 25791  24.9828 187.3119 0010910 112.4216 247.7465 14.40838832147858
-FUSE 1
-1 25791U 99035A   02102.91143625  .00001546  00000-0  41945-3 0  5365
-2 25791  24.9833 197.4876 0010832  95.2901 264.8851 14.40833179147610
-FUSE 1
-1 25791U 99035A   02101.94173617 +.00001486 +00000-0 +40101-3 0 05367
-2 25791 024.9836 203.4219 0010768 085.1671 275.0035 14.40830065147475
-FUSE 1
-1 25791U 99035A   02101.87247187  .00001527  00000-0  41368-3 0  5354
-2 25791  24.9836 203.8460 0010860  84.9976 275.1776 14.40830297147464
-FUSE 1
-1 25791U 99035A   02100.90276910 +.00001525 +00000-0 +41312-3 0 05406
-2 25791 024.9836 209.7805 0010820 074.8575 285.3127 14.40827651147329
-FUSE 1
-1 25791U 99035A   02100.55644706  .00001466  00000-0  39504-3 0  5346
-2 25791  24.9839 211.9005 0010785  71.2224 288.9455 14.40826227147276
-FUSE 1
-1 25791U 99035A   02099.72527026 +.00001468 +00000-0 +39557-3 0 05369
-2 25791 024.9839 216.9860 0010792 062.4507 297.7098 14.40824076147152
-FUSE 1
-1 25791U 99035A   02099.51747561  .00001466  00000-0  39497-3 0  5332
-2 25791  24.9839 218.2573 0010790  60.2600 299.8974 14.40823521147123
-FUSE 1
-1 25791U 99035A   02098.96335660 +.00001461 +00000-0 +39351-3 0 05517
-2 25791 024.9839 221.6473 0010791 054.4596 305.6917 14.40822053147043
-FUSE 1
-1 25791U 99035A   02097.99364657  .00001460  00000-0  39305-3 0  5324
-2 25791  24.9840 227.5821 0010785  44.3275 315.8094 14.40819548146900
-FUSE 1
-1 25791U 99035A   02096.88540384  .00001474  00000-0  39764-3 0  5317
-2 25791  24.9839 234.3643 0010788  32.8173 327.3012 14.40816799146743
-FUSE 1
-1 25791U 99035A   02095.63862735  .00001487  00000-0  40141-3 0  5300
-2 25791  24.9840 241.9943 0010816  19.8188 340.2741 14.40813643146563
-FUSE 1
-1 25791U 99035A   02094.59964440  .00001479  00000-0  39900-3 0  5290
-2 25791  24.9841 248.3515 0010781   8.9830 351.0866 14.40810859146412
-FUSE 1
-1 25791U 99035A   02093.56066001  .00001449  00000-0  39004-3 0  5283
-2 25791  24.9842 254.7110 0010724 357.7982   2.2481 14.40807913146263
-FUSE 1
-1 25791U 99035A   02092.17534371  .00001416  00000-0  37974-3 0  5276
-2 25791  24.9846 263.1915 0010706 342.3947  17.6181 14.40804146146065
-FUSE 1
-1 25791U 99035A   02091.06708795  .00001473  00000-0  39722-3 0  5261
-2 25791  24.9844 269.9758 0010605 329.8586  30.1311 14.40801748145901
-FUSE 1
-1 25791U 99035A   02090.92855601 +.00001487 +00000-0 +40157-3 0 05410
-2 25791 024.9846 270.8250 0010580 328.4929 031.4942 14.40801529145887
-FUSE 1
-1 25791U 99035A   02089.95883174 +.00001422 +00000-0 +38169-3 0 05269
-2 25791 024.9848 276.7588 0010511 318.2311 041.7395 14.40798658145743
-FUSE 1
-1 25791U 99035A   02089.88956560  .00001421  00000-0  38139-3 0  5256
-2 25791  24.9849 277.1827 0010506 317.5131  42.4562 14.40798492145730
-FUSE 1
-1 25791U 99035A   02088.15791078  .00001515  00000-0  41010-3 0  5241
-2 25791  24.9847 287.7803 0010520 298.7755  61.1699 14.40794544145482
-FUSE 1
-1 25791U 99035A   02087.95011214 +.00001499 +00000-0 +40534-3 0 05370
-2 25791 024.9848 289.0527 0010533 296.5864 063.3562 14.40793924145453
-FUSE 1
-1 25791U 99035A   02086.91111703  .00001749  00000-0  48209-3 0  5239
-2 25791  24.9841 295.4106 0010495 285.4100  74.5251 14.40792142145301
-FUSE 1
-1 25791U 99035A   02085.94138844 +.00001800 +00000-0 +49790-3 0 05230
-2 25791 024.9840 301.3448 0010492 275.1890 084.7423 14.40789187145168
-FUSE 1
-1 25791U 99035A   02085.87212209  .00001800  00000-0  49784-3 0  5222
-2 25791  24.9839 301.7687 0010498 274.4524  85.4786 14.40788939145150
-FUSE 1
-1 25791U 99035A   02084.20972717  .00001789  00000-0  49461-3 0  5212
-2 25791  24.9837 311.9410 0010520 257.1269 102.8063 14.40783400144918
-FUSE 1
-1 25791U 99035A   02083.17072852  .00001737  00000-0  47850-3 0  5200
-2 25791  24.9841 318.3008 0010603 246.6391 113.2992 14.40779739144768
-FUSE 1
-1 25791U 99035A   02081.92392783  .00001713  00000-0  47112-3 0  5192
-2 25791  24.9843 325.9324 0010711 233.7134 126.2384 14.40775609144588
-FUSE 1
-1 25791U 99035A   02080.88492453  .00001724  00000-0  47457-3 0  5184
-2 25791  24.9839 332.2902 0010758 223.1027 136.8641 14.40772451144430
-FUSE 1
-1 25791U 99035A   02079.98445671 +.00001660 +00000-0 +45511-3 0 05248
-2 25791 024.9866 337.8089 0010640 212.3177 147.6681 14.40769396144307
-FUSE 1
-1 25791U 99035A   02079.36105289  .00001660  00000-0  45502-3 0  5170
-2 25791  24.9864 341.6231 0010625 205.7116 154.2858 14.40767508144212
-FUSE 1
-1 25791U 99035A   02078.94545013 +.00001663 +00000-0 +45593-3 0 05203
-2 25791 024.9866 344.1681 0010662 201.5314 158.4745 14.40766326144157
-FUSE 1
-1 25791U 99035A   02078.18351059  .00001670  00000-0  45823-3 0  5163
-2 25791  24.9867 348.8302 0010676 193.5096 166.5127 14.40764131144045
-FUSE 1
-1 25791U 99035A   02076.93669799 +.00001712 +00000-0 +47120-3 0 05188
-2 25791 024.9862 356.4616 0010674 180.4765 179.5730 14.40760708143868
-FUSE 1
-1 25791U 99035A   02076.86743038  .00001720  00000-0  47342-3 0  5151
-2 25791  24.9861 356.8853 0010677 179.8078 180.2432 14.40760558143856
-FUSE 1
-1 25791U 99035A   02075.34354341  .00001769  00000-0  48858-3 0  5143
-2 25791  24.9857   6.2089 0010689 164.1831 195.9013 14.40756227143637
-FUSE 1
-1 25791U 99035A   02074.23525935  .00001789  00000-0  49489-3 0  5131
-2 25791  24.9864  12.9917 0010652 152.3559 207.7514 14.40752965143470
-FUSE 1
-1 25791U 99035A   02073.95818794 +.00001809 +00000-0 +50096-3 0 05215
-2 25791 024.9863 014.6889 0010627 149.3903 210.7224 14.40752237143437
-FUSE 1
-1 25791U 99035A   02073.19624002  .00001826  00000-0  50609-3 0  5127
-2 25791  24.9865  19.3522 0010642 141.9145 218.2115 14.40749948143323
-FUSE 1
-1 25791U 99035A   02072.91916797 +.00001841 +00000-0 +51076-3 0 05363
-2 25791 024.9864 021.0498 0010609 139.0566 221.0741 14.40749171143282
-FUSE 1
-1 25791U 99035A   02071.53380359  .00001868  00000-0  51930-3 0  5110
-2 25791  24.9870  29.5310 0010560 125.3666 234.7831 14.40744898143080
-FUSE 1
-1 25791U 99035A   02070.97965627 +.00001883 +00000-0 +52391-3 0 05124
-2 25791 024.9873 032.9250 0010530 120.0536 240.1014 14.40743233143007
-FUSE 1
-1 25791U 99035A   02070.49477683  .00001888  00000-0  52553-3 0  5104
-2 25791  24.9873  35.8909 0010528 115.0412 245.1193 14.40741625142931
-FUSE 1
-1 25791U 99035A   02069.24793971  .00001911  00000-0  53253-3 0  5099
-2 25791  24.9880  43.5225 0010388 102.6935 257.4711 14.40737632142757
-FUSE 1
-1 25791U 99035A   02068.20890526  .00001963  00000-0  54852-3 0  5080
-2 25791  24.9877  49.8807 0010265  92.5971 267.5712 14.40734504142601
-FUSE 1
-1 25791U 99035A   02066.40790516  .00002019  00000-0  56597-3 0  5078
-2 25791  24.9882  60.8982 0010140  74.0227 286.1405 14.40728545142340
-FUSE 1
-1 25791U 99035A   02065.23032416  .00001976  00000-0  55274-3 0  5067
-2 25791  24.9890  68.1059 0009928  61.2977 298.8527 14.40723876142175
-FUSE 1
-1 25791U 99035A   02063.63711823 +.00001966 +00000-0 +54965-3 0 05060
-2 25791 024.9889 077.8519 0009855 044.5446 315.5856 14.40718057141946
-FUSE 1
-1 25791U 99035A   02063.56784827  .00001964  00000-0  54915-3 0  5058
-2 25791  24.9890  78.2758 0009853  43.7948 316.3342 14.40717794141939
-FUSE 1
-1 25791U 99035A   02062.25171546  .00001967  00000-0  55002-3 0  5041
-2 25791  24.9898  86.3315 0009720  29.5760 330.5288 14.40713207141744
-FUSE 1
-1 25791U 99035A   02060.72776629  .00001974  00000-0  55231-3 0  5035
-2 25791  24.9904  95.6541 0009691  13.5587 346.5178 14.40707846141526
-FUSE 1
-1 25791U 99035A   02059.68870443  .00002061  00000-0  57921-3 0  5022
-2 25791  24.9908 102.0122 0009670   2.3178 357.7366 14.40705063141372
-FUSE 1
-1 25791U 99035A   02058.58037276 +.00001937 +00000-0 +54089-3 0 05190
-2 25791 024.9855 108.7808 0010347 348.8163 011.2115 14.40699031141216
-FUSE 1
-1 25791U 99035A   02058.23401784  .00001930  00000-0  53890-3 0  5014
-2 25791  24.9854 110.8994 0010344 345.1099  14.9105 14.40697723141169
-FUSE 1
-1 25791U 99035A   02057.95693361 +.00001927 +00000-0 +53794-3 0 05295
-2 25791 024.9853 112.5943 0010342 342.2401 017.7744 14.40696709141123
-FUSE 1
-1 25791U 99035A   02056.98714049 +.00001855 +00000-0 +51590-3 0 05016
-2 25791 024.9848 118.5439 0010389 330.7846 029.2084 14.40692621140986
-FUSE 1
-1 25791U 99035A   02056.84859804  .00001856  00000-0  51612-3 0  5005
-2 25791  24.9848 119.3917 0010396 329.3558  30.6348 14.40692155140967
-FUSE 1
-1 25791U 99035A   02055.87879896 +.00001862 +00000-0 +51795-3 0 05009
-2 25791 024.9847 125.3251 0010386 318.7436 041.2281 14.40688909140821
-FUSE 1
-1 25791U 99035A   02055.80952754  .00001868  00000-0  51976-3 0  4991
-2 25791  24.9847 125.7494 0010379 317.8153  42.1555 14.40688735140812
-FUSE 1
-1 25791U 99035A   02054.56264168  .00001830  00000-0  50822-3 0  4985
-2 25791  24.9853 133.3826 0010404 303.6462  56.3056 14.40684284140636
-FUSE 1
-1 25791U 99035A   02051.93031607 +.00001939 +00000-0 +54187-3 0 04981
-2 25791 024.9846 149.4920 0010329 274.4706 085.4618 14.40676334140255
-FUSE 1
-1 25791U 99035A   02051.86104389  .00001949  00000-0  54496-3 0  4963
-2 25791  24.9847 149.9167 0010322 273.5085  86.4222 14.40676201140241
-FUSE 1
-1 25791U 99035A   02050.89124093 +.00001793 +00000-0 +49705-3 0 04963
-2 25791 024.9879 155.8456 0009888 267.6928 092.2444 14.40671793140105
-FUSE 1
-1 25791U 99035A   02050.82196891  .00001795  00000-0  49764-3 0  4957
-2 25791  24.9879 156.2699 0009920 266.9073  93.0299 14.40671596140095
-FUSE 1
-1 25791U 99035A   02049.85216173 +.00001762 +00000-0 +48738-3 0 05049
-2 25791 024.9881 162.2061 0009833 257.1871 102.7547 14.40668129139954
-FUSE 1
-1 25791U 99035A   02049.57507351  .00001745  00000-0  48221-3 0  4945
-2 25791  24.9884 163.9032 0009829 254.4578 105.4840 14.40667101139913
-FUSE 1
-1 25791U 99035A   02048.18962711  .00001789  00000-0  49573-3 0  4934
-2 25791  24.9865 172.3765 0010089 240.4382 119.5119 14.40662912139715
-FUSE 1
-1 25791U 99035A   02047.15054256  .00001796  00000-0  49804-3 0  4920
-2 25791  24.9866 178.7417 0010129 229.8799 130.0812 14.40659621139562
-FUSE 1
-1 25791U 99035A   02045.83436523  .00001840  00000-0  51150-3 0  4910
-2 25791  24.9866 186.7961 0010148 215.4593 144.5240 14.40655733139373
-FUSE 1
-1 25791U 99035A   02044.79527556 +.00001873 +00000-0 +52184-3 0 04971
-2 25791 024.9863 193.1524 0010137 204.2065 155.7965 14.40652516139223
-FUSE 1
-1 25791U 99035A   02044.51818359  .00001925  00000-0  53776-3 0  4904
-2 25791  24.9860 194.8476 0010191 201.0271 158.9809 14.40652078139188
-FUSE 1
-1 25791U 99035A   02043.82545578 +.00001946 +00000-0 +54433-3 0 04990
-2 25791 024.9858 199.0847 0010200 193.6793 166.3433 14.40649817139082
-FUSE 1
-1 25791U 99035A   02042.92490752  .00001992  00000-0  55840-3 0  4896
-2 25791  24.9856 204.5925 0010259 184.1947 175.8472 14.40647025138951
-FUSE 1
-1 25791U 99035A   02041.95508458 +.00002053 +00000-0 +57741-3 0 04892
-2 25791 024.9856 210.5265 0010300 173.9651 186.0980 14.40644069138818
-FUSE 1
-1 25791U 99035A   02041.88581150  .00002073  00000-0  58348-3 0  4889
-2 25791  24.9861 210.9521 0010311 172.9624 187.1028 14.40644058138806
-FUSE 1
-1 25791U 99035A   02040.56961753  .00002206  00000-0  62450-3 0  4870
-2 25791  24.9858 219.0013 0010484 159.5673 200.5249 14.40640287138618
-FUSE 1
-1 25791U 99035A   02039.53051625  .00002255  00000-0  63954-3 0  4866
-2 25791  24.9858 225.3571 0010553 148.4366 211.6776 14.40636535138462
-FUSE 1
-1 25791U 99035A   02038.14504167  .00002351  00000-0  66921-3 0  4859
-2 25791  24.9858 233.8326 0010636 134.1993 225.9382 14.40631676138264
-FUSE 1
-1 25791U 99035A   02037.93721974 +.00002397 +00000-0 +68340-3 0 04938
-2 25791 024.9861 235.1054 0010736 131.7488 228.3923 14.40631273138232
-FUSE 1
-1 25791U 99035A   02036.89810875  .00002492  00000-0  71274-3 0  4847
-2 25791  24.9862 241.4623 0010829 122.1317 238.0237 14.40627644138089
-FUSE 1
-1 25791U 99035A   02035.92826968 +.00002548 +00000-0 +73019-3 0 04841
-2 25791 024.9863 247.3934 0010862 112.4256 247.7399 14.40623688137945
-FUSE 1
-1 25791U 99035A   02035.85899543  .00002552  00000-0  73123-3 0  4832
-2 25791  24.9863 247.8171 0010864 111.6988 248.4676 14.40623397137930
-FUSE 1
-1 25791U 99035A   02034.95842869 +.00002563 +00000-0 +73476-3 0 04924
-2 25791 024.9867 253.3259 0010904 102.2272 257.9457 14.40619245137805
-FUSE 1
-1 25791U 99035A   02034.26568177  .00002587  00000-0  74211-3 0  4828
-2 25791  24.9865 257.5631 0010840  95.4477 264.7266 14.40616180137700
-FUSE 1
-1 25791U 99035A   02033.22656041  .00002588  00000-0  74253-3 0  4817
-2 25791  24.9868 263.9212 0010966  84.6163 275.5595 14.40611176137558
-FUSE 1
-1 25791U 99035A   02032.18743380  .00002587  00000-0  74231-3 0  4808
-2 25791  24.9869 270.2766 0010977  73.7493 286.4230 14.40606150137408
-FUSE 1
-1 25791U 99035A   02030.94047759 +.00002528 +00000-0 +72437-3 0 04808
-2 25791 024.9874 277.9037 0011018 060.9223 299.2389 14.40599492137222
-FUSE 1
-1 25791U 99035A   02030.87120198  .00002526  00000-0  72362-3 0  4792
-2 25791  24.9874 278.3273 0011014  60.1902 299.9702 14.40599135137210
-FUSE 1
-1 25791U 99035A   02029.34713303  .00002495  00000-0  71439-3 0  4786
-2 25791  24.9875 287.6482 0010997  44.3035 315.8351 14.40591646136997
-FUSE 1
-1 25791U 99035A   02028.93147652 +.00002479 +00000-0 +70929-3 0 04862
-2 25791 024.9876 290.1899 0010994 039.9697 320.1619 14.40589498136932
-FUSE 1
-1 25791U 99035A   02028.16943701  .00002474  00000-0  70791-3 0  4778
-2 25791  24.9876 294.8500 0011006  32.1353 327.9821 14.40585928136823
-FUSE 1
-1 25791U 99035A   02027.96161389 +.00002407 +00000-0 +68742-3 0 05050
-2 25791 024.9874 296.1287 0010582 028.3810 331.7529 14.40584028136795
-FUSE 1
-1 25791U 99035A   02026.92246706  .00002341  00000-0  66697-3 0  4763
-2 25791  24.9799 302.5272 0010059  16.0811 344.0013 14.40577732136644
-FUSE 1
-1 25791U 99035A   02025.39837504  .00002257  00000-0  64121-3 0  4750
-2 25791  24.9803 311.8488 0010138 359.9596   0.0915 14.40570421136423
-FUSE 1
-1 25791U 99035A   02024.22066220  .00002170  00000-0  61445-3 0  4749
-2 25791  24.9808 319.0539 0010178 346.9833  13.0414 14.40564803136255
-FUSE 1
-1 25791U 99035A   02023.94355340 +.00002127 +00000-0 +60118-3 0 04963
-2 25791 024.9808 320.7502 0010231 343.9239 016.0947 14.40563257136213
-FUSE 1
-1 25791U 99035A   02022.97366856 +.00002070 +00000-0 +58368-3 0 04746
-2 25791 024.9809 326.6854 0010289 333.5703 026.4279 14.40558911136071
-FUSE 1
-1 25791U 99035A   02022.90439095  .00002070  00000-0  58368-3 0  4734
-2 25791  24.9809 327.1090 0010289 332.8439  27.1535 14.40558648136066
-FUSE 1
-1 25791U 99035A   02021.93450374 +.00001972 +00000-0 +55342-3 0 04738
-2 25791 024.9815 333.0432 0010420 322.2211 037.7568 14.40554066135924
-FUSE 1
-1 25791U 99035A   02021.51883604  .00001971  00000-0  55294-3 0  4722
-2 25791  24.9815 335.5850 0010420 317.8920  42.0786 14.40552554135866
-FUSE 1
-1 25791U 99035A   02020.34111020  .00001902  00000-0  53176-3 0  4718
-2 25791  24.9819 342.7879 0010496 305.4885  54.4643 14.40547753135692
-FUSE 1
-1 25791U 99035A   02019.23265919  .00001870  00000-0  52196-3 0  4705
-2 25791  24.9819 349.5667 0010511 294.0221  65.9186 14.40543639135538
-FUSE 1
-1 25791U 99035A   02018.19348466  .00001814  00000-0  50458-3 0  4693
-2 25791  24.9822 355.9219 0010534 283.3551  76.5783 14.40539652135382
-FUSE 1
-1 25791U 99035A   02016.60007962  .00001743  00000-0  48297-3 0  4688
-2 25791  24.9823   5.6676 0010591 266.8378  93.0919 14.40533828135154
-FUSE 1
-1 25791U 99035A   02015.76873696 +.00001678 +00000-0 +46283-3 0 04713
-2 25791 024.9823 010.7535 0010644 258.3411 101.5912 14.40530615135034
-FUSE 1
-1 25791U 99035A   02015.56090099  .00001670  00000-0  46017-3 0  4671
-2 25791  24.9825  12.0258 0010623 256.2726 103.6602 14.40529913135001
-FUSE 1
-1 25791U 99035A   02014.59099802 +.00001637 +00000-0 +45017-3 0 04801
-2 25791 024.9827 017.9579 0010652 246.2520 113.6872 14.40526735134868
-FUSE 1
-1 25791U 99035A   02014.24460394  .00001618  00000-0  44436-3 0  4668
-2 25791  24.9826  20.0778 0010710 242.8070 117.1346 14.40525522134813
-FUSE 1
-1 25791U 99035A   02012.65118694  .00001644  00000-0  45243-3 0  4659
-2 25791  24.9821  29.8239 0010731 226.1513 133.8108 14.40521061134586
-FUSE 1
-1 25791U 99035A   02011.54272015  .00001715  00000-0  47438-3 0  4640
-2 25791  24.9815  36.6044 0010793 214.5223 145.4584 14.40518322134422
-FUSE 1
-1 25791U 99035A   02010.43425174  .00001799  00000-0  50019-3 0  4633
-2 25791  24.9809  43.3849 0010812 202.7174 157.2854 14.40515528134267
-FUSE 1
-1 25791U 99035A   02009.25649964  .00002024  00000-0  56982-3 0  4622
-2 25791  24.9789  50.5894 0010900 190.2577 169.7698 14.40513435134090
-FUSE 1
-1 25791U 99035A   02007.73234977  .00002144  00000-0  60706-3 0  4618
-2 25791  24.9780  59.9106 0010959 174.4447 185.6181 14.40508676133874
-FUSE 1
-1 25791U 99035A   02006.55459467  .00002207  00000-0  62629-3 0  4605
-2 25791  24.9776  67.1133 0010962 161.9239 198.1657 14.40504470133701
-FUSE 1
-1 25791U 99035A   02005.93107615 +.00002223 +00000-0 +63140-3 0 04899
-2 25791 024.9772 070.9268 0010959 155.3799 204.7234 14.40502008133612
-FUSE 1
-1 25791U 99035A   02005.23827537  .00002302  00000-0  65586-3 0  4595
-2 25791  24.9762  75.1663 0011117 148.7865 211.3305 14.40499774133511
-FUSE 1
-1 25791U 99035A   02003.92195234  .00002277  00000-0  64830-3 0  4582
-2 25791  24.9761  83.2157 0011128 134.9320 225.2086 14.40493934133324
-FUSE 1
-1 25791U 99035A   02002.88274676  .00002253  00000-0  64083-3 0  4577
-2 25791  24.9763  89.5747 0011378 124.3397 235.8189 14.40489372133179
-FUSE 1
-1 25791U 99035A   02001.91281822 +.00002146 +00000-0 +60789-3 0 04694
-2 25791 024.9768 095.5070 0011442 114.6843 245.4859 14.40484505133039
-FUSE 1
-1 25791U 99035A   02001.56641338  .00002152  00000-0  60976-3 0  4568
-2 25791  24.9764  97.6258 0011412 111.4641 248.7084 14.40483142132989
-FUSE 1
-1 25791U 99035A   01365.87360347 +.00002106 +00000-0 +59549-3 0 04723
-2 25791 024.9765 101.8629 0011436 104.3050 255.8720 14.40480024132882
-FUSE 1
-1 25791U 99035A   01365.52719815  .00002060  00000-0  58137-3 0  4555
-2 25791  24.9767 103.9819 0011371 101.3489 258.8298 14.40478294132833
-FUSE 1
-1 25791U 99035A   01364.14157199  .00001894  00000-0  53009-3 0  4549
-2 25791  24.9776 112.4568 0011372  87.4678 272.7139 14.40471893132639
-FUSE 1
-1 25791U 99035A   01362.89450064  .00001855  00000-0  51805-3 0  4534
-2 25791  24.9779 120.0847 0011421  75.1248 285.0524 14.40467329132453
-FUSE 1
-1 25791U 99035A   01361.92455302 +.00001831 +00000-0 +51089-3 0 04748
-2 25791 024.9778 126.0189 0011472 065.3088 294.8603 14.40463838132318
-FUSE 1
-1 25791U 99035A   01361.57814148  .00001900  00000-0  53207-3 0  4523
-2 25791  24.9772 128.1378 0011523  62.3118 297.8556 14.40463267132263
-FUSE 1
-1 25791U 99035A   01360.95460072 +.00001920 +00000-0 +53816-3 0 04716
-2 25791 024.9770 131.9515 0011492 055.8592 304.2995 14.40461264132179
-FUSE 1
-1 25791U 99035A   01360.53891054  .00002081  00000-0  58819-3 0  4513
-2 25791  24.9761 134.4940 0011549  52.3362 307.8493 14.40461175132116
-FUSE 1
-1 25791U 99035A   01360.19249807  .00001557  00000-0  42615-3 0  4501
-2 25791  24.9814 136.6178 0011030  44.8843 315.2554 14.40455881132069
-FUSE 1
-1 25791U 99035A   01358.87612700  .00001498  00000-0  40783-3 0  4495
-2 25791  24.9820 144.6693 0010973  30.9588 329.1578 14.40451843131876
-FUSE 1
-1 25791U 99035A   01357.55975188  .00001377  00000-0  37042-3 0  4480
-2 25791  24.9830 152.7226 0010843  16.8175 343.2692 14.40447508131686
-FUSE 1
-1 25791U 99035A   01356.24337185  .00001363  00000-0  36634-3 0  4474
-2 25791  24.9832 160.7748 0010783   3.1653 356.8921 14.40444244131497
-FUSE 1
-1 25791U 99035A   01355.13483804  .00001399  00000-0  37745-3 0  4463
-2 25791  24.9832 167.5556 0010791 351.3648   8.6665 14.40441877131339
-FUSE 1
-1 25791U 99035A   01353.88773524  .00001488  00000-0  40499-3 0  4452
-2 25791  24.9831 175.1848 0010716 338.1167  21.8882 14.40439533131157
-FUSE 1
-1 25791U 99035A   01352.91776521 +.00001536 +00000-0 +41984-3 0 04527
-2 25791 024.9828 181.1169 0010739 327.7733 032.2118 14.40437323131012
-FUSE 1
-1 25791U 99035A   01352.57134719  .00001547  00000-0  42314-3 0  4447
-2 25791  24.9827 183.2356 0010758 324.0828  35.8958 14.40436465130968
-FUSE 1
-1 25791U 99035A   01351.39352449  .00001601  00000-0  43981-3 0  4439
-2 25791  24.9825 190.4393 0010750 311.5670  48.3911 14.40433644130790
-FUSE 1
-1 25791U 99035A   01350.90853821 +.00001630 +00000-0 +44889-3 0 04570
-2 25791 024.9828 193.4057 0010738 306.2371 053.7148 14.40432555130723
-FUSE 1
-1 25791U 99035A   01350.21570001  .00001672  00000-0  46189-3 0  4425
-2 25791  24.9825 197.6430 0010796 298.8753  61.0671 14.40430851130624
-FUSE 1
-1 25791U 99035A   01349.17644244  .00001720  00000-0  47692-3 0  4412
-2 25791  24.9826 203.9992 0010810 288.0247  71.9089 14.40428119130475
-FUSE 1
-1 25791U 99035A   01348.13718358  .00001739  00000-0  48271-3 0  4408
-2 25791  24.9830 210.3552 0010817 277.4348  82.4917 14.40425082130322
-FUSE 1
-1 25791U 99035A   01346.95935558 +.00001792 +00000-0 +49923-3 0 04414
-2 25791 024.9832 217.5601 0010828 264.7976 095.1293 14.40421820130151
-FUSE 1
-1 25791U 99035A   01346.89007156  .00001798  00000-0  50103-3 0  4396
-2 25791  24.9831 217.9838 0010822 264.0722  95.8552 14.40421637130142
-FUSE 1
-1 25791U 99035A   01345.92009452 +.00001804 +00000-0 +50297-3 0 04561
-2 25791 024.9834 223.9163 0010848 253.7226 106.2093 14.40418551130008
-FUSE 1
-1 25791U 99035A   01345.50438976  .00001829  00000-0  51074-3 0  4383
-2 25791  24.9833 226.4598 0010750 249.3404 110.5947 14.40417367129949
-FUSE 1
-1 25791U 99035A   01344.95011669 +.00001830 +00000-0 +51089-3 0 04543
-2 25791 024.9832 229.8499 0010756 243.5301 116.4117 14.40415519129865
-FUSE 1
-1 25791U 99035A   01344.18799003  .00001792  00000-0  49923-3 0  4375
-2 25791  24.9834 234.5123 0010818 235.5423 124.4062 14.40412721129757
-FUSE 1
-1 25791U 99035A   01343.14872416  .00001816  00000-0  50671-3 0  4368
-2 25791  24.9837 240.8680 0010867 223.8806 136.0838 14.40409582129602
-FUSE 1
-1 25791U 99035A   01341.90160523  .00001680  00000-0  46452-3 0  4359
-2 25791  24.9841 248.4975 0010871 211.3142 148.6721 14.40404442129428
-FUSE 1
-1 25791U 99035A   01340.93162024 +.00001621 +00000-0 +44627-3 0 04479
-2 25791 024.9843 254.4284 0010863 200.7838 159.2234 14.40401129129285
-FUSE 1
-1 25791U 99035A   01340.37734226  .00001562  00000-0  42806-3 0  4343
-2 25791  24.9846 257.8173 0010861 194.8366 165.1825 14.40399138129209
-FUSE 1
-1 25791U 99035A   01339.19949999  .00001406  00000-0  37978-3 0  4336
-2 25791  24.9853 265.0213 0010893 182.8071 177.2377 14.40394882129036
-FUSE 1
-1 25791U 99035A   01337.95236873  .00001264  00000-0  33601-3 0  4328
-2 25791  24.9859 272.6472 0011030 169.6495 190.4242 14.40391020128858
-FUSE 1
-1 25791U 99035A   01336.98237488 +.00001205 +00000-0 +31765-3 0 04350
-2 25791 024.9862 278.5777 0011067 159.5220 200.5735 14.40388553128711
-FUSE 1
-1 25791U 99035A   01336.91308955  .00001199  00000-0  31585-3 0  4319
-2 25791  24.9862 279.0014 0011071 158.8008 201.2962 14.40388365128702
-FUSE 1
-1 25791U 99035A   01335.52738000  .00001234  00000-0  32682-3 0  4301
-2 25791  24.9862 287.4731 0011104 144.1718 215.9555 14.40385754128501
-FUSE 1
-1 25791U 99035A   01334.21095244  .00001172  00000-0  30740-3 0  4294
-2 25791  24.9865 295.5226 0011153 130.8481 229.2994 14.40382693128319
-FUSE 1
-1 25791U 99035A   01333.17166461  .00001237  00000-0  32780-3 0  4285
-2 25791  24.9866 301.8786 0011197 121.1081 239.0526 14.40380912128164
-FUSE 1
-1 25791U 99035A   01331.78594478  .00001365  00000-0  36732-3 0  4275
-2 25791  24.9865 310.3519 0011209 106.8472 253.3273 14.40378324127969
-FUSE 1
-1 25791U 99035A   01330.67736645 +.00001415 +00000-0 +38296-3 0 04303
-2 25791 024.9868 317.1335 0011064 094.8355 265.3420 14.40375646127802
-FUSE 1
-1 25791U 99035A   01330.53879352  .00001567  00000-0  43006-3 0  4269
-2 25791  24.9872 317.9818 0011229  93.6128 266.5666 14.40376029127787
-FUSE 1
-1 25791U 99035A   01329.70735725 +.00001621 +00000-0 +44667-3 0 04457
-2 25791 024.9872 323.0652 0011232 084.6461 275.5327 14.40373883127661
-FUSE 1
-1 25791U 99035A   01329.22235264  .00001585  00000-0  43552-3 0  4256
-2 25791  24.9876 326.0324 0011267  80.2956 279.8829 14.40372335127590
-FUSE 1
-1 25791U 99035A   01327.83661937  .00001684  00000-0  46626-3 0  4245
-2 25791  24.9875 334.5052 0011431  65.9356 294.2344 14.40369004127398
-FUSE 1
-1 25791U 99035A   01326.52016884  .00001740  00000-0  48380-3 0  4236
-2 25791  24.9874 342.5535 0011585  52.2073 307.9485 14.40365366127202
-FUSE 1
-1 25791U 99035A   01325.41157411  .00001880  00000-0  52699-3 0  4227
-2 25791  24.9858 349.3412 0010869  41.2944 318.8383 14.40362474127049
-FUSE 1
-1 25791U 99035A   01324.92656363 +.00001916 +00000-0 +53838-3 0 04486
-2 25791 024.9856 352.3075 0010879 036.2259 323.8984 14.40361028126978
-FUSE 1
-1 25791U 99035A   01324.23369056  .00001967  00000-0  55417-3 0  4212
-2 25791  24.9855 356.5485 0010758  28.8088 331.3014 14.40358919126873
-FUSE 1
-1 25791U 99035A   01323.67939132 +.00001961 +00000-0 +55223-3 0 04407
-2 25791 024.9854 359.9372 0010776 023.0532 337.0460 14.40356881126790
-FUSE 1
-1 25791U 99035A   01322.70936542  .00001987  00000-0  56035-3 0  4198
-2 25791  24.9853   5.8688 0010772  12.9432 347.1352 14.40353526126658
-FUSE 1
-1 25791U 99035A   01321.67005005  .00001934  00000-0  54405-3 0  4184
-2 25791  24.9852  12.2257 0010726   1.9216 358.1340 14.40349375126508
-FUSE 1
-1 25791U 99035A   01320.56144300  .00001920  00000-0  53980-3 0  4174
-2 25791  24.9852  19.0058 0010683 350.0478   9.9818 14.40345343126346
-FUSE 1
-1 25791U 99035A   01319.52212142  .00001855  00000-0  51954-3 0  4163
-2 25791  24.9851  25.3612 0010623 338.9778  21.0292 14.40341342126192
-FUSE 1
-1 25791U 99035A   01318.82923904 +.00001856 +00000-0 +52003-3 0 04314
-2 25791 024.9847 029.5994 0010595 331.5863 028.4066 14.40338911126095
-FUSE 1
-1 25791U 99035A   01318.41350910  .00001890  00000-0  53052-3 0  4155
-2 25791  24.9848  32.1452 0010575 326.5664  33.4173 14.40337609126038
-FUSE 1
-1 25791U 99035A   01316.88916357  .00001729  00000-0  48061-3 0  4141
-2 25791  24.9843  41.4680 0010423 310.4505  49.5094 14.40331762125816
-FUSE 1
-1 25791U 99035A   01315.78054605  .00002207  00000-0  62878-3 0  4131
-2 25791  24.9835  48.2543 0010468 297.9246  62.0232 14.40329121125652
-FUSE 1
-1 25791U 99035A   01314.67192519  .00002266  00000-0  64699-3 0  4122
-2 25791  24.9832  55.0359 0010699 286.0302  73.9029 14.40324776125496
-FUSE 1
-1 25791U 99035A   01313.56330279  .00002157  00000-0  61343-3 0  4117
-2 25791  24.9831  61.8147 0010834 274.3350  85.5922 14.40319729125335
-FUSE 1
-1 25791U 99035A   01312.52396703  .00002119  00000-0  60174-3 0  4104
-2 25791  24.9829  68.1695 0010860 263.6572  96.2701 14.40315363125183
-FUSE 1
-1 25791U 99035A   01311.76178660 +.00001972 +00000-0 +55623-3 0 04344
-2 25791 024.9830 072.8283 0010752 255.8544 104.0769 14.40311922125079
-FUSE 1
-1 25791U 99035A   01310.99960448  .00001931  00000-0  54345-3 0  4098
-2 25791  24.9829  77.4894 0010755 247.9477 111.9889 14.40308978124960
-FUSE 1
-1 25791U 99035A   01309.96026276 +.00001965 +00000-0 +55405-3 0 04090
-2 25791 024.9829 083.8473 0010851 237.1463 122.8002 14.40305487124811
-FUSE 1
-1 25791U 99035A   01309.89097339  .00001972  00000-0  55619-3 0  4084
-2 25791  24.9829  84.2713 0010836 236.3815 123.5665 14.40305298124800
-FUSE 1
-1 25791U 99035A   01308.57447006  .00002179  00000-0  62044-3 0  4077
-2 25791  24.9822  92.3254 0010825 222.6458 137.3208 14.40301956124614
-FUSE 1
-1 25791U 99035A   01307.53512328  .00002351  00000-0  67374-3 0  4064
-2 25791  24.9814  98.6808 0010806 211.6998 148.2862 14.40299019124461
-FUSE 1
-1 25791U 99035A   01305.94145638 +.00002419 +00000-0 +69493-3 0 04062
-2 25791 024.9809 108.4263 0010833 195.2773 164.7418 14.40292404124234
-FUSE 1
-1 25791U 99035A   01305.87216636  .00002410  00000-0  69213-3 0  4051
-2 25791  24.9811 108.8509 0010847 194.5526 165.4669 14.40292047124225
-FUSE 1
-1 25791U 99035A   01304.90210496 +.00002483 +00000-0 +71481-3 0 04210
-2 25791 024.9807 114.7853 0010812 184.6053 175.4356 14.40288074124088
-FUSE 1
-1 25791U 99035A   01304.55565381  .00002564  00000-0  73991-3 0  4046
-2 25791  24.9803 116.9068 0010808 180.8733 179.1763 14.40287007124037
-FUSE 1
-1 25791U 99035A   01303.93204085 +.00002548 +00000-0 +73522-3 0 04141
-2 25791 024.9803 120.7190 0010799 174.3529 185.7099 14.40283909123947
-FUSE 1
-1 25791U 99035A   01303.03126575  .00002520  00000-0  72659-3 0  4037
-2 25791  24.9800 126.2295 0010755 164.6304 195.4536 14.40279287123810
-FUSE 1
-1 25791U 99035A   01301.78402958  .00002608  00000-0  75393-3 0  4023
-2 25791  24.9799 133.8566 0011062 153.3348 206.7722 14.40274032123633
-FUSE 1
-1 25791U 99035A   01299.91316810  .00002915  00000-0  84930-3 0  4012
-2 25791  24.9792 145.2965 0011048 134.0555 226.0864 14.40265988123368
-FUSE 1
-1 25791U 99035A   01298.18087804  .00003212  00000-0  94181-3 0  4007
-2 25791  24.9785 155.8916 0011040 115.9737 244.1911 14.40256974123117
-FUSE 1
-1 25791U 99035A   01297.97300262 +.00003234 +00000-0 +94848-3 0 04115
-2 25791 024.9787 157.1643 0011055 113.7776 246.3895 14.40255785123086
-FUSE 1
-1 25791U 99035A   01297.07220791  .00002684  00000-0  77791-3 0  3995
-2 25791  24.9787 162.6747 0010929 104.4008 255.7717 14.40248557122957
-FUSE 1
-1 25791U 99035A   01295.96352986 +.00002126 +00000-0 +60489-3 0 04025
-2 25791 024.9793 169.4508 0010628 092.8140 267.3584 14.40240931122798
-FUSE 1
-1 25791U 99035A   01295.89423827  .00002043  00000-0  57915-3 0  3982
-2 25791  24.9794 169.8749 0010644  91.9762 268.1968 14.40240146122780
-FUSE 1
-1 25791U 99035A   01294.92413976 +.00001853 +00000-0 +51998-3 0 04152
-2 25791 024.9798 175.8066 0010633 081.1941 278.9772 14.40235323122649
-FUSE 1
-1 25791U 99035A   01294.30050214  .00001823  00000-0  51089-3 0  3973
-2 25791  24.9799 179.6196 0010702  74.5779 285.5911 14.40232995122559
-FUSE 1
-1 25791U 99035A   01293.26110316  .00001744  00000-0  48616-3 0  3960
-2 25791  24.9799 185.9754 0010658  63.5604 296.6004 14.40228963122404
-FUSE 1
-1 25791U 99035A   01292.22169993  .00001707  00000-0  47471-3 0  3956
-2 25791  24.9799 192.3301 0010648  52.4658 307.6827 14.40225399122258
-FUSE 1
-1 25791U 99035A   01290.97441176 +.00001672 +00000-0 +46391-3 0 03975
-2 25791 024.9797 199.9582 0010599 039.1258 321.0014 14.40221249122071
-FUSE 1
-1 25791U 99035A   01290.90511781  .00001674  00000-0  46472-3 0  3947
-2 25791  24.9797 200.3818 0010601  38.3799 321.7462 14.40221053122061
-FUSE 1
-1 25791U 99035A   01289.44994252  .00001682  00000-0  46703-3 0  3937
-2 25791  24.9794 209.2810 0010620  22.7711 337.3265 14.40216632121857
-FUSE 1
-1 25791U 99035A   01288.96488349 +.00001640 +00000-0 +45420-3 0 04039
-2 25791 024.9794 212.2491 0010567 017.4224 342.6645 14.40214807121781
-FUSE 1
-1 25791U 99035A   01288.41052915  .00001638  00000-0  45357-3 0  3928
-2 25791  24.9794 215.6384 0010635  11.8186 348.2573 14.40213128121709
-FUSE 1
-1 25791U 99035A   01287.23252352  .00001574  00000-0  43355-3 0  3918
-2 25791  24.9794 222.8447 0010562 358.4459   1.6013 14.40209149121539
-FUSE 1
-1 25791U 99035A   01285.91592729  .00001390  00000-0  37646-3 0  3907
-2 25791  24.9795 230.9044 0010544 342.9330  17.0829 14.40203938121344
-FUSE 1
-1 25791U 99035A   01284.39144118  .00001300  00000-0  34838-3 0  3892
-2 25791  24.9795 240.2335 0010739 326.2228  33.7597 14.40199484121121
-FUSE 1
-1 25791U 99035A   01283.97567245 +.00001223 +00000-0 +32457-3 0 03894
-2 25791 024.9792 242.7798 0010828 320.9649 039.0093 14.40197815121064
-FUSE 1
-1 25791U 99035A   01283.35201646  .00001212  00000-0  32118-3 0  3887
-2 25791  24.9792 246.5916 0010829 314.6054  45.3576 14.40196427120972
-FUSE 1
-1 25791U 99035A   01282.31258856 +.00001218 +00000-0 +32310-3 0 03876
-2 25791 024.9792 252.9458 0010895 303.3438 056.6026 14.40194305120820
-FUSE 1
-1 25791U 99035A   01281.96611121 +.00001476 +00000-0 +40318-3 0 03877
-2 25791 024.9786 255.0631 0010800 300.4688 059.4739 14.40195140120775
-FUSE 1
-1 25791U 99035A   01281.27315947  .00001503  00000-0  41154-3 0  3867
-2 25791  24.9785 259.2981 0010800 293.1387  66.7977 14.40193471120671
-FUSE 1
-1 25791U 99035A   01280.23373114  .00001657  00000-0  45958-3 0  3857
-2 25791  24.9781 265.6543 0010925 282.3330  77.5954 14.40191161120521
-FUSE 1
-1 25791U 99035A   01279.19430003  .00002067  00000-0  58705-3 0  3840
-2 25791  24.9775 272.0130 0011160 270.5332  89.3900 14.40189300120378
-FUSE 1
-1 25791U 99035A   01277.60050645  .00002136  00000-0  60847-3 0  3830
-2 25791  24.9771 281.7563 0011259 253.7403 106.1876 14.40183292120141
-FUSE 1
-1 25791U 99035A   01276.69966572 +.00002038 +00000-0 +57797-3 0 03834
-2 25791 024.9770 287.2658 0011436 244.9457 114.9868 14.40179081120019
-FUSE 1
-1 25791U 99035A   01276.56107445  .00002038  00000-0  57794-3 0  3822
-2 25791  24.9770 288.1132 0011429 243.5500 116.3834 14.40178557119993
-FUSE 1
-1 25791U 99035A   01275.59093557 +.00002005 +00000-0 +56772-3 0 03900
-2 25791 024.9769 294.0432 0011469 233.5602 126.3872 14.40174627119858
-FUSE 1
-1 25791U 99035A   01275.24445817  .00001894  00000-0  53340-3 0  3815
-2 25791  24.9772 296.1661 0011642 231.1207 128.8260 14.40172274119806
-FUSE 1
-1 25791U 99035A   01274.20502117  .00001837  00000-0  51559-3 0  3803
-2 25791  24.9774 302.5234 0011565 220.9357 139.0293 14.40168098119654
-FUSE 1
-1 25791U 99035A   01272.54191528  .00001742  00000-0  48618-3 0  3793
-2 25791  24.9776 312.6900 0011479 204.0234 155.9738 14.40161743119414
-FUSE 1
-1 25791U 99035A   01271.22528748  .00001537  00000-0  42239-3 0  3789
-2 25791  24.9783 320.7396 0011360 191.6142 168.4111 14.40155760119224
-FUSE 1
-1 25791U 99035A   01270.18584050  .00001414  00000-0  38420-3 0  3771
-2 25791  24.9786 327.0943 0011214 181.1674 178.8811 14.40151731119076
-FUSE 1
-1 25791U 99035A   01268.59201413  .00001316  00000-0  35376-3 0  3769
-2 25791  24.9790 336.8359 0011124 164.6593 195.4255 14.40146964118849
-FUSE 1
-1 25791U 99035A   01267.55255878  .00001264  00000-0  33768-3 0  3752
-2 25791  24.9791 343.1899 0011084 153.8979 206.2088 14.40144164118691
-FUSE 1
-1 25791U 99035A   01266.85958720 +.00001236 +00000-0 +32881-3 0 04003
-2 25791 024.9791 347.4254 0011062 146.6571 213.4636 14.40142395118599
-FUSE 1
-1 25791U 99035A   01266.23591181  .00001222  00000-0  32443-3 0  3748
-2 25791  24.9790 351.2395 0010997 140.3022 219.8292 14.40140919118504
-FUSE 1
-1 25791U 99035A   01264.84996263  .00001228  00000-0  32643-3 0  3730
-2 25791  24.9790 359.7127 0010966 126.1194 234.0331 14.40138072118306
-FUSE 1
-1 25791U 99035A   01263.81049784  .00001251  00000-0  33374-3 0  3720
-2 25791  24.9787   6.0658 0010961 115.2876 244.8774 14.40136053118154
-FUSE 1
-1 25791U 99035A   01262.90962669 +.00001258 +00000-0 +33575-3 0 03770
-2 25791 024.9786 011.5725 0010944 105.8616 254.3099 14.40134145118029
-FUSE 1
-1 25791U 99035A   01262.56313782  .00001225  00000-0  32562-3 0  3711
-2 25791  24.9789  13.6910 0010897 102.2762 257.8965 14.40133131117978
-FUSE 1
-1 25791U 99035A   01261.73156198 +.00001238 +00000-0 +32981-3 0 03916
-2 25791 024.9787 018.7732 0010906 093.5350 266.6406 14.40131469117857
-FUSE 1
-1 25791U 99035A   01260.76138915  .00001191  00000-0  31510-3 0  3707
-2 25791  24.9789  24.7033 0010879  83.2256 276.9490 14.40129023117715
-FUSE 1
-1 25791U 99035A   01259.92981039 +.00001175 +00000-0 +31013-3 0 03874
-2 25791 024.9786 029.7863 0010871 074.4468 285.7243 14.40127147117592
-FUSE 1
-1 25791U 99035A   01259.58331925  .00001147  00000-0  30130-3 0  3697
-2 25791  24.9787  31.9057 0010852  70.6480 289.5197 14.40126176117540
-FUSE 1
-1 25791U 99035A   01258.95963335 +.00001144 +00000-0 +30044-3 0 03874
-2 25791 024.9786 035.7176 0010865 064.0853 296.0773 14.40124921117457
-FUSE 1
-1 25791U 99035A   01258.54384331  .00001102  00000-0  28749-3 0  3684
-2 25791  24.9787  38.2594 0010849  59.6296 300.5294 14.40123716117396
-FUSE 1
-1 25791U 99035A   01256.88067564  .00001029  00000-0  26472-3 0  3673
-2 25791  24.9789  48.4246 0010881  42.1181 318.0162 14.40120076117159
-FUSE 1
-1 25791U 99035A   01255.84119312 +.00000982 +00000-0 +24994-3 0 03828
-2 25791 024.9791 054.7780 0010906 031.2706 328.8450 14.40117913117004
-FUSE 1
-1 25791U 99035A   01255.56399752  .00000973  00000-0  24725-3 0  3669
-2 25791  24.9790  56.4726 0010911  28.3803 331.7300 14.40117363116963
-FUSE 1
-1 25791U 99035A   01254.17801710  .00000928  00000-0  23335-3 0  3652
-2 25791  24.9790  64.9453 0010913  13.8647 346.2161 14.40114762116765
-FUSE 1
-1 25791U 99035A   01253.13853000  .00000871  00000-0  21540-3 0  3648
-2 25791  24.9793  71.2996 0010924   2.8497 357.2074 14.40112768116617
-FUSE 1
-1 25791U 99035A   01251.89114396  .00000824  00000-0  20070-3 0  3631
-2 25791  24.9796  78.9282 0010899 349.5744  10.4536 14.40110640116437
-FUSE 1
-1 25791U 99035A   01250.57445682  .00000789  00000-0  18992-3 0  3629
-2 25791  24.9798  86.9794 0010848 335.6563  24.3436 14.40108640116244
-FUSE 1
-1 25791U 99035A   01249.39636695  .00000757  00000-0  18011-3 0  3619
-2 25791  24.9802  94.1822 0010810 323.2224  36.7543 14.40106962116071
-FUSE 1
-1 25791U 99035A   01248.91127102 +.00000751 +00000-0 +17803-3 0 03830
-2 25791 024.9803 097.1479 0010787 318.2500 041.7192 14.40106349116005
-FUSE 1
-1 25791U 99035A   01248.21827703  .00000711  00000-0  16549-3 0  3604
-2 25791  24.9806 101.3869 0010851 311.0280  48.9290 14.40105201115909
-FUSE 1
-1 25791U 99035A   01247.94107926 +.00000692 +00000-0 +15961-3 0 03998
-2 25791 024.9808 103.0812 0010848 308.0548 051.8982 14.40104743115863
-FUSE 1
-1 25791U 99035A   01246.97088639 +.00000665 +00000-0 +15119-3 0 03624
-2 25791 024.9811 109.0135 0010822 297.4688 062.4719 14.40103568115724
-FUSE 1
-1 25791U 99035A   01246.90158683  .00000665  00000-0  15140-3 0  3594
-2 25791  24.9811 109.4371 0010823 296.7486  63.1913 14.40103507115715
-FUSE 1
-1 25791U 99035A   01245.86209396  .00000696  00000-0  16089-3 0  3582
-2 25791  24.9808 115.7946 0010841 285.1746  74.7568 14.40102728115561
-FUSE 1
-1 25791U 99035A   01244.47610489  .00000659  00000-0  14935-3 0  3573
-2 25791  24.9811 124.2700 0010831 270.7608  89.1659 14.40100949115366
-FUSE 1
-1 25791U 99035A   01243.36731275  .00000662  00000-0  15021-3 0  3567
-2 25791  24.9811 131.0482 0010866 258.9721 100.9574 14.40099892115206
-FUSE 1
-1 25791U 99035A   01242.25852056  .00000648  00000-0  14586-3 0  3553
-2 25791  24.9814 137.8264 0010894 247.3559 112.5794 14.40098711115047
-FUSE 1
-1 25791U 99035A   01241.98132292 +.00000630 +00000-0 +14046-3 0 03737
-2 25791 024.9816 139.5223 0010941 244.5808 115.3567 14.40098300115001
-FUSE 1
-1 25791U 99035A   01241.21902828  .00000629  00000-0  14009-3 0  3549
-2 25791  24.9817 144.1835 0011009 236.5844 123.3610 14.40097610114897
-FUSE 1
-1 25791U 99035A   01239.97163784 +.00000567 +00000-0 +12075-3 0 03541
-2 25791 024.9822 151.8119 0011137 224.0036 135.9578 14.40096009114714
-FUSE 1
-1 25791U 99035A   01239.90233840  .00000573  00000-0  12271-3 0  3539
-2 25791  24.9822 152.2355 0011140 223.3426 136.6211 14.40096007114709
-FUSE 1
-1 25791U 99035A   01238.93214506 +.00000578 +00000-0 +12417-3 0 03569
-2 25791 024.9822 158.1667 0011192 213.0996 146.8828 14.40095287114565
-FUSE 1
-1 25791U 99035A   01238.44704821  .00000558  00000-0  11791-3 0  3527
-2 25791  24.9823 161.1314 0011195 208.1454 151.8451 14.40094733114491
-FUSE 1
-1 25791U 99035A   01237.19965619  .00000543  00000-0  11309-3 0  3510
-2 25791  24.9826 168.7556 0011260 195.0033 165.0141 14.40093691114311
-FUSE 1
-1 25791U 99035A   01235.46716564  .00000559  00000-0  11830-3 0  3506
-2 25791  24.9826 179.3436 0011265 177.0928 182.9645 14.40092549114064
-FUSE 1
-1 25791U 99035A   01234.91276874 +.00000555 +00000-0 +11697-3 0 03518
-2 25791 024.9826 182.7322 0011267 171.3778 188.6930 14.40092091113980
-FUSE 1
-1 25791U 99035A   01234.21977186  .00000553  00000-0  11627-3 0  3493
-2 25791  24.9827 186.9667 0011270 164.0792 196.0070 14.40091557113881
-FUSE 1
-1 25791U 99035A   01233.18027640  .00000553  00000-0  11642-3 0  3485
-2 25791  24.9827 193.3193 0011293 153.2255 206.8853 14.40090779113734
-FUSE 1
-1 25791U 99035A   01231.72498050  .00000562  00000-0  11920-3 0  3478
-2 25791  24.9824 202.2156 0011301 138.1751 221.9616 14.40089739113529
-FUSE 1
-1 25791U 99035A   01230.54688298  .00000525  00000-0  10770-3 0  3462
-2 25791  24.9834 209.4179 0011313 126.3801 233.7753 14.40088665113353
-FUSE 1
-1 25791U 99035A   01229.23018362  .00000520  00000-0  10610-3 0  3452
-2 25791  24.9836 217.4680 0011315 112.6116 247.5590 14.40087703113163
-FUSE 1
-1 25791U 99035A   01228.81438323 +.00000515 +00000-0 +10467-3 0 03665
-2 25791 024.9835 220.0093 0011311 108.2127 251.9609 14.40087362113104
-FUSE 1
-1 25791U 99035A   01227.84418190  .00000497  00000-0  98977-4 0  3445
-2 25791  24.9840 225.9413 0011274  98.5742 261.6044 14.40086582112969
-FUSE 1
-1 25791U 99035A   01226.66607788 +.00000493 +00000-0 +97886-4 0 03463
-2 25791 024.9839 233.1408 0011275 086.3501 273.8298 14.40085796112794
-FUSE 1
-1 25791U 99035A   01226.52747722  .00000492  00000-0  97361-4 0  3435
-2 25791  24.9840 233.9884 0011272  84.8774 275.3014 14.40085704112774
-FUSE 1
-1 25791U 99035A   01225.21077022  .00000514  00000-0  10445-3 0  3420
-2 25791  24.9840 242.0362 0011245  71.4518 288.7213 14.40085082112581
-FUSE 1
-1 25791U 99035A   01223.89406193  .00000470  00000-0  90604-4 0  3413
-2 25791  24.9848 250.0849 0011117  57.6806 302.4776 14.40083898112392
-FUSE 1
-1 25791U 99035A   01222.78525341  .00000440  00000-0  81399-4 0  3404
-2 25791  24.9853 256.8629 0011047  46.0947 314.0477 14.40083059112237
-FUSE 1
-1 25791U 99035A   01221.95364609 +.00000421 +00000-0 +75317-4 0 03435
-2 25791 024.9857 261.9471 0011006 037.3315 322.7958 14.40082476112119
-FUSE 1
-1 25791U 99035A   01221.53784190  .00000421  00000-0  75510-4 0  3390
-2 25791  24.9858 264.4889 0010990  32.9399 327.1792 14.40082299112056
-FUSE 1
-1 25791U 99035A   01220.98343688 +.00000390 +00000-0 +65848-4 0 03579
-2 25791 024.9859 267.8782 0010962 026.9957 333.1120 14.40081738111977
-FUSE 1
-1 25791U 99035A   01220.22112886  .00000387  00000-0  64765-4 0  3382
-2 25791  24.9860 272.5393 0010909  18.8496 341.2417 14.40081380111869
-FUSE 1
-1 25791U 99035A   01218.97371408  .00000391  00000-0  65912-4 0  3377
-2 25791  24.9861 280.1628 0010876   5.5029 354.5594 14.40080902111686
-FUSE 1
-1 25791U 99035A   01217.86490136  .00000373  00000-0  60393-4 0  3361
-2 25791  24.9866 286.9411 0010853 353.7666   6.2707 14.40080339111529
-FUSE 1
-1 25791U 99035A   01216.82538872  .00000371  00000-0  59777-4 0  3357
-2 25791  24.9868 293.2962 0010793 342.5968  17.4161 14.40079940111374
-FUSE 1
-1 25791U 99035A   01215.57797329  .00000400  00000-0  68747-4 0  3341
-2 25791  24.9867 300.9214 0010734 329.1452  30.8424 14.40079711111190
-FUSE 1
-1 25791U 99035A   01214.88496511 +.00000411 +00000-0 +72102-4 0 03738
-2 25791 024.9865 305.1569 0010752 321.8056 038.1700 14.40079469111094
-FUSE 1
-1 25791U 99035A   01213.91475370 +.00000418 +00000-0 +74537-4 0 03349
-2 25791 024.9864 311.0878 0010770 311.6786 048.2800 14.40079073110957
-FUSE 1
-1 25791U 99035A   01213.84545284  .00000418  00000-0  74517-4 0  3330
-2 25791  24.9864 311.5114 0010770 310.9520  49.0052 14.40079040110944
-FUSE 1
-1 25791U 99035A   01212.94454257 +.00000434 +00000-0 +79248-4 0 03344
-2 25791 024.9864 317.0188 0010768 301.3288 058.6164 14.40078734110813
-FUSE 1
-1 25791U 99035A   01212.80594067  .00000444  00000-0  82373-4 0  3325
-2 25791  24.9863 317.8657 0010766 299.6889  60.2542 14.40078761110791
-FUSE 1
-1 25791U 99035A   01211.90503055 +.00000468 +00000-0 +90090-4 0 03446
-2 25791 024.9863 323.3726 0010776 290.0365 069.8977 14.40078499110666
-FUSE 1
-1 25791U 99035A   01211.55852704  .00000460  00000-0  87431-4 0  3318
-2 25791  24.9864 325.4904 0010823 286.2525  73.6791 14.40078234110615
-FUSE 1
-1 25791U 99035A   01210.93482022 +.00000472 +00000-0 +91278-4 0 03633
-2 25791 024.9864 329.3017 0010848 279.6419 080.2862 14.40077996110525
-FUSE 1
-1 25791U 99035A   01210.17251264  .00000478  00000-0  93199-4 0  3305
-2 25791  24.9863 333.9619 0010873 271.6318  88.2943 14.40077601110410
-FUSE 1
-1 25791U 99035A   01208.85579991  .00000490  00000-0  96802-4 0  3293
-2 25791  24.9866 342.0099 0010922 257.5431 102.3853 14.40076934110225
-FUSE 1
-1 25791U 99035A   01207.81629030  .00000501  00000-0  10023-3 0  3280
-2 25791  24.9867 348.3635 0010966 246.5884 113.3470 14.40076398110073
-FUSE 1
-1 25791U 99035A   01206.91538249 +.00000508 +00000-0 +10250-3 0 03415
-2 25791 024.9866 353.8713 0010987 237.1497 122.7945 14.40075887109946
-FUSE 1
-1 25791U 99035A   01206.56887963  .00000511  00000-0  10326-3 0  3278
-2 25791  24.9867 355.9893 0011012 233.5318 126.4174 14.40075691109893
-FUSE 1
-1 25791U 99035A   01205.87587337 +.00000527 +00000-0 +10839-3 0 03505
-2 25791 024.9868 000.2251 0011076 226.2868 133.6720 14.40075413109799
-FUSE 1
-1 25791U 99035A   01205.25216864  .00000510  00000-0  10313-3 0  3263
-2 25791  24.9867   4.0363 0011090 219.8115 140.1582 14.40074798109708
-FUSE 1
-1 25791U 99035A   01203.93545728 +.00000516 +00000-0 +10479-3 0 03269
-2 25791 024.9866 012.0811 0011114 206.0591 153.9357 14.40073969109517
-FUSE 1
-1 25791U 99035A   01203.86615663  .00000516  00000-0  10479-3 0  3256
-2 25791  24.9866  12.5045 0011114 205.3331 154.6628 14.40073923109503
-FUSE 1
-1 25791U 99035A   01202.96524958 +.00000508 +00000-0 +10233-3 0 03486
-2 25791 024.9865 018.0111 0011154 196.1382 163.8780 14.40073233109374
-FUSE 1
-1 25791U 99035A   01202.54944641  .00000493  00000-0  97826-4 0  3246
-2 25791  24.9863  20.5527 0011169 191.8050 168.2200 14.40072784109311
-FUSE 1
-1 25791U 99035A   01201.16343360  .00000507  00000-0  10206-3 0  3235
-2 25791  24.9866  29.0225 0011223 177.3906 182.6661 14.40072075109115
-FUSE 1
-1 25791U 99035A   01200.12393049  .00000384  00000-0  63784-4 0  3221
-2 25791  24.9826  35.4045 0011352 165.2759 194.8082 14.40070335108968
-FUSE 1
-1 25791U 99035A   01198.94581712 +.00000454 +00000-0 +85448-4 0 03255
-2 25791 024.9819 042.6054 0011509 153.7866 206.3225 14.40070361108793
-FUSE 1
-1 25791U 99035A   01198.87651654  .00000454  00000-0  85668-4 0  3210
-2 25791  24.9819  43.0290 0011506 153.0511 207.0603 14.40070330108780
-FUSE 1
-1 25791U 99035A   01197.90630513 +.00000543 +00000-0 +11321-3 0 03251
-2 25791 024.9814 048.9614 0011667 143.2067 216.9249 14.40070553108641
-FUSE 1
-1 25791U 99035A   01197.83700416  .00000546  00000-0  11423-3 0  3204
-2 25791  24.9813  49.3856 0011672 142.5933 217.5379 14.40070523108630
-FUSE 1
-1 25791U 99035A   01196.93609183 +.00000693 +00000-0 +16016-3 0 03423
-2 25791 024.9796 054.8902 0011793 132.6084 227.5393 14.40070954108505
-FUSE 1
-1 25791U 99035A   01196.45099063  .00000473  00000-0  91615-4 0  3199
-2 25791  24.9825  57.8656 0011228 128.4789 231.6720 14.40068671108430
-FUSE 1
-1 25791U 99035A   01195.20357322  .00000505  00000-0  10164-3 0  3180
-2 25791  24.9825  65.4916 0011215 116.0156 244.1500 14.40068220108256
-FUSE 1
-1 25791U 99035A   01194.02545613  .00000499  00000-0  99733-4 0  3172
-2 25791  24.9826  72.6920 0011188 103.4129 256.7628 14.40067381108089
-FUSE 1
-1 25791U 99035A   01193.95615541 +.00000494 +00000-0 +98068-4 0 03356
-2 25791 024.9827 073.1157 0011179 102.6649 257.5123 14.40067286108078
-FUSE 1
-1 25791U 99035A   01192.50083132  .00000493  00000-0  97812-4 0  3165
-2 25791  24.9831  82.0131 0011146  87.3221 272.8568 14.40066408107867
-FUSE 1
-1 25791U 99035A   01191.94642156 +.00000499 +00000-0 +99730-4 0 03267
-2 25791 024.9831 085.4021 0011170 081.6595 278.5190 14.40066125107781
-FUSE 1
-1 25791U 99035A   01191.18410683  .00000513  00000-0  10412-3 0  3155
-2 25791  24.9835  90.0635 0011114  74.2217 285.9515 14.40065843107672
-FUSE 1
-1 25791U 99035A   01190.14458616  .00000519  00000-0  10586-3 0  3145
-2 25791  24.9834  96.4153 0011128  63.2236 296.9407 14.40065179107528
-FUSE 1
-1 25791U 99035A   01188.89716000  .00000517  00000-0  10535-3 0  3139
-2 25791  24.9835 104.0390 0011105  50.1547 309.9937 14.40064329107342
-FUSE 1
-1 25791U 99035A   01187.85763598  .00000560  00000-0  11885-3 0  3124
-2 25791  24.9834 110.3927 0011027  39.7903 320.3413 14.40064059107198
-FUSE 1
-1 25791U 99035A   01186.26369845  .00000576  00000-0  12383-3 0  3115
-2 25791  24.9833 120.1320 0011040  23.1413 336.9590 14.40062964106967
-FUSE 1
-1 25791U 99035A   01185.22417234  .00000611  00000-0  13466-3 0  3108
-2 25791  24.9832 126.4851 0010938  12.2821 347.7952 14.40062479106818
-FUSE 1
-1 25791U 99035A   01183.90743981  .00000616  00000-0  13632-3 0  3090
-2 25791  24.9835 134.5338 0011000 358.4299   1.6173 14.40061396106623
-FUSE 1
-1 25791U 99035A   01182.72930922  .00000647  00000-0  14599-3 0  3088
-2 25791  24.9835 141.7349 0010932 346.1083  13.9122 14.40060663106450
-FUSE 1
-1 25791U 99035A   01181.55117807  .00000655  00000-0  14826-3 0  3078
-2 25791  24.9833 148.9349 0010989 333.0109  26.9827 14.40059608106287
-FUSE 1
-1 25791U 99035A   01180.23444311  .00000674  00000-0  15430-3 0  3067
-2 25791  24.9834 156.9835 0010915 318.5214  41.4471 14.40058589106094
-FUSE 1
-1 25791U 99035A   01179.95723625 +.00000660 +00000-0 +14998-3 0 03537
-2 25791 024.9835 158.6778 0010936 315.4784 044.4860 14.40058184106053
-FUSE 1
-1 25791U 99035A   01178.98701077 +.00000700 +00000-0 +16223-3 0 03095
-2 25791 024.9839 164.6103 0010804 304.5310 055.4225 14.40057715105914
-FUSE 1
-1 25791U 99035A   01178.91770917  .00000670  00000-0  15306-3 0  3050
-2 25791  24.9837 165.0340 0010775 303.9328  56.0166 14.40057316105906
-FUSE 1
-1 25791U 99035A   01177.94748394 +.00000667 +00000-0 +15215-3 0 03051
-2 25791 024.9839 170.9631 0010758 293.8032 066.1362 14.40056346105762
-FUSE 1
-1 25791U 99035A   01177.80888028  .00000659  00000-0  14952-3 0  3042
-2 25791  24.9838 171.8101 0010748 292.4036  67.5332 14.40056120105741
-FUSE 1
-1 25791U 99035A   01176.83865444 +.00000669 +00000-0 +15256-3 0 03062
-2 25791 024.9836 177.7390 0010771 281.9230 078.0068 14.40055269105600
-FUSE 1
-1 25791U 99035A   01176.56144703  .00000675  00000-0  15449-3 0  3038
-2 25791  24.9837 179.4333 0010795 278.8637  81.0649 14.40055073105566
-FUSE 1
-1 25791U 99035A   01175.86842919 +.00000678 +00000-0 +15546-3 0 03316
-2 25791 024.9837 183.6698 0010800 271.5427 088.3843 14.40054412105462
-FUSE 1
-1 25791U 99035A   01175.24471298  .00000688  00000-0  15855-3 0  3028
-2 25791  24.9839 187.4824 0010794 264.9104  95.0170 14.40053918105375
-FUSE 1
-1 25791U 99035A   01173.85867780  .00000677  00000-0  15522-3 0  3016
-2 25791  24.9839 195.9535 0010801 250.3967 109.5372 14.40052381105179
-FUSE 1
-1 25791U 99035A   01172.95775496 +.00000670 +00000-0 +15307-3 0 03067
-2 25791 024.9841 201.4598 0010826 240.8926 119.0499 14.40051405105048
-FUSE 1
-1 25791U 99035A   01172.54194415  .00000672  00000-0  15364-3 0  3007
-2 25791  24.9843 204.0010 0010840 236.4724 123.4748 14.40051033104986
-FUSE 1
-1 25791U 99035A   01171.98753138 +.00000679 +00000-0 +15575-3 0 03288
-2 25791 024.9843 207.3895 0010842 230.3514 129.6117 14.40050582104903
-FUSE 1
-1 25791U 99035A   01171.22521133  .00000677  00000-0  15522-3 0  2990
-2 25791  24.9854 212.0560 0010996 222.3356 137.6304 14.40049810104798
-FUSE 1
-1 25791U 99035A   01169.97777976 +.00000651 +00000-0 +14719-3 0 02996
-2 25791 024.9854 219.6805 0010993 209.2640 150.7249 14.40048323104613
-FUSE 1
-1 25791U 99035A   01169.83917607  .00000653  00000-0  14780-3 0  2987
-2 25791  24.9854 220.5274 0010997 207.8311 152.1606 14.40048213104595
-FUSE 1
-1 25791U 99035A   01168.93825267 +.00000639 +00000-0 +14331-3 0 02983
-2 25791 024.9853 226.0330 0011011 198.4101 161.6008 14.40047199104467
-FUSE 1
-1 25791U 99035A   01168.79964884  .00000639  00000-0  14331-3 0  2975
-2 25791  24.9853 226.8798 0011011 196.9581 163.0554 14.40047071104447
-FUSE 1
-1 25791U 99035A   01167.55221537  .00000637  00000-0  14282-3 0  2961
-2 25791  24.9855 234.5040 0011049 184.0993 175.9424 14.40045914104263
-FUSE 1
-1 25791U 99035A   01166.51268687  .00000629  00000-0  14035-3 0  2959
-2 25791  24.9856 240.8573 0011071 173.3506 186.7149 14.40044884104114
-FUSE 1
-1 25791U 99035A   01165.95827450 +.00000603 +00000-0 +13200-3 0 03120
-2 25791 024.9848 244.2600 0010963 166.9546 193.1247 14.40044112104031
-FUSE 1
-1 25791U 99035A   01165.40385861  .00000599  00000-0  13098-3 0  2943
-2 25791  24.9849 247.6487 0010973 161.1937 198.8977 14.40043624103953
-FUSE 1
-1 25791U 99035A   01164.22572358  .00000615  00000-0  13598-3 0  2934
-2 25791  24.9850 254.8490 0011010 149.2494 210.8676 14.40042799103781
-FUSE 1
-1 25791U 99035A   01163.87921276 +.00000615 +00000-0 +13599-3 0 03270
-2 25791 024.9849 256.9662 0011011 145.6235 214.4988 14.40042491103737
-FUSE 1
-1 25791U 99035A   01163.18619226  .00000575  00000-0  12336-3 0  2927
-2 25791  24.9852 261.2039 0011012 139.1112 221.0231 14.40041529103636
-FUSE 1
-1 25791U 99035A   01162.90898327 +.00000573 +00000-0 +12283-3 0 03321
-2 25791 024.9853 262.8977 0011009 136.1629 223.9749 14.40041298103594
-FUSE 1
-1 25791U 99035A   01161.86945008  .00000570  00000-0  12199-3 0  2911
-2 25791  24.9855 269.2523 0011028 125.4435 234.7103 14.40040463103442
-FUSE 1
-1 25791U 99035A   01160.55270529  .00000600  00000-0  13110-3 0  2902
-2 25791  24.9853 277.3011 0011033 112.2693 247.8985 14.40039697103257
-FUSE 1
-1 25791U 99035A   01159.51316909  .00000608  00000-0  13389-3 0  2893
-2 25791  24.9855 283.6566 0011020 101.4944 258.6799 14.40038905103107
-FUSE 1
-1 25791U 99035A   01158.95874900 +.00000619 +00000-0 +13726-3 0 03157
-2 25791 024.9854 287.0455 0011021 095.8528 264.3235 14.40038518103026
-FUSE 1
-1 25791U 99035A   01158.40432836  .00000637  00000-0  14284-3 0  2884
-2 25791  24.9854 290.4346 0011007  89.9818 270.1950 14.40038207102947
-FUSE 1
-1 25791U 99035A   01157.22618367  .00000647  00000-0  14588-3 0  2875
-2 25791  24.9857 297.6350 0011049  77.7985 282.3753 14.40037223102774
-FUSE 1
-1 25791U 99035A   01156.18664290  .00000642  00000-0  14440-3 0  2866
-2 25791  24.9861 303.9893 0011005  67.0287 293.1376 14.40036236102629
-FUSE 1
-1 25791U 99035A   01154.86988814  .00000664  00000-0  15129-3 0  2858
-2 25791  24.9862 312.0359 0010968  53.2775 306.8736 14.40035235102433
-FUSE 1
-1 25791U 99035A   01153.55313207  .00000654  00000-0  14823-3 0  2849
-2 25791  24.9862 320.0822 0010917  39.4182 320.7119 14.40033855102244
-FUSE 1
-1 25791U 99035A   01152.51358604  .00000656  00000-0  14876-3 0  2833
-2 25791  24.9862 326.4348 0010879  28.5266 331.5835 14.40032889102090
-FUSE 1
-1 25791U 99035A   01151.95916093 +.00000658 +00000-0 +14954-3 0 03067
-2 25791 024.9864 329.8227 0010858 022.6676 337.4309 14.40032401102015
-FUSE 1
-1 25791U 99035A   01151.33543277  .00000649  00000-0  14671-3 0  2828
-2 25791  24.9863 333.6343 0010866  15.9419 344.1429 14.40031685101925
-FUSE 1
-1 25791U 99035A   01150.15727791  .00000654  00000-0  14810-3 0  2812
-2 25791  24.9864 340.8337 0010840   3.4915 356.5667 14.40030638101753
-FUSE 1
-1 25791U 99035A   01149.88006493 +.00000653 +00000-0 +14785-3 0 03135
-2 25791 024.9866 342.5280 0010826 000.5019 359.5497 14.40030376101717
-FUSE 1
-1 25791U 99035A   01148.90982283  .00000634  00000-0  14209-3 0  2800
-2 25791  24.9866 348.4566 0010800 350.2840   9.7632 14.40029222101575
-FUSE 1
-1 25791U 99035A   01147.38515028  .00000579  00000-0  12480-3 0  2795
-2 25791  24.9837 357.7948 0010793 333.6467  26.3492 14.40027134101356
-FUSE 1
-1 25791U 99035A   01146.20699331  .00000565  00000-0  12045-3 0  2786
-2 25791  24.9838   4.9959 0010786 321.0840  38.8893 14.40026061101180
-FUSE 1
-1 25791U 99035A   01144.89022932  .00000533  00000-0  11042-3 0  2776
-2 25791  24.9841  13.0436 0010817 306.9215  53.0301 14.40024823100993
-FUSE 1
-1 25791U 99035A   01143.91998144 +.00000546 +00000-0 +11428-3 0 02924
-2 25791 024.9842 018.9724 0010816 296.5378 063.4019 14.40024274100857
-FUSE 1
-1 25791U 99035A   01143.36555441  .00000551  00000-0  11588-3 0  2767
-2 25791  24.9842  22.3601 0010810 290.7426  69.1925 14.40023904100773
-FUSE 1
-1 25791U 99035A   01142.94973432 +.00000553 +00000-0 +11652-3 0 02881
-2 25791 024.9843 024.9015 0010807 286.3744 073.5580 14.40023633100710
-FUSE 1
-1 25791U 99035A   01142.32600379  .00000567  00000-0  12088-3 0  2755
-2 25791  24.9842  28.7136 0010785 279.8487  80.0792 14.40023279100625
-FUSE 1
-1 25791U 99035A   01141.91018440 +.00000540 +00000-0 +11242-3 0 02900
-2 25791 024.9840 031.2547 0010893 276.2467 083.6799 14.40022637100563
-FUSE 1
-1 25791U 99035A   01141.21715079  .00000549  00000-0  11542-3 0  2749
-2 25791  24.9840  35.4898 0010896 268.8475  91.0785 14.40022229100461
-FUSE 1
-1 25791U 99035A   01139.90038775  .00000571  00000-0  12219-3 0  2739
-2 25791  24.9839  43.5397 0010931 255.0386 104.8911 14.40021439100277
-FUSE 1
-1 25791U 99035A   01138.58362425  .00000609  00000-0  13389-3 0  2724
-2 25791  24.9837  51.5882 0011072 241.1629 118.7758 14.40020744100086
-FUSE 1
-1 25791U 99035A   01137.33616481  .00000661  00000-0  15031-3 0  2713
-2 25791  24.9839  59.2112 0011101 227.8811 132.0752 14.40020162 99901
-FUSE 1
-1 25791U 99035A   01136.22731284  .00000674  00000-0  15435-3 0  2700
-2 25791  24.9841  65.9875 0011119 216.3279 143.6473 14.40019220 99747
-FUSE 1
-1 25791U 99035A   01134.97985363 +.00000712 +00000-0 +16613-3 0 02734
-2 25791 024.9840 073.6131 0011195 203.7721 156.2269 14.40018339099566
-FUSE 1
-1 25791U 99035A   01134.91055026  .00000715  00000-0  16725-3 0  2694
-2 25791  24.9839  74.0366 0011202 203.0881 156.9123 14.40018302 99553
-FUSE 1
-1 25791U 99035A   01133.94030404 +.00000743 +00000-0 +17573-3 0 02737
-2 25791 024.9839 079.9663 0011198 193.0427 166.9790 14.40017554099419
-FUSE 1
-1 25791U 99035A   01133.45518076  .00000746  00000-0  17689-3 0  2684
-2 25791  24.9839  82.9302 0011209 188.0450 171.9871 14.40017047 99341
-FUSE 1
-1 25791U 99035A   01132.20772024  .00000785  00000-0  18898-3 0  2676
-2 25791  24.9839  90.5544 0011269 175.2870 184.7740 14.40016047 99160
-FUSE 1
-1 25791U 99035A   01130.96025905 +.00000820 +00000-0 +19980-3 0 02691
-2 25791 024.9841 098.1782 0011296 162.1732 197.9172 14.40014946098983
-FUSE 1
-1 25791U 99035A   01130.89095562  .00000820  00000-0  20001-3 0  2662
-2 25791  24.9841  98.6016 0011296 161.4536 198.6384 14.40014866 98975
-FUSE 1
-1 25791U 99035A   01129.92071030 +.00000847 +00000-0 +20834-3 0 02661
-2 25791 024.9833 104.5520 0011085 151.6354 208.4757 14.40014053098835
-FUSE 1
-1 25791U 99035A   01129.85140680  .00000850  00000-0  20936-3 0  2657
-2 25791  24.9832 104.9757 0011084 150.9394 209.1729 14.40013984 98823
-FUSE 1
-1 25791U 99035A   01128.95046107 +.00000863 +00000-0 +21348-3 0 02704
-2 25791 024.9831 110.4816 0011082 141.5157 218.6142 14.40012890098695
-FUSE 1
-1 25791U 99035A   01128.53463956  .00000867  00000-0  21456-3 0  2640
-2 25791  24.9830 113.0225 0011082 137.1961 222.9409 14.40012343 98632
-FUSE 1
-1 25791U 99035A   01127.98021059 +.00000880 +00000-0 +21866-3 0 02822
-2 25791 024.9832 116.4114 0011088 131.3728 228.7736 14.40011719098555
-FUSE 1
-1 25791U 99035A   01127.21786998  .00000884  00000-0  22005-3 0  2637
-2 25791  24.9831 121.0699 0011080 123.3961 236.7608 14.40010685 98442
-FUSE 1
-1 25791U 99035A   01125.90109773  .00000892  00000-0  22255-3 0  2626
-2 25791  24.9833 129.1184 0011028 109.9749 250.1950 14.40008904 98258
-FUSE 1
-1 25791U 99035A   01124.86153846  .00000895  00000-0  22336-3 0  2612
-2 25791  24.9835 135.4720 0010976  99.2838 260.8908 14.40007464 98102
-FUSE 1
-1 25791U 99035A   01123.82197729  .00000903  00000-0  22598-3 0  2604
-2 25791  24.9836 141.8244 0010956  88.5472 271.6290 14.40006059 97953
-FUSE 1
-1 25791U 99035A   01122.78241421  .00000914  00000-0  22957-3 0  2596
-2 25791  24.9838 148.1778 0010906  77.7606 282.4122 14.40004664 97809
-FUSE 1
-1 25791U 99035A   01121.74284958  .00000909  00000-0  22797-3 0  2588
-2 25791  24.9840 154.5310 0010872  66.8417 293.3235 14.40003100 97659
-FUSE 1
-1 25791U 99035A   01120.98050140 +.00000892 +00000-0 +22245-3 0 02632
-2 25791 024.9840 159.1901 0010848 058.8234 301.3337 14.40001802097545
-FUSE 1
-1 25791U 99035A   01120.56467427  .00000893  00000-0  22276-3 0  2574
-2 25791  24.9840 161.7307 0010845  54.4415 305.7103 14.40001218 97487
-FUSE 1
-1 25791U 99035A   01119.24788803  .00000840  00000-0  20637-3 0  2561
-2 25791  24.9839 169.7779 0010778  40.3623 319.7683 14.39998784 97294
-FUSE 1
-1 25791U 99035A   01117.23804969  .00000814  00000-0  19817-3 0  2547
-2 25791  24.9840 182.0587 0010772  19.4486 340.6431 14.39995823 97003
-FUSE 1
-1 25791U 99035A   01116.96083039 +.00000802 +00000-0 +19449-3 0 02877
-2 25791 024.9843 183.7523 0010778 016.6787 343.4072 14.39995329096960
-FUSE 1
-1 25791U 99035A   01116.19847490  .00001304  00000-0  35116-3 0  2531
-2 25791  24.9827 188.4092 0011139   8.8375 351.2331 14.39996795 96854
-FUSE 1
-1 25791U 99035A   01114.88168133 +.00000626 +00000-0 +13955-3 0 02538
-2 25791 024.9832 196.4565 0011007 354.8618 005.1760 14.39992143096665
-FUSE 1
-1 25791U 99035A   01114.81237588  .00000730  00000-0  17192-3 0  2524
-2 25791  24.9832 196.8805 0010974 353.8797   6.1556 14.39992378 96658
-FUSE 1
-1 25791U 99035A   01113.91141013 +.00001105 +00000-0 +28900-3 0 02583
-2 25791 024.9832 202.3874 0010818 344.5129 015.5072 14.39992088096521
-FUSE 1
-1 25791U 99035A   01113.56488467  .00000804  00000-0  19509-3 0  2514
-2 25791  24.9836 204.5049 0010848 340.9754  19.0347 14.39990691 96476
-FUSE 1
-1 25791U 99035A   01112.87183381 +.00000588 +00000-0 +12770-3 0 02853
-2 25791 024.9838 208.7401 0010866 334.2845 025.7120 14.39989069096372
-FUSE 1
-1 25791U 99035A   01112.24808739  .00000697  00000-0  16161-3 0  2506
-2 25791  24.9837 212.5519 0010856 327.7806  32.2065 14.39988758 96282
-FUSE 1
-1 25791U 99035A   01110.86198210  .00000839  00000-0  20609-3 0  2496
-2 25791  24.9833 221.0217 0010828 312.9646  46.9953 14.39987824 96084
-FUSE 1
-1 25791U 99035A   01109.96101490 +.00000640 +00000-0 +14376-3 0 02662
-2 25791 024.9835 226.5270 0010746 303.7230 056.2253 14.39986069095953
-FUSE 1
-1 25791U 99035A   01109.54518505  .00000698  00000-0  16199-3 0  2483
-2 25791  24.9825 229.0749 0010853 299.3689  60.5757 14.39985563 95896
-FUSE 1
-1 25791U 99035A   01108.92143892 +.00000424 +00000-0 +76456-4 0 02689
-2 25791 024.9835 232.8933 0010773 292.5014 067.4341 14.39984084095805
-FUSE 1
-1 25791U 99035A   01108.43630231  .00000475  00000-0  92307-4 0  2479
-2 25791  24.9841 235.8622 0010842 287.1593  72.7725 14.39984197 95731
-FUSE 1
-1 25791U 99035A   01107.25811420  .00000342  00000-0  50688-4 0  2467
-2 25791  24.9840 243.0654 0010850 274.6194  85.3080 14.39982982 95568
-FUSE 1
-1 25791U 99035A   01106.91158787 +.00000319 +00000-0 +43545-4 0 02816
-2 25791 024.9842 245.1833 0010843 270.9361 088.9901 14.39982821095517
-FUSE 1
-1 25791U 99035A   01105.94131510 +.00000457 +00000-0 +86612-4 0 02469
-2 25791 024.9838 251.1154 0010905 261.3015 098.6260 14.39982811095373
-FUSE 1
-1 25791U 99035A   01105.87200985  .00000459  00000-0  87250-4 0  2454
-2 25791  24.9840 251.5393 0010901 260.6320  99.2952 14.39982811 95366
-FUSE 1
-1 25791U 99035A   01104.55520998  .00001008  00000-0  25888-3 0  2445
-2 25791  24.9829 259.5887 0011021 247.1818 112.7523 14.39983372 95172
-FUSE 1
-1 25791U 99035A   01103.51562954  .00001492  00000-0  40988-3 0  2432
-2 25791  24.9842 265.9425 0010869 234.0542 125.8931 14.39984015 95021
-FUSE 1
-1 25791U 99035A   01102.89188107 +.00001731 +00000-0 +48461-3 0 02649
-2 25791 024.9844 269.7554 0011059 227.9140 132.0419 14.39983703094938
-FUSE 1
-1 25791U 99035A   01102.54535407  .00001893  00000-0  53504-3 0  2429
-2 25791  24.9846 271.8734 0010921 223.7407 136.2232 14.39983757 94883
-FUSE 1
-1 25791U 99035A   01101.92160517 +.00002030 +00000-0 +57800-3 0 02647
-2 25791 024.9848 275.6854 0011217 217.6844 142.2874 14.39982801094794
-FUSE 1
-1 25791U 99035A   01101.57507715  .00002190  00000-0  62781-3 0  2419
-2 25791  24.9854 277.8031 0010956 213.3871 146.5941 14.39983161 94741
-FUSE 1
-1 25791U 99035A   01100.88202474 +.00002253 +00000-0 +64777-3 0 02660
-2 25791 024.9853 282.0379 0011053 206.6572 153.3357 14.39981020094643
-FUSE 1
-1 25791U 99035A   01100.18897006  .00002361  00000-0  68129-3 0  2401
-2 25791  24.9852 286.2722 0011029 198.9302 161.0725 14.39979226 94546
-FUSE 1
-1 25791U 99035A   01099.91174907 +.00002395 +00000-0 +69207-3 0 02750
-2 25791 024.9855 287.9660 0011230 196.5404 163.4735 14.39978461094502
-FUSE 1
-1 25791U 99035A   01098.94147224 +.00002530 +00000-0 +73411-3 0 02421
-2 25791 024.9854 293.8958 0011234 186.4584 173.5772 14.39975567094369
-FUSE 1
-1 25791U 99035A   01098.87216662  .00002543  00000-0  73810-3 0  2399
-2 25791  24.9855 294.3194 0011295 185.6074 174.4304 14.39975420 94358
-FUSE 1
-1 25791U 99035A   01097.55535820  .00002756  00000-0  80493-3 0  2383
-2 25791  24.9857 302.3671 0011209 171.5084 188.5605 14.39971661 94162
-FUSE 1
-1 25791U 99035A   01096.51577572  .00001819  00000-0  51232-3 0  2375
-2 25791  24.9851 308.7196 0011060 159.9502 200.1452 14.39962260 94018
-FUSE 1
-1 25791U 99035A   01095.19896006  .00002137  00000-0  61186-3 0  2366
-2 25791  24.9847 316.7677 0011044 146.2105 213.9107 14.39958939 93821
-FUSE 1
-1 25791U 99035A   01094.92173520 +.00002224 +00000-0 +63882-3 0 02749
-2 25791 024.9845 318.4612 0011055 143.4912 216.6355 14.39958128093784
-FUSE 1
-1 25791U 99035A   01093.95144716 +.00002409 +00000-0 +69674-3 0 02410
-2 25791 024.9843 324.3915 0011216 133.1891 226.9554 14.39954609093645
-FUSE 1
-1 25791U 99035A   01093.88214064  .00002499  00000-0  72482-3 0  2359
-2 25791  24.9842 324.8152 0011197 132.3778 227.7676 14.39954543 93635
-FUSE 1
-1 25791U 99035A   01092.91184954 +.00003251 +00000-0 +95975-3 0 02557
-2 25791 024.9837 330.7471 0011246 122.5955 237.5655 14.39950967093498
-FUSE 1
-1 25791U 99035A   01091.17917824  .00003186  00000-0  93968-3 0  2337
-2 25791  24.9835 341.3417 0011318 105.3746 254.8012 14.39939177 93243
-FUSE 1
-1 25791U 99035A   01090.13956723  .00002972  00000-0  87297-3 0  2322
-2 25791  24.9838 347.6958 0011329  94.7440 265.4361 14.39932401 93090
-FUSE 1
-1 25791U 99035A   01088.96133501 +.00002837 +00000-0 +83108-3 0 02339
-2 25791 024.9838 354.9011 0011327 083.2313 276.9488 14.39925595092925
-FUSE 1
-1 25791U 99035A   01088.89202703  .00002815  00000-0  82399-3 0  2317
-2 25791  24.9839 355.3247 0011337  82.5196 277.6602 14.39925159 92915
-FUSE 1
-1 25791U 99035A   01087.92171315 +.00001946 +00000-0 +55260-3 0 02360
-2 25791 024.9847 001.2552 0011205 072.8181 287.3553 14.39918251092772
-FUSE 1
-1 25791U 99035A   01087.85240649  .00001697  00000-0  47485-3 0  2306
-2 25791  24.9849   1.6791 0011193  72.3247 287.8536 14.39917141 92769
-FUSE 1
-1 25791U 99035A   01082.51561712  .00000996  00000-0  25569-3 0  2266
-2 25791  24.9850  34.2906 0010848  15.4515 344.6316 14.39903030 91997
-FUSE 1
-1 25791U 99035A   01081.96114279 +.00000895 +00000-0 +22411-3 0 02357
-2 25791 024.9850 037.6798 0010802 008.8785 351.1917 14.39901631091915
-FUSE 1
-1 25791U 99035A   01081.33735740  .00000887  00000-0  22159-3 0  2259
-2 25791  24.9850  41.4919 0010779   2.2856 357.7699 14.39900735 91826
-FUSE 1
-1 25791U 99035A   01080.92150068 +.00000863 +00000-0 +21388-3 0 02333
-2 25791 024.9849 044.0329 0010784 357.8343 002.2118 14.39899989091763
-FUSE 1
-1 25791U 99035A   01080.22840542  .00000844  00000-0  20810-3 0  2247
-2 25791  24.9848  48.2669 0010801 350.7139   9.3171 14.39898909 91667
-FUSE 1
-1 25791U 99035A   01079.95116702 +.00000849 +00000-0 +20965-3 0 02537
-2 25791 024.9848 049.9618 0010808 347.8135 012.2110 14.39898588091624
-FUSE 1
-1 25791U 99035A   01078.98083194 +.00000863 +00000-0 +21409-3 0 02245
-2 25791 024.9850 055.8907 0010787 337.5934 022.4103 14.39897482091484
-FUSE 1
-1 25791U 99035A   01078.91152241  .00000863  00000-0  21400-3 0  2238
-2 25791  24.9849  56.3142 0010787 336.8603  23.1424 14.39897379 91472
-FUSE 1
-1 25791U 99035A   01077.94118795 +.00000865 +00000-0 +21466-3 0 02296
-2 25791 024.9846 062.2492 0010753 326.7694 033.2147 14.39896112091337
-FUSE 1
-1 25791U 99035A   01077.52532984  .00000862  00000-0  21353-3 0  2225
-2 25791  24.9844  64.7900 0010747 322.4604  37.5154 14.39895491 91270
-FUSE 1
-1 25791U 99035A   01076.48568446  .00000836  00000-0  20539-3 0  2216
-2 25791  24.9842  71.1417 0010785 311.0390  48.9185 14.39893786 91120
-FUSE 1
-1 25791U 99035A   01075.23810913  .00000832  00000-0  20428-3 0  2209
-2 25791  24.9846  78.7649 0010811 297.7413  62.1997 14.39892127 90946
-FUSE 1
-1 25791U 99035A   01073.99053383 +.00000816 +00000-0 +19913-3 0 02209
-2 25791 024.9845 086.3872 0010797 284.5974 075.3336 14.39890279090766
-FUSE 1
-1 25791U 99035A   01073.92122749  .00000816  00000-0  19910-3 0  2190
-2 25791  24.9845  86.8106 0010797 283.8732  76.0753 14.39890190 90757
-FUSE 1
-1 25791U 99035A   01072.88158105 +.00000784 +00000-0 +18923-3 0 02220
-2 25791 024.9830 093.1816 0010740 272.7044 087.2233 14.39888516090601
-FUSE 1
-1 25791U 99035A   01072.53503188  .00000787  00000-0  19030-3 0  2185
-2 25791  24.9830  95.2987 0010757 268.9911  90.9362 14.39888127 90557
-FUSE 1
-1 25791U 99035A   01071.98055429 +.00000763 +00000-0 +18258-3 0 02201
-2 25791 024.9833 098.6880 0010753 263.1759 096.7529 14.39887246090473
-FUSE 1
-1 25791U 99035A   01071.49538471  .00000791  00000-0  19130-3 0  2177
-2 25791  24.9831 101.6522 0010849 257.9268 102.0023 14.39886914 90405
-FUSE 1
-1 25791U 99035A   01070.94090658 +.00000785 +00000-0 +18959-3 0 02469
-2 25791 024.9831 105.0409 0010844 252.1036 107.8288 14.39886182090326
-FUSE 1
-1 25791U 99035A   01070.24780824  .00000809  00000-0  19709-3 0  2161
-2 25791  24.9831 109.2771 0010871 244.6528 115.2853 14.39885565 90220
-FUSE 1
-1 25791U 99035A   01069.20816158  .00000791  00000-0  19153-3 0  2157
-2 25791  24.9832 115.6328 0011054 233.9117 126.0367 14.39884078 90070
-FUSE 1
-1 25791U 99035A   01067.82196489  .00000809  00000-0  19705-3 0  2143
-2 25791  24.9830 124.1033 0011113 218.9869 140.9835 14.39882486 89871
-FUSE 1
-1 25791U 99035A   01066.64369761 +.00000799 +00000-0 +19374-3 0 02169
-2 25791 024.9830 131.3033 0011151 207.0123 152.9803 14.39880895089707
-FUSE 1
-1 25791U 99035A   01066.50507788  .00000796  00000-0  19291-3 0  2139
-2 25791  24.9830 132.1500 0011152 205.5911 154.4046 14.39880702 89684
-FUSE 1
-1 25791U 99035A   01065.88128936 +.00000790 +00000-0 +19103-3 0 02397
-2 25791 024.9831 135.9622 0011122 198.9598 161.0503 14.39879873089593
-FUSE 1
-1 25791U 99035A   01065.18819067  .00000783  00000-0  18885-3 0  2121
-2 25791  24.9834 140.1989 0011152 191.7198 168.3068 14.39878991 89495
-FUSE 1
-1 25791U 99035A   01064.91095089 +.00000771 +00000-0 +18518-3 0 02446
-2 25791 024.9835 141.8928 0011125 188.7032 171.3283 14.39878539089457
-FUSE 1
-1 25791U 99035A   01063.87130138  .00000765  00000-0  18340-3 0  2115
-2 25791  24.9836 148.2465 0011125 177.9406 182.1148 14.39877264 89308
-FUSE 1
-1 25791U 99035A   01063.87130137 +.00000767 +00000-0 +18406-3 0 02120
-2 25791 024.9835 148.2460 0011132 177.9393 182.1166 14.39877276089308
-FUSE 1
-1 25791U 99035A   01062.90096058 +.00000769 +00000-0 +18444-3 0 02210
-2 25791 024.9839 154.1757 0011132 167.8039 192.2735 14.39876200089166
-FUSE 1
-1 25791U 99035A   01062.55441017  .00000773  00000-0  18590-3 0  2105
-2 25791  24.9841 156.2936 0011137 164.3299 195.7558 14.39875851 89113
-FUSE 1
-1 25791U 99035A   01061.30682837  .00000772  00000-0  18556-3 0  2093
-2 25791  24.9841 163.9191 0011157 150.7881 209.3252 14.39874318 88938
-FUSE 1
-1 25791U 99035A   01060.82165726 +.00000760 +00000-0 +18192-3 0 02488
-2 25791 024.9843 166.8839 0011144 145.5272 214.5963 14.39873647088866
-FUSE 1
-1 25791U 99035A   01059.92062424 +.00000739 +00000-0 +17528-3 0 02194
-2 25791 024.9846 172.3899 0011179 135.9727 224.1680 14.39872415088734
-FUSE 1
-1 25791U 99035A   01059.57407284  .00000713  00000-0  16698-3 0  2089
-2 25791  24.9853 174.5090 0011130 132.3934 227.7515 14.39871839 88686
-FUSE 1
-1 25791U 99035A   01058.25717454  .00000711  00000-0  16656-3 0  2077
-2 25791  24.9850 182.5567 0011163 119.2623 240.9005 14.39870406 88495
-FUSE 1
-1 25791U 99035A   01057.91062171 +.00000714 +00000-0 +16747-3 0 02319
-2 25791 024.9852 184.6743 0011160 115.8000 244.3659 14.39870084088444
-FUSE 1
-1 25791U 99035A   01056.87096351  .00000689  00000-0  15951-3 0  2069
-2 25791  24.9851 191.0276 0011173 104.7434 255.4312 14.39868715 88298
-FUSE 1
-1 25791U 99035A   01055.90061376 +.00000679 +00000-0 +15637-3 0 02285
-2 25791 024.9850 196.9579 0011170 094.7617 265.4158 14.39867625088158
-FUSE 1
-1 25791U 99035A   01055.55406001  .00000689  00000-0  15968-3 0  2057
-2 25791  24.9853 199.0771 0011176  91.3496 268.8293 14.39867412 88109
-FUSE 1
-1 25791U 99035A   01054.23715345  .00000689  00000-0  15972-3 0  2049
-2 25791  24.9854 207.1235 0011152  77.7001 282.4754 14.39866067 87917
-FUSE 1
-1 25791U 99035A   01053.89059839 +.00000696 +00000-0 +16187-3 0 02158
-2 25791 024.9856 209.2409 0011136 074.1479 286.0253 14.39865797087864
-FUSE 1
-1 25791U 99035A   01052.92024384 +.00000702 +00000-0 +16372-3 0 02040
-2 25791 024.9854 215.1686 0011139 064.1094 296.0556 14.39864826087724
-FUSE 1
-1 25791U 99035A   01052.85093275  .00000705  00000-0  16455-3 0  2031
-2 25791  24.9853 215.5920 0011131  63.4459 296.7188 14.39864778 87710
-FUSE 1
-1 25791U 99035A   01051.88057587 +.00000742 +00000-0 +17626-3 0 02031
-2 25791 024.9846 221.5212 0010994 053.4019 306.7497 14.39864094087570
-FUSE 1
-1 25791U 99035A   01049.17743500  .00000805  00000-0  19598-3 0  2004
-2 25791  24.9852 238.0376 0010943  24.9759 335.1274 14.39861598 87181
-FUSE 1
-1 25791U 99035A   01048.13776370  .00000818  00000-0  20021-3 0  1994
-2 25791  24.9855 244.3897 0010946  14.2126 345.8687 14.39860443 87033
-FUSE 1
-1 25791U 99035A   01046.95946808 +.00000826 +00000-0 +20265-3 0 02009
-2 25791 024.9856 251.5883 0010925 001.7292 358.3251 14.39859035086862
-FUSE 1
-1 25791U 99035A   01046.89015657  .00000828  00000-0  20328-3 0  1989
-2 25791  24.9856 252.0117 0010921   1.0228 359.0304 14.39858972 86851
-FUSE 1
-1 25791U 99035A   01045.91979473 +.00000825 +00000-0 +20234-3 0 02104
-2 25791 024.9857 257.9395 0010895 350.7865 009.2444 14.39857693086718
-FUSE 1
-1 25791U 99035A   01045.57323730  .00000822  00000-0  20128-3 0  1978
-2 25791  24.9855 260.0575 0010891 347.1542  12.8705 14.39857185 86669
-FUSE 1
-1 25791U 99035A   01044.32563210  .00000852  00000-0  21070-3 0  1968
-2 25791  24.9845 267.6885 0010940 335.0275  24.9843 14.39855877 86482
-FUSE 1
-1 25791U 99035A   01043.90976161 +.00000818 +00000-0 +19993-3 0 02047
-2 25791 024.9856 270.2365 0010879 331.1039 028.8868 14.39855093086427
-FUSE 1
-1 25791U 99035A   01043.21664491  .00000820  00000-0  20056-3 0  1955
-2 25791  24.9857 274.4720 0010879 323.9471  36.0302 14.39854225 86327
-FUSE 1
-1 25791U 99035A   01042.93939835 +.00000809 +00000-0 +19728-3 0 02345
-2 25791 024.9860 276.1661 0010879 321.0294 038.9430 14.39853798086288
-FUSE 1
-1 25791U 99035A   01041.89972384  .00000762  00000-0  18265-3 0  1943
-2 25791  24.9864 282.5199 0010886 310.1836  49.7717 14.39852068 86139
-FUSE 1
-1 25791U 99035A   01040.86004627  .00000786  00000-0  18998-3 0  1933
-2 25791  24.9864 288.8712 0010909 298.1189  61.8216 14.39851115 85984
-FUSE 1
-1 25791U 99035A   01039.88968203 +.00000776 +00000-0 +18695-3 0 01946
-2 25791 024.9866 294.8003 0010918 287.8124 072.1191 14.39849851085846
-FUSE 1
-1 25791U 99035A   01039.54312320  .00000778  00000-0  18759-3 0  1923
-2 25791  24.9865 296.9171 0010912 284.1925  75.7371 14.39849453 85798
-FUSE 1
-1 25791U 99035A   01038.91931566 +.00000841 +00000-0 +20715-3 0 01973
-2 25791 024.9853 300.7300 0011058 276.2116 083.7128 14.39849226085707
-FUSE 1
-1 25791U 99035A   01038.36482175  .00000851  00000-0  21041-3 0  1917
-2 25791  24.9852 304.1176 0011034 270.4549  89.4688 14.39848568 85628
-FUSE 1
-1 25791U 99035A   01037.94895133 +.00000854 +00000-0 +21128-3 0 02024
-2 25791 024.9850 306.6578 0011082 266.4454 093.4786 14.39848015085566
-FUSE 1
-1 25791U 99035A   01037.18652191  .00000871  00000-0  21669-3 0  1900
-2 25791  24.9854 311.3163 0011114 258.2637 101.6623 14.39847183 85456
-FUSE 1
-1 25791U 99035A   01035.93891068 +.00000893 +00000-0 +22356-3 0 01974
-2 25791 024.9856 318.9409 0011155 245.1344 114.8003 14.39845662085277
-FUSE 1
-1 25791U 99035A   01035.86959892  .00000895  00000-0  22415-3 0  1895
-2 25791  24.9856 319.3643 0011153 244.4229 115.5125 14.39845576 85260
-FUSE 1
-1 25791U 99035A   01034.96854630 +.00000904 +00000-0 +22698-3 0 02030
-2 25791 024.9856 324.8713 0011214 234.8399 125.1056 14.39844383085139
-FUSE 1
-1 25791U 99035A   01034.48336452  .00000891  00000-0  22284-3 0  1882
-2 25791  24.9853 327.8353 0011183 229.6286 130.3245 14.39843518 85060
-FUSE 1
-1 25791U 99035A   01033.23575272  .00000882  00000-0  22011-3 0  1876
-2 25791  24.9856 335.4581 0011214 216.6240 143.3500 14.39841675 84881
-FUSE 1
-1 25791U 99035A   01031.91882870  .00000844  00000-0  20813-3 0  1869
-2 25791  24.9858 343.5045 0011276 203.2127 156.7872 14.39839469 84699
-FUSE 1
-1 25791U 99035A   01031.91882869 +.00000845 +00000-0 +20836-3 0 01874
-2 25791 024.9858 343.5045 0011276 203.2090 156.7909 14.39839478084699
-FUSE 1
-1 25791U 99035A   01030.94846209 +.00000841 +00000-0 +20712-3 0 01918
-2 25791 024.9858 349.4319 0011289 193.2674 166.7539 14.39838132084559
-FUSE 1
-1 25791U 99035A   01030.46327849  .00000841  00000-0  20740-3 0  1853
-2 25791  24.9859 352.3959 0011304 188.2132 171.8192 14.39837508 84484
-FUSE 1
-1 25791U 99035A   01029.97809487 +.00000835 +00000-0 +20546-3 0 01981
-2 25791 024.9857 355.3599 0011303 183.2284 176.8152 14.39836776084417
-FUSE 1
-1 25791U 99035A   01029.21566280  .00000836  00000-0  20576-3 0  1848
-2 25791  24.9858   0.0180 0011350 175.3074 184.7541 14.39835807 84301
-FUSE 1
-1 25791U 99035A   01028.93841499 +.00000830 +00000-0 +20392-3 0 02294
-2 25791 024.9857 001.7120 0011345 172.4854 187.5833 14.39835361084265
-FUSE 1
-1 25791U 99035A   01027.96804596 +.00000821 +00000-0 +20111-3 0 01864
-2 25791 024.9857 007.6404 0011373 162.4249 197.6654 14.39833987084123
-FUSE 1
-1 25791U 99035A   01026.85905350  .00000774  00000-0  18631-3 0  1828
-2 25791  24.9845  14.4272 0011225 151.2576 208.8553 14.39832070 83960
-FUSE 1
-1 25791U 99035A   01025.95799395 +.00000773 +00000-0 +18616-3 0 01909
-2 25791 024.9845 019.9320 0011218 141.9876 218.1434 14.39830995083837
-FUSE 1
-1 25791U 99035A   01025.47280699  .00000781  00000-0  18854-3 0  1811
-2 25791  24.9846  22.8964 0011235 137.2317 222.9063 14.39830514 83762
-FUSE 1
-1 25791U 99035A   01024.91830785 +.00000785 +00000-0 +18987-3 0 01952
-2 25791 024.9848 026.2846 0011214 131.5244 228.6226 14.39829899083683
-FUSE 1
-1 25791U 99035A   01024.22518426  .00000758  00000-0  18147-3 0  1803
-2 25791  24.9850  30.5196 0011218 123.7953 236.3624 14.39828802 83586
-FUSE 1
-1 25791U 99035A   01022.97755790 +.00000765 +00000-0 +18342-3 0 01805
-2 25791 024.9847 038.1420 0011197 110.9464 249.2242 14.39827391083409
-FUSE 1
-1 25791U 99035A   01022.90824523  .00000765  00000-0  18346-3 0  1791
-2 25791  24.9847  38.5654 0011197 110.2109 249.9602 14.39827310 83397
-FUSE 1
-1 25791U 99035A   01021.93786714 +.00000792 +00000-0 +19214-3 0 01821
-2 25791 024.9847 044.4944 0011176 100.2360 259.9412 14.39826436083253
-FUSE 1
-1 25791U 99035A   01021.52199043  .00000791  00000-0  19188-3 0  1783
-2 25791  24.9847  47.0345 0011184  95.8875 264.2905 14.39825918 83199
-FUSE 1
-1 25791U 99035A   01020.48229781  .00000782  00000-0  18904-3 0  1774
-2 25791  24.9841  53.3876 0011058  84.9507 275.2262 14.39824524 83047
-FUSE 1
-1 25791U 99035A   01019.23466394  .00000810  00000-0  19778-3 0  1769
-2 25791  24.9842  61.0115 0011055  71.9716 288.1993 14.39823278 82863
-FUSE 1
-1 25791U 99035A   01018.81878536 +.00000815 +00000-0 +19923-3 0 02046
-2 25791 024.9840 063.5519 0011051 067.5973 292.5699 14.39822788082809
-FUSE 1
-1 25791U 99035A   01017.84840102  .00000828  00000-0  20329-3 0  1759
-2 25791  24.9838  69.4799 0011044  57.4205 302.7356 14.39821674 82660
-FUSE 1
-1 25791U 99035A   01016.80870221 +.00000844 +00000-0 +20844-3 0 01759
-2 25791 024.9839 075.8311 0011035 046.6049 313.5376 14.39820510082512
-FUSE 1
-1 25791U 99035A   01012.85783892  .00000765  00000-0  18364-3 0  1719
-2 25791  24.9824  99.9904 0011095   5.3964 354.6663 14.39814661 81946
-FUSE 1
-1 25791U 99035A   01011.81813392  .00000754  00000-0  18014-3 0  1702
-2 25791  24.9823 106.3421 0011120 354.5641   5.4745 14.39813318 81795
-FUSE 1
-1 25791U 99035A   01010.84774202 +.00000728 +00000-0 +17200-3 0 01820
-2 25791 024.9826 112.2708 0011146 344.3870 015.6294 14.39811988081659
-FUSE 1
-1 25791U 99035A   01010.57048690  .00000725  00000-0  17100-3 0  1696
-2 25791  24.9825 113.9647 0011158 341.3954  18.6145 14.39811641 81611
-FUSE 1
-1 25791U 99035A   01009.87734870 +.00000732 +00000-0 +17321-3 0 02008
-2 25791 024.9824 118.1992 0011164 334.0178 025.9768 14.39810940081516
-FUSE 1
-1 25791U 99035A   01006.55028272  .00000853  00000-0  21119-3 0  1667
-2 25791  24.9829 138.5275 0011161 298.7980  61.1405 14.39808266 81030
-FUSE 1
-1 25791U 99035A   01005.23331831  .00000949  00000-0  24121-3 0  1650
-2 25791  24.9829 146.5736 0011130 284.7867  75.1402 14.39807380 80842
-FUSE 1
-1 25791U 99035A   01004.95606288 +.00000961 +00000-0 +24508-3 0 01933
-2 25791 024.9830 148.2673 0011129 281.7309 078.1948 14.39807093080804
-FUSE 1
-1 25791U 99035A   01004.12429643  .00001014  00000-0  26161-3 0  1645
-2 25791  24.9831 153.3490 0011081 272.9218  87.0015 14.39806304 80681
-FUSE 1
-1 25791U 99035A   01003.91635493 +.00001024 +00000-0 +26479-3 0 02041
-2 25791 024.9833 154.6194 0011082 270.5710 089.3526 14.39806079080658
-FUSE 1
-1 25791U 99035A   01002.94596086 +.00001080 +00000-0 +28217-3 0 01657
-2 25791 024.9835 160.5480 0011065 260.2028 099.7226 14.39805000080513
-FUSE 1
-1 25791U 99035A   01002.87664699  .00001085  00000-0  28401-3 0  1633
-2 25791  24.9835 160.9715 0011055 259.4691 100.4567 14.39804944 80506
-FUSE 1
-1 25791U 99035A   01001.90625279 +.00001148 +00000-0 +30354-3 0 01851
-2 25791 024.9836 166.9004 0011074 249.1527 110.7793 14.39803819080368
-FUSE 1
-1 25791U 99035A   01001.55968328  .00001172  00000-0  31103-3 0  1622
-2 25791  24.9835 169.0177 0011071 245.6535 114.2814 14.39803412 80316
-FUSE 1
-1 25791U 99035A   00366.24272051  .00001201  00000-0  32013-3 0  1615
-2 25791  24.9835 177.0632 0011054 231.9139 128.0369 14.39801117 80127
-FUSE 1
-1 25791U 99035A   00365.13370179  .00001276  00000-0  34372-3 0  1603
-2 25791  24.9782 183.8601 0011264 220.6704 139.2961 14.39798988 79968
-FUSE 1
-1 25791U 99035A   00363.88605187  .00001279  00000-0  34462-3 0  1594
-2 25791  24.9781 191.4825 0011236 207.4675 152.5240 14.39796242 79788
-FUSE 1
-1 25791U 99035A   00362.91565615 +.00001282 +00000-0 +34567-3 0 01880
-2 25791 024.9781 197.4116 0011250 197.2959 162.7167 14.39794117079649
-FUSE 1
-1 25791U 99035A   00361.52937650  .00001173  00000-0  31161-3 0  1570
-2 25791  24.9788 205.8833 0011253 183.0025 177.0420 14.39790123 79448
-FUSE 1
-1 25791U 99035A   00360.21240650  .00001095  00000-0  28697-3 0  1564
-2 25791  24.9795 213.9300 0011256 169.4207 190.6539 14.39786866 79258
-FUSE 1
-1 25791U 99035A   00358.89543401  .00000997  00000-0  25633-3 0  1551
-2 25791  24.9802 221.9784 0011166 156.0199 204.0842 14.39783673 79063
-FUSE 1
-1 25791U 99035A   00357.57846016  .00000809  00000-0  19747-3 0  1543
-2 25791  24.9811 230.0287 0011220 142.5559 217.5744 14.39779898 78875
-FUSE 1
-1 25791U 99035A   00356.33079409  .00000742  00000-0  17656-3 0  1532
-2 25791  24.9815 237.6510 0011207 129.3758 230.7742 14.39777765 78696
-FUSE 1
-1 25791U 99035A   00355.91490500 +.00000715 +00000-0 +16811-3 0 01738
-2 25791 024.9818 240.1930 0011125 125.1559 234.9994 14.39777043078634
-FUSE 1
-1 25791U 99035A   00355.22175552  .00000689  00000-0  15980-3 0  1522
-2 25791  24.9818 244.4279 0011116 117.9072 242.2571 14.39776049 78533
-FUSE 1
-1 25791U 99035A   00354.94449551 +.00000671 +00000-0 +15421-3 0 01715
-2 25791 024.9820 246.1228 0011092 115.1399 245.0262 14.39775609078498
-FUSE 1
-1 25791U 99035A   00354.18203097  .00000667  00000-0  15302-3 0  1515
-2 25791  24.9821 250.7805 0011090 107.2769 252.9059 14.39774846 78383
-FUSE 1
-1 25791U 99035A   00353.14230184  .00000588  00000-0  12827-3 0  1507
-2 25791  24.9841 257.1312 0011153  94.7945 265.3836 14.39773357 78236
-FUSE 1
-1 25791U 99035A   00351.89462457  .00000618  00000-0  13768-3 0  1494
-2 25791  24.9843 264.7546 0011143  81.4463 278.7305 14.39772637 78057
-FUSE 1
-1 25791U 99035A   00350.57762798  .00000713  00000-0  16757-3 0  1485
-2 25791  24.9838 272.8003 0011117  67.5108 292.6555 14.39772305 77863
-FUSE 1
-1 25791U 99035A   00349.95378601 +.00000801 +00000-0 +19521-3 0 01751
-2 25791 024.9839 276.6107 0011037 061.1524 299.0082 14.39772533077773
-FUSE 1
-1 25791U 99035A   00348.91404926 +.00000938 +00000-0 +23822-3 0 01543
-2 25791 024.9841 282.9613 0011060 050.5076 309.6402 14.39772572077629
-FUSE 1
-1 25791U 99035A   00348.22089271  .00000955  00000-0  24346-3 0  1472
-2 25791  24.9841 287.1948 0011058  43.2638 316.8736 14.39771669 77522
-FUSE 1
-1 25791U 99035A   00347.94362883 +.00001009 +00000-0 +26044-3 0 01831
-2 25791 024.9842 288.8885 0011102 040.6503 319.4819 14.39771783077486
-FUSE 1
-1 25791U 99035A   00344.20056550  .00001466  00000-0  40388-3 0  1450
-2 25791  24.9857 311.7525 0010921   1.7998 358.2548 14.39768887 76944
-FUSE 1
-1 25791U 99035A   00342.95287422 +.00001623 +00000-0 +45287-3 0 02453
-2 25791 024.9861 319.3741 0010868 348.9036 011.1207 14.39767344076766
-FUSE 1
-1 25791U 99035A   00341.91313263 +.00001697 +00000-0 +47635-3 0 02169
-2 25791 024.9862 325.7251 0010827 338.0727 021.9314 14.39765205076612
-FUSE 1
-1 25791U 99035A   00340.80407309 +.00001773 +00000-0 +50001-3 0 01795
-2 25791 024.9865 332.4995 0010780 326.3093 033.6722 14.39762765076452
-FUSE 1
-1 25791U 99035A   00339.97228129 +.00001440 +00000-0 +39551-3 0 01453
-2 25791 024.9788 337.5913 0010715 317.2047 042.7636 14.39758312076333
-FUSE 1
-1 25791U 99035A   00339.90296490  .00001431  00000-0  39277-3 0  1446
-2 25791  24.9788 338.0153 0010711 316.5102  43.4556 14.39758072 76326
-FUSE 1
-1 25791U 99035A   00338.93253567 +.00001650 +00000-0 +46156-3 0 01892
-2 25791 024.9780 343.9450 0010727 305.4403 054.5107 14.39756594076187
-FUSE 1
-1 25791U 99035A   00337.89278976 +.00002012 +00000-0 +57514-3 0 01474
-2 25791 024.9771 350.3001 0010560 294.2116 065.7285 14.39754923076031
-FUSE 1
-1 25791U 99035A   00337.54620726  .00002120  00000-0  60886-3 0  1432
-2 25791  24.9769 352.4170 0010591 290.1130  69.8236 14.39754084 75985
-FUSE 1
-1 25791U 99035A   00336.78372846 +.00002078 +00000-0 +59583-3 0 02103
-2 25791 024.9767 357.0797 0010598 283.2388 076.6938 14.39750755075878
-FUSE 1
-1 25791U 99035A   00335.81329748 +.00001963 +00000-0 +55983-3 0 01784
-2 25791 024.9768 003.0088 0010682 272.4500 087.4788 14.39746543075738
-FUSE 1
-1 25791U 99035A   00332.55541084  .00001441  00000-0  39598-3 0  1416
-2 25791  24.9789  22.9137 0010823 238.8335 121.1112 14.39732709 75269
-FUSE 1
-1 25791U 99035A   00329.50545449  .00001099  00000-0  28863-3 0  1407
-2 25791  24.9807  41.5484 0010919 206.6216 153.3741 14.39723397 74828
-FUSE 1
-1 25791U 99035A   00326.80207218  .00000755  00000-0  18065-3 0  1395
-2 25791  24.9826  58.0674 0010967 178.4838 181.5705 14.39716699 74439
-FUSE 1
-1 25791U 99035A   00325.90094187 +.00000678 +00000-0 +15666-3 0 02663
-2 25791 024.9830 063.5734 0010889 169.1263 190.9481 14.39715100074301
-FUSE 1
-1 25791U 99035A   00324.86117451 +.00000608 +00000-0 +13450-3 0 02311
-2 25791 024.9833 069.9269 0010882 158.3926 201.7040 14.39713575074155
-FUSE 1
-1 25791U 99035A   00323.96004177 +.00000488 +00000-0 +96967-4 0 01894
-2 25791 024.9842 075.4361 0010837 150.2956 209.8168 14.39712104074027
-FUSE 1
-1 25791U 99035A   00322.92027010 +.00000542 +00000-0 +11394-3 0 01510
-2 25791 024.9842 081.7899 0010800 140.3373 219.7924 14.39711850073875
-FUSE 1
-1 25791U 99035A   00322.57367987  .00000544  00000-0  11471-3 0  1384
-2 25791  24.9842  83.9087 0010770 137.0085 223.1269 14.39711602 73828
-FUSE 1
-1 25791U 99035A   00321.88049734 +.00000639 +00000-0 +14444-3 0 02068
-2 25791 024.9838 088.1431 0010747 130.4414 229.7025 14.39711664073729
-FUSE 1
-1 25791U 99035A   00319.45435949  .00001051  00000-0  27399-3 0  1370
-2 25791  24.9822 102.9641 0011109 102.6166 257.5577 14.39710812 73374
-FUSE 1
-1 25791U 99035A   00318.83049407 +.00001135 +00000-0 +30023-3 0 02126
-2 25791 024.9820 106.7751 0011100 096.2751 263.9015 14.39710072073281
-FUSE 1
-1 25791U 99035A   00317.92935383 +.00001328 +00000-0 +36094-3 0 01927
-2 25791 024.9815 112.2808 0011081 086.9676 273.2095 14.39708951073151
-FUSE 1
-1 25791U 99035A   00316.95889405 +.00001476 +00000-0 +40722-3 0 01547
-2 25791 024.9811 118.2117 0011162 076.8388 283.3367 14.39707302073012
-FUSE 1
-1 25791U 99035A   00316.54298192  .00001536  00000-0  42622-3 0  1367
-2 25791  24.9808 120.7548 0011167  72.5609 287.6119 14.39706598 72958
-FUSE 1
-1 25791U 99035A   00312.17588299  .00001526  00000-0  42309-3 0  1352
-2 25791  24.9810 147.4346 0011047  26.6311 333.4765 14.39694429 72327
-FUSE 1
-1 25791U 99035A   00311.89860506 +.00001531 +00000-0 +42464-3 0 02432
-2 25791 024.9811 149.1285 0011021 023.7582 336.3433 14.39693742072285
-FUSE 1
-1 25791U 99035A   00310.92813172 +.00001533 +00000-0 +42529-3 0 02234
-2 25791 024.9811 155.0570 0011011 013.6669 346.4135 14.39691108072141
-FUSE 1
-1 25791U 99035A   00309.95765612 +.00001545 +00000-0 +42918-3 0 01953
-2 25791 024.9811 160.9853 0010987 003.5007 356.5574 14.39688573072001
-FUSE 1
-1 25791U 99035A   00308.91785913 +.00001558 +00000-0 +43320-3 0 01631
-2 25791 024.9811 167.3377 0010936 352.6420 007.3927 14.39685825071856
-FUSE 1
-1 25791U 99035A   00307.94738084  .00001523  00000-0  42238-3 0  1347
-2 25791  24.9813 173.2666 0010902 342.2944  17.7187 14.39682876 71715
-FUSE 1
-1 25791U 99035A   00306.90758062 +.00001494 +00000-0 +41322-3 0 02161
-2 25791 024.9816 179.6189 0010843 331.2370 028.7545 14.39679852071566
-FUSE 1
-1 25791U 99035A   00305.93709941 +.00001422 +00000-0 +39070-3 0 01847
-2 25791 024.9820 185.5476 0010836 320.8016 039.1721 14.39676778071420
-FUSE 1
-1 25791U 99035A   00304.96661633 +.00001342 +00000-0 +36540-3 0 01518
-2 25791 024.9825 191.4771 0010878 310.3487 049.6069 14.39673761071285
-FUSE 1
-1 25791U 99035A   00304.48137472  .00001294  00000-0  35039-3 0  1332
-2 25791  24.9827 194.4415 0010840 305.2721  54.6774 14.39672228 71217
-FUSE 1
-1 25791U 99035A   00300.94603167 +.00001128 +00000-0 +29826-3 0 01487
-2 25791 024.9836 216.0428 0010846 267.5163 092.4104 14.39663463070709
-FUSE 1
-1 25791U 99035A   00300.32214586  .00001125  00000-0  29742-3 0  1329
-2 25791  24.9837 219.8536 0010864 260.8686  99.0595 14.39662271 70610
-FUSE 1
-1 25791U 99035A   00299.97554307 +.00001099 +00000-0 +28908-3 0 02622
-2 25791 024.9840 221.9723 0010883 257.3195 102.6096 14.39661414070562
-FUSE 1
-1 25791U 99035A   00298.93573357 +.00001095 +00000-0 +28804-3 0 02219
-2 25791 024.9842 228.3263 0010808 246.2256 113.7131 14.39659498070412
-FUSE 1
-1 25791U 99035A   00297.96524296 +.00001101 +00000-0 +28980-3 0 01840
-2 25791 024.9843 234.2549 0010819 235.8887 124.0592 14.39657800070277
-FUSE 1
-1 25791U 99035A   00296.92543051 +.00001198 +00000-0 +32020-3 0 01469
-2 25791 024.9839 240.6071 0010755 225.0055 134.9574 14.39656593070122
-FUSE 1
-1 25791U 99035A   00296.23222249  .00001231  00000-0  33056-3 0  1318
-2 25791  24.9837 244.8414 0010747 217.7619 142.2134 14.39655396 70025
-FUSE 1
-1 25791U 99035A   00295.95493830 +.00001341 +00000-0 +36537-3 0 02570
-2 25791 024.9831 246.5364 0010694 214.7072 145.2732 14.39655631069985
-FUSE 1
-1 25791U 99035A   00294.98444509 +.00001216 +00000-0 +32610-3 0 02121
-2 25791 024.9831 252.4518 0011171 205.6776 154.3176 14.39652293069842
-FUSE 1                    
-1 25791U 99035A   00292.97413670  .00001233  00000-0  33120-3 0  1465
-2 25791  24.9832 264.7305 0011154 184.3003 175.7409 14.39648196 69551
-FUSE 1
-1 25791U 99035A   00292.21160463  .00001227  00000-0  32957-3 0  1304
-2 25791  24.9833 269.3878 0011141 176.2888 183.7705 14.39646543 69445
-FUSE 1
-1 25791U 99035A   00290.96382404  .00001125  00000-0  29744-3 0  2033
-2 25791  24.9839 277.0093 0011248 162.9629 197.1281 14.39643362 69263
-FUSE 1
-1 25791U 99035A   00289.92400452  .00001005  00000-0  25962-3 0  1697
-2 25791  24.9842 283.3623 0011271 152.1446 207.9673 14.39640561 69117
-FUSE 1
-1 25791U 99035A   00288.88418235  .00000939  00000-0  23889-3 0  1296
-2 25791  24.9839 289.7161 0011345 141.9406 218.1903 14.39638291 68963
-FUSE 1
-1 25791U 99035A   00286.94317390  .00000937  00000-0  23849-3 0  2050
-2 25791  24.9842 301.5720 0011377 121.8967 238.2636 14.39635355 68688
-FUSE 1
-1 25791U 99035A   00284.93283722  .00000946  00000-0  24124-3 0  1290
-2 25791  24.9844 313.8517 0011349 101.4953 258.6830 14.39632282 68394
-FUSE 1
-1 25791U 99035A   00283.82368229  .00001113  00000-0  29370-3 0  2356
-2 25791  24.9845 320.6276 0011360  90.5778 269.6031 14.39631230 68239
-FUSE 1
-1 25791U 99035A   00281.18943126  .00001671  00000-0  46933-3 0  1271
-2 25791  24.9838 336.7203 0011242  63.6820 296.4846 14.39626315 67854
-FUSE 1
-1 25791U 99035A   00279.87230155  .00001498  00000-0  41495-3 0  1843
-2 25791  24.9836 344.7657 0011284  49.9927 310.1569 14.39621506 67667
-FUSE 1
-1 25791U 99035A   00278.13922732  .00001349  00000-0  36829-3 0  1266
-2 25791  24.9841 355.3497 0011217  31.6026 328.5162 14.39615977 67417
-FUSE 1
-1 25791U 99035A   00275.92088045 +.00001249 +00000-0 +33679-3 0 02260
-2 25791 024.9846 008.8984 0011149 008.1796 351.8898 14.39610187067097
-FUSE 1
-1 25791U 99035A   00274.88102724 +.00001183 +00000-0 +31605-3 0 01932
-2 25791 024.9847 015.2496 0011092 357.4607 002.5840 14.39607485066943
-FUSE 1
-1 25791U 99035A   00273.91049603 +.00001143 +00000-0 +30335-3 0 01587
-2 25791 024.9849 021.1778 0011061 347.4078 012.6154 14.39605252066806
-FUSE 1
-1 25791U 99035A   00272.87063947  .00001058  00000-0  27682-3 0  1258
-2 25791  24.9850  27.5285 0010951 336.1587  23.8412 14.39602697 66652
-FUSE 1
-1 25791U 99035A   00271.90010587 +.00000952 +00000-0 +24332-3 0 02019
-2 25791 024.9849 033.4553 0010904 326.2752 033.7061 14.39600291066519
-FUSE 1
-1 25791U 99035A   00270.86024700 +.00000806 +00000-0 +19727-3 0 01755
-2 25791 024.9848 039.8050 0010873 315.4400 044.5233 14.39597817066368
-FUSE 1
-1 25791U 99035A   00269.95903493 +.00000698 +00000-0 +16343-3 0 01422
-2 25791 024.9847 045.3098 0010847 305.7600 054.1897 14.39596109066238
-FUSE 1
-1 25791U 99035A   00269.19647060  .00000662  00000-0  15206-3 0  1241
-2 25791  24.9847  49.9681 0010790 297.8206  62.1208 14.39595085 66121
-FUSE 1
-1 25791U 99035A   00265.93823791 +.00000839 +00000-0 +20769-3 0 01602
-2 25791 024.9853 069.8642 0010925 262.8653 097.0612 14.39592139065654
-FUSE 1
-1 25791U 99035A   00264.89837713  .00000866  00000-0  21632-3 0  1234
-2 25791  24.9853  76.2157 0010914 251.7893 108.1424 14.39590766 65501
-FUSE 1
-1 25791U 99035A   00263.85851584 +.00000759 +00000-0 +18267-3 0 02468
-2 25791 024.9844 082.5656 0011036 240.7792 119.1611 14.39588783065356
-FUSE 1
-1 25791U 99035A   00262.95730211 +.00000987 +00000-0 +25418-3 0 02190
-2 25791 024.9843 088.0698 0011108 231.2492 128.7025 14.39588229065220
-FUSE 1
-1 25791U 99035A   00261.91744362 +.00000854 +00000-0 +21237-3 0 01903
-2 25791 024.9840 094.4417 0011199 219.5461 140.4230 14.39586929065079
-FUSE 1
-1 25791U 99035A   00260.94690555 +.00000874 +00000-0 +21887-3 0 01496
-2 25791 024.9839 100.3694 0011196 209.3232 150.6648 14.39585857064930
-FUSE 1
-1 25791U 99035A   00260.60028428  .00000895  00000-0  22526-3 0  1228
-2 25791  24.9838 102.4866 0011182 205.8154 154.1794 14.39585645 64882
-FUSE 1
-1 25791U 99035A   00257.89664249 +.00000980 +00000-0 +25207-3 0 01574
-2 25791 024.9797 119.0147 0011228 178.5341 181.5202 14.39582285064499
-FUSE 1
-1 25791U 99035A   00256.92610205 +.00001007 +00000-0 +26048-3 0 01317
-2 25791 024.9796 124.9428 0011260 168.6067 191.4699 14.39580956064354
-FUSE 1
-1 25791U 99035A   00256.57948045  .00001009  00000-0  26113-3 0  1218
-2 25791  24.9796 127.0600 0011258 164.9452 195.1394 14.39580392 64306
-FUSE 1
-1 25791U 99035A   00255.95556083 +.00001022 +00000-0 +26540-3 0 02272
-2 25791 024.9796 130.8705 0011304 158.5484 201.5503 14.39579482064212
-FUSE 1
-1 25791U 99035A   00254.91569423 +.00001012 +00000-0 +26236-3 0 01998
-2 25791 024.9795 137.2214 0011318 147.7697 212.3506 14.39577628064064
-FUSE 1
-1 25791U 99035A   00253.94515052 +.00000993 +00000-0 +25614-3 0 01704
-2 25791 024.9796 143.1491 0011353 137.8454 222.2931 14.39575858063927
-FUSE 1
-1 25791U 99035A   00252.90528132 +.00000931 +00000-0 +23692-3 0 01337
-2 25791 024.9802 149.5025 0011353 127.3223 232.8322 14.39573664063773
-FUSE 1
-1 25791U 99035A   00252.21203297  .00000929  00000-0  23624-3 0  1201
-2 25791  24.9802 153.7367 0011354 120.2792 239.8836 14.39572606 63674
-FUSE 1
-1 25791U 99035A   00250.96418540 +.00000820 +00000-0 +20171-3 0 02317
-2 25791 024.9813 161.3571 0011231 106.6703 253.5039 14.39569924063499
-FUSE 1
-1 25791U 99035A   00249.92430983 +.00000751 +00000-0 +18005-3 0 01973
-2 25791 024.9819 167.7098 0011202 095.9335 264.2451 14.39568010063344
-FUSE 1
-1 25791U 99035A   00248.95375648 +.00000728 +00000-0 +17305-3 0 01641
-2 25791 024.9822 173.6380 0011200 085.7277 274.4508 14.39566715063209
-FUSE 1
-1 25791U 99035A   00247.98320188 +.00000685 +00000-0 +15936-3 0 01204
-2 25791 024.9827 179.5664 0011177 075.4057 284.7689 14.39565289063062
-FUSE 1
-1 25791U 99035A   00247.91387641  .00000685  00000-0  15938-3 0  1194
-2 25791  24.9827 179.9897 0011176  74.6798 285.4945 14.39565219 63051
-FUSE 1
-1 25791U 99035A   00243.89298918 +.00000627 +00000-0 +14121-3 0 01217
-2 25791 024.9838 204.5495 0011279 032.6718 327.4493 14.39560964062474
-FUSE 1
-1 25791U 99035A   00243.54635985  .00000620  00000-0  13900-3 0  1181
-2 25791  24.9838 206.6661 0011299  29.0913 331.0222 14.39560578 62428
-FUSE 1
-1 25791U 99035A   00242.92242652 +.00000636 +00000-0 +14397-3 0 02524
-2 25791 024.9839 210.4766 0011308 022.5635 337.5375 14.39560193062331
-FUSE 1
-1 25791U 99035A   00241.95186248 +.00000663 +00000-0 +15237-3 0 02180
-2 25791 024.9839 216.4045 0011240 012.3907 347.6875 14.39559570062199
-FUSE 1
-1 25791U 99035A   00241.11995000 +.00000705 +00000-0 +16585-3 0 01905
-2 25791 024.9843 221.4849 0011230 004.1902 355.8697 14.39559225062072
-FUSE 1
-1 25791U 99035A   00240.14938556 +.00000715 +00000-0 +16878-3 0 01535
-2 25791 024.9843 227.4129 0011265 353.6646 006.3718 14.39558267061935
-FUSE 1
-1 25791U 99035A   00239.24814579  .00000768  00000-0  18562-3 0  1172
-2 25791  24.9851 232.9197 0011057 343.6898  16.3253 14.39557918 61800
-FUSE 1
-1 25791U 99035A   00237.16836108 +.00000937 +00000-0 +23867-3 0 01265
-2 25791 024.9852 245.6242 0010930 321.1150 038.8565 14.39556840061509
-FUSE 1
-1 25791U 99035A   00236.47509969  .00000981  00000-0  25253-3 0  1169
-2 25791  24.9852 249.8576 0010910 313.5211  46.4389 14.39556202 61406
-FUSE 1
-1 25791U 99035A   00236.12846894 +.00001006 +00000-0 +26041-3 0 02540
-2 25791 024.9853 251.9740 0010908 310.0331 049.9215 14.39555895061353
-FUSE 1
-1 25791U 99035A   00234.18733724 +.00001106 +00000-0 +29194-3 0 01914
-2 25791 024.9856 263.8291 0010929 289.3257 070.6065 14.39553537061071
-FUSE 1
-1 25791U 99035A   00233.97935917 +.00001108 +00000-0 +29254-3 0 01827
-2 25791 024.9855 265.0992 0010925 287.2111 072.7202 14.39553153061041
-FUSE 1
-1 25791U 99035A   00232.93946679 +.00001150 +00000-0 +30606-3 0 01414
-2 25791 024.9859 271.4505 0010949 275.8605 084.0653 14.39551685060899
-FUSE 1
-1 25791U 99035A   00232.24620540  .00001162  00000-0  30984-3 0  1157
-2 25791  24.9861 275.6842 0010947 268.2547  91.6703 14.39550498 60791
-FUSE 1
-1 25791U 99035A   00230.85968265 +.00001168 +00000-0 +31152-3 0 01841
-2 25791 024.9861 284.1498 0010908 253.3956 106.5351 14.39547810060596
-FUSE 1
-1 25791U 99035A   00229.88911656 +.00001173 +00000-0 +31324-3 0 01650
-2 25791 024.9862 290.0753 0010918 243.1432 116.7994 14.39545953060451
-FUSE 1
-1 25791U 99035A   00228.84922713 +.00001681 +00000-0 +47341-3 0 01392
-2 25791 024.9833 296.4467 0010541 233.3366 126.6176 14.39544754060304
-FUSE 1
-1 25791U 99035A   00228.22529183  .00001437  00000-0  39642-3 0  1145
-2 25791  24.9839 300.2597 0010660 226.7882 133.1742 14.39542247 60216
-FUSE 1
-1 25791U 99035A   00227.87866114 +.00001204 +00000-0 +32286-3 0 01748
-2 25791 024.9843 302.3743 0010672 222.4107 137.5583 14.39540549060161
-FUSE 1
-1 25791U 99035A   00226.90809209 +.00001066 +00000-0 +27935-3 0 01531
-2 25791 024.9844 308.3015 0010818 212.0864 147.8990 14.39538035060025
-FUSE 1
-1 25791U 99035A   00225.86819636 +.00000875 +00000-0 +21927-3 0 01240
-2 25791 024.9839 314.6498 0010966 200.7238 159.2827 14.39535222059879
-FUSE 1
-1 25791U 99035A   00225.59089041  .00000839  00000-0  20809-3 0  1135
-2 25791  24.9841 316.3434 0010990 198.0059 162.0059 14.39534638 59833
-FUSE 1
-1 25791U 99035A   00222.88715209 +.00000729 +00000-0 +17338-3 0 01575
-2 25791 024.9839 332.8560 0011113 170.5138 189.5580 14.39530485059440
-FUSE 1
-1 25791U 99035A   00221.91657699 +.00000732 +00000-0 +17430-3 0 01315
-2 25791 024.9840 338.7844 0011141 160.6691 199.4239 14.39529454059307
-FUSE 1
-1 25791U 99035A   00221.15398144  .00000741  00000-0  17714-3 0  1122
-2 25791  24.9839 343.4418 0011158 152.7937 207.3154 14.39528689 59199
-FUSE 1
-1 25791U 99035A   00219.90609556 +.00000787 +00000-0 +19148-3 0 01712
-2 25791 024.9839 351.0626 0011186 140.1583 219.9740 14.39527697059013
-FUSE 1
-1 25791U 99035A   00218.93551634 +.00000842 +00000-0 +20903-3 0 01383
-2 25791 024.9842 356.9905 0011221 130.2195 229.9294 14.39527076058879
-FUSE 1
-1 25791U 99035A   00218.24224392  .00000911  00000-0  23076-3 0  1117
-2 25791  24.9837   1.2239 0011126 122.7808 237.3779 14.39526803 58771
-FUSE 1
-1 25791U 99035A   00216.92502528 +.00000994 +00000-0 +25698-3 0 01359
-2 25791 024.9840 009.2668 0011090 109.2022 250.9670 14.39525666058583
-FUSE 1
-1 25791U 99035A   00215.95444232 +.00001073 +00000-0 +28173-3 0 01224
-2 25791 024.9846 015.1947 0011165 099.5630 260.6137 14.39524901058446
-FUSE 1
-1 25791U 99035A   00215.19184019  .00001121  00000-0  29713-3 0  1106
-2 25791  24.9845  19.8506 0011155  91.5631 268.6149 14.39524011 58330
-FUSE 1
-1 25791U 99035A   00213.87461582 +.00001234 +00000-0 +33255-3 0 01563
-2 25791 024.9851 027.8945 0011173 078.5475 281.6282 14.39522670058145
-FUSE 1
-1 25791U 99035A   00212.90402845 +.00001276 +00000-0 +34584-3 0 01363
-2 25791 024.9853 033.8211 0011136 068.8066 291.3628 14.39521095058004
-FUSE 1
-1 25791U 99035A   00212.14142266  .00001313  00000-0  35764-3 0  1090
-2 25791  24.9850  38.4778 0011130  60.7162 299.4447 14.39519790 57895
-FUSE 1
-1 25791U 99035A   00209.92292793 +.00001396 +00000-0 +38383-3 0 01533
-2 25791 024.9849 052.0258 0011073 037.5021 322.6251 14.39515598057579
-FUSE 1
-1 25791U 99035A   00208.95233548 +.00001473 +00000-0 +40802-3 0 01252
-2 25791 024.9837 057.9580 0011424 026.9665 333.1435 14.39514058057430
-FUSE 1
-1 25791U 99035A   00208.18972549  .00001576  00000-0  44071-3 0  1085
-2 25791  24.9833  62.6176 0011472  18.7210 341.3716 14.39512347 57328
-FUSE 1
-1 25791U 99035A   00206.94181514 +.00001511 +00000-0 +42008-3 0 01921
-2 25791 024.9854 070.2405 0011038 006.6126 353.4533 14.39509278057141
-FUSE 1
-1 25791U 99035A   00205.97121710 +.00001487 +00000-0 +41266-3 0 01685
-2 25791 024.9852 076.1701 0011017 356.2364 003.8067 14.39506509057005
-FUSE 1
-1 25791U 99035A   00204.93128816 +.00001476 +00000-0 +40903-3 0 01386
-2 25791 024.9852 082.5219 0010972 345.2641 014.7546 14.39503741056855
-FUSE 1
-1 25791U 99035A   00203.96068597 +.00001638 +00000-0 +46010-3 0 01113
-2 25791 024.9851 088.4485 0010910 335.3315 024.6669 14.39501677056711
-FUSE 1
-1 25791U 99035A   00203.89135786  .00001602  00000-0  44873-3 0  1071
-2 25791  24.9852  88.8720 0010897 334.6954  25.3042 14.39501366 56700
-FUSE 1
-1 25791U 99035A   00201.95014789 +.00001572 +00000-0 +43936-3 0 01799
-2 25791 024.9852 100.7256 0010918 312.2678 047.6911 14.39496898056421
-FUSE 1
-1 25791U 99035A   00200.97954187 +.00001738 +00000-0 +49182-3 0 01451
-2 25791 024.9852 106.6535 0010962 301.6227 058.3210 14.39494751056288
-FUSE 1
-1 25791U 99035A   00199.93960649 +.00001805 +00000-0 +51300-3 0 01117
-2 25791 024.9853 113.0050 0010969 290.2578 069.6750 14.39491667056133
-FUSE 1
-1 25791U 99035A   00199.87027750  .00001803  00000-0  51229-3 0  1069
-2 25791  24.9852 113.4283 0010971 289.5399  70.3926 14.39491421 56120
-FUSE 1
-1 25791U 99035A   00198.96900068 +.00001318 +00000-0 +35923-3 0 01266
-2 25791 024.9850 118.9330 0011332 279.9281 079.9947 14.39486512055993
-FUSE 1
-1 25791U 99035A   00198.20638092  .00001053  00000-0  27558-3 0  1056
-2 25791  24.9852 123.5922 0011255 271.8947  88.0275 14.39483842 55884
-FUSE 1
-1 25791U 99035A   00195.91851583  .00000689  00000-0  16100-3 0  1047
-2 25791  24.9847 137.5630 0011254 247.8427 112.0894 14.39478555 55558
-FUSE 1
-1 25791U 99035A   00194.94790513 +.00000622 +00000-0 +13965-3 0 02217
-2 25791 024.9845 143.4897 0011244 237.8927 122.0496 14.39476756055415
-FUSE 1
-1 25791U 99035A   00193.97729403 +.00000584 +00000-0 +12775-3 0 01820
-2 25791 024.9847 149.4236 0011293 228.1708 131.7837 14.39475391055278
-FUSE 1
-1 25791U 99035A   00192.93735201 +.00000550 +00000-0 +11684-3 0 01414
-2 25791 024.9846 155.7737 0011308 217.3578 142.6152 14.39474212055121
-FUSE 1
-1 25791U 99035A   00191.96673850 +.00000542 +00000-0 +11437-3 0 01065
-2 25791 024.9844 161.7002 0011295 207.2529 152.7388 14.39473399054981
-FUSE 1
-1 25791U 99035A   00191.89740911  .00000540  00000-0  11391-3 0  1034
-2 25791  24.9843 162.1235 0011294 206.5071 153.4866 14.39473330 54979
-FUSE 1
-1 25791U 99035A   00188.91623713 +.00000545 +00000-0 +11536-3 0 01387
-2 25791 024.9846 180.3280 0011401 175.5058 184.5555 14.39471262054549
-FUSE 1
-1 25791U 99035A   00187.94562172 +.00000562 +00000-0 +12095-3 0 01032
-2 25791 024.9848 186.2545 0011434 165.3569 194.7270 14.39470796054403
-FUSE 1
-1 25791U 99035A   00187.87629207  .00000562  00000-0  12095-3 0  1026
-2 25791  24.9848 186.6777 0011434 164.6313 195.4544 14.39470742 54394
-FUSE 1
-1 25791U 99035A   00183.57784536  .00000667  00000-0  15416-3 0  1011
-2 25791  24.9855 212.9320 0011413 120.5817 239.5821 14.39468389 53779
-FUSE 1
-1 25791U 99035A   00181.91392783 +.00000671 +00000-0 +15546-3 0 01789
-2 25791 024.9854 223.1058 0011337 102.1276 258.0499 14.39467140053535
-FUSE 1
-1 25791U 99035A   00180.87397553 +.00000700 +00000-0 +16442-3 0 01445
-2 25791 024.9852 229.4559 0011322 091.4012 268.7791 14.39466353053381
-FUSE 1
-1 25791U 99035A   00179.97268238 +.00000726 +00000-0 +17280-3 0 01057
-2 25791 024.9855 234.9604 0011315 082.3086 277.8702 14.39465677053255
-FUSE 1
-1 25791U 99035A   00179.55670036  .00000742  00000-0  17762-3 0  1002
-2 25791  24.9855 237.5004 0011277  78.2476 281.9296 14.39465389 53199
-FUSE 1
-1 25791U 99035A   00178.86339700 +.00000752 +00000-0 +18089-3 0 02381
-2 25791 024.9856 241.7337 0011290 070.9195 289.2531 14.39464704053090
-FUSE 1
-1 25791U 99035A   00177.89277115 +.00000766 +00000-0 +18548-3 0 02031
-2 25791 024.9859 247.6607 0011289 060.8540 299.3095 14.39463739052956
-FUSE 1
-1 25791U 99035A   00176.92214342 +.00000800 +00000-0 +19601-3 0 01665
-2 25791 024.9859 253.5881 0011190 051.0927 309.0575 14.39462915052810
-FUSE 1
-1 25791U 99035A   00175.88218431 +.00000816 +00000-0 +20117-3 0 01315
-2 25791 024.9862 259.9387 0011137 040.3293 319.8037 14.39461801052661
-FUSE 1
-1 25791U 99035A   00175.25820859  .00000821  00000-0  20275-3 0   993
-2 25791  24.9863 263.7490 0011148  33.8548 326.2678 14.39461054 52575
-FUSE 1
-1 25791U 99035A   00173.87159264 +.00000872 +00000-0 +21895-3 0 01978
-2 25791 024.9863 272.2156 0011038 020.3739 339.7205 14.39459774052379
-FUSE 1
-1 25791U 99035A   00172.90096122 +.00000862 +00000-0 +21562-3 0 01592
-2 25791 024.9869 278.1422 0011016 010.0480 350.0243 14.39458368052232
-FUSE 1
-1 25791U 99035A   00171.93032817 +.00000868 +00000-0 +21744-3 0 01290
-2 25791 024.9870 284.0679 0010950 359.6225 000.4272 14.39457116052091
-FUSE 1
-1 25791U 99035A   00170.95969467 +.00000873 +00000-0 +21901-3 0 01001
-2 25791 024.9872 289.9957 0010930 349.1807 010.8463 14.39455848051955
-FUSE 1
-1 25791U 99035A   00170.89036360  .00000875  00000-0  21983-3 0   989
-2 25791  24.9872 290.4190 0010916 348.4366  11.5890 14.39455786 51949
-FUSE 1
-1 25791U 99035A   00167.83979740 +.00000834 +00000-0 +20689-3 0 01244
-2 25791 024.9865 309.0441 0011049 315.9144 044.0481 14.39451106051509
-FUSE 1
-1 25791U 99035A   00166.93849291 +.00000817 +00000-0 +20146-3 0 00991
-2 25791 024.9866 314.5466 0011043 306.5008 053.4481 14.39449711051375
-FUSE 1
-1 25791U 99035A   00166.86916175  .00000816  00000-0  20127-3 0   975
-2 25791  24.9867 314.9701 0011045 305.7696  54.1782 14.39449617 51364
-FUSE 1
-1 25791U 99035A   00165.89852612 +.00001393 +00000-0 +38331-3 0 01420
-2 25791 024.9880 320.9003 0010529 293.0245 066.9309 14.39451820051226
-FUSE 1
-1 25791U 99035A   00164.92788963 +.00001058 +00000-0 +27751-3 0 01130
-2 25791 024.9900 326.8234 0010700 286.6900 073.2425 14.39448463051080
-FUSE 1
-1 25791U 99035A   00164.58123317  .00001414  00000-0  39006-3 0   960
-2 25791  24.9895 328.9405 0010608 283.0060  76.9260 14.39449353 51032
-FUSE 1
-1 25791U 99035A   00163.88792360 +.00001009 +00000-0 +26201-3 0 01988
-2 25791 024.9902 333.1737 0010422 276.0922 083.8398 14.39446429050938
-FUSE 1
-1 25791U 99035A   00162.91728936 +.00000838 +00000-0 +20810-3 0 01731
-2 25791 024.9924 339.1014 0009907 267.6684 092.2688 14.39444419050790
-FUSE                    
-1 25791U 99035A   00160.90668101  .00000585  00000-0  12820-3 0  1084
-2 25791  24.9857 351.3806 0010965 243.0464 116.8920 14.39441160 50501
-FUSE                    
-1 25791U 99035A   00159.93604429  .00000520  00000-0  10769-3 0  2088
-2 25791  24.9857 357.3078 0010932 232.6720 127.2791 14.39439999 50364
-FUSE                    
-1 25791U 99035A   00158.89607500  .00000535  00000-0  11232-3 0  1828
-2 25791  24.9859   3.6563 0011010 221.7464 138.2204 14.39439406 50216
-FUSE                    
-1 25791U 99035A   00157.92543755  .00000593  00000-0  13055-3 0  1551
-2 25791  24.9862   9.5835 0010973 212.1855 147.7986 14.39438945 50075
-FUSE                    
-1 25791U 99035A   00156.95479994  .00000684  00000-0  15953-3 0  1220
-2 25791  24.9855  15.5108 0010936 202.2301 157.7734 14.39438339 49934
-FUSE                    
-1 25791U 99035A   00153.90422121  .00000864  00000-0  21631-3 0  1165
-2 25791  24.9865  34.1388 0011133 170.3555 189.7168 14.39436079 49494
-FUSE                    
-1 25791U 99035A   00152.93358165  .00000892  00000-0  22526-3 0  1001
-2 25791  24.9870  40.0657 0011211 160.4686 199.6263 14.39435106 49358
-FUSE                    
-1 25791U 99035A   00151.96294208  .00000727  00000-0  17304-3 0  1612
-2 25791  24.9867  45.9944 0011211 149.4582 210.6578 14.39433226 49218
-FUSE 1
-1 25791U 99035A   00150.92296786 +.00000783 +00000-0 +19073-3 0 01460
-2 25791 024.9865 052.3453 0011336 140.3401 219.7938 14.39432403049060
-FUSE 1
-1 25791U 99035A   00149.95232539 +.00000829 +00000-0 +20521-3 0 01198
-2 25791 024.9864 058.2759 0011314 130.9449 229.2035 14.39431340048923
-FUSE 1
-1 25791U 99035A   00148.91235042  .00001108  00000-0  29356-3 0   921
-2 25791  24.9862  64.6309 0011392 119.2869 240.8777 14.39431427 48776
-FUSE 1
-1 25791U 99035A   00146.97105909 +.00001049 +00000-0 +27490-3 0 01217
-2 25791 024.9860 076.4928 0011034 100.1008 260.0730 14.39427312048499
-FUSE 1
-1 25791U 99035A   00145.93107729 +.00001195 +00000-0 +32101-3 0 01053
-2 25791 024.9858 082.8448 0010906 089.5878 270.5877 14.39425983048340
-FUSE 1
-1 25791U 99035A   00144.96042610 +.00001210 +00000-0 +32585-3 0 00943
-2 25791 024.9858 088.7713 0010797 079.6238 280.5487 14.39424047048201
-FUSE 1
-1 25791U 99035A   00144.89109336  .00001242  00000-0  33587-3 0   919
-2 25791  24.9856  89.1955 0010755  78.9603 281.2108 14.39424127 48199
-FUSE 1
-1 25791U 99035A   00143.92043990 +.00001286 +00000-0 +34981-3 0 01362
-2 25791 024.9853 095.1215 0010661 068.9516 291.2131 14.39422329048054
-FUSE 1
-1 25791U 99035A   00142.94978508 +.00001390 +00000-0 +38255-3 0 01224
-2 25791 024.9849 101.0495 0010673 058.3816 301.7746 14.39420789047916
-FUSE 1
-1 25791U 99035A   00141.97912863 +.00001410 +00000-0 +38914-3 0 01076
-2 25791 024.9848 106.9769 0010693 048.0107 312.1315 14.39418518047773
-FUSE 1
-1 25791U 99035A   00140.31514173  .00001395  00000-0  38437-3 0   908
-2 25791  24.9846 117.1387 0010720  30.1996 329.9129 14.39414225 47534
-FUSE 1
-1 25791U 99035A   00139.96847802 +.00001336 +00000-0 +36555-3 0 01225
-2 25791 024.9846 119.2585 0010753 026.5593 333.5472 14.39413031047485
-FUSE 1
-1 25791U 99035A   00138.30448417 +.00000986 +00000-0 +25496-3 0 01032
-2 25791 024.9849 129.4190 0010807 008.4590 351.6103 14.39408079047241
-FUSE 1
-1 25791U 99035A   00138.16581799 +.00000917 +00000-0 +23330-3 0 00989
-2 25791 024.9852 130.2683 0010800 006.3941 353.6704 14.39407532047222
-FUSE 1
-1 25791U 99035A   00137.33381884  .00000891  00000-0  22495-3 0   892
-2 25791  24.9849 135.3478 0010942 358.1038   1.9431 14.39406114 47100
-FUSE 1
-1 25791U 99035A   00137.12581947 +.00000782 +00000-0 +19067-3 0 01443
-2 25791 024.9853 136.6194 0010936 354.9891 005.0518 14.39405165047070
-FUSE 1
-1 25791U 99035A   00136.15515183 +.00000717 +00000-0 +17007-3 0 01309
-2 25791 024.9856 142.5472 0011025 344.6838 015.3341 14.39403617046937
-FUSE 1
-1 25791U 99035A   00135.11514942 +.00000688 +00000-0 +16101-3 0 01150
-2 25791 024.9856 148.8977 0011074 333.6712 026.3233 14.39402271046789
-FUSE 1
-1 25791U 99035A   00134.14447983 +.00000686 +00000-0 +16024-3 0 01019
-2 25791 024.9858 154.8255 0011141 323.3354 036.6390 14.39401238046645
-FUSE 1
-1 25791U 99035A   00133.24314397  .00000697  00000-0  16371-3 0   882
-2 25791  24.9859 160.3315 0011225 313.9280  46.0306 14.39400350 46513
-FUSE 1
-1 25791U 99035A   00132.13380598 +.00000799 +00000-0 +19602-3 0 01249
-2 25791 024.9855 167.1074 0011235 302.2916 057.6506 14.39399858046356
-FUSE 1
-1 25791U 99035A   00130.46979970 +.00000876 +00000-0 +22019-3 0 01108
-2 25791 024.9854 177.2667 0011205 284.7991 075.1274 14.39398379046117
-FUSE 1
-1 25791U 99035A   00129.42979604 +.00000935 +00000-0 +23904-3 0 00958
-2 25791 024.9855 183.6177 0011214 273.6439 086.2789 14.39397418045968
-FUSE 1
-1 25791U 99035A   00129.22179542  .00000943  00000-0  24155-3 0   878
-2 25791  24.9857 184.8897 0011260 271.3687  88.5531 14.39397203 45932
-FUSE 1
-1 25791U 99035A   00124.57644568  .00001168  00000-0  31255-3 0   864
-2 25791  24.9853 213.2548 0011424 222.2133 137.7495 14.39390992 45261
-FUSE 1
-1 25791U 99035A   00123.60577526 +.00001181 +00000-0 +31680-3 0 01291
-2 25791 024.9854 219.1824 0011455 212.1770 147.8041 14.39389176045129
-FUSE 1
-1 25791U 99035A   00122.63510361 +.00001231 +00000-0 +33248-3 0 01161
-2 25791 024.9854 225.1097 0011461 201.9716 158.0303 14.39387621044982
-FUSE 1
-1 25791U 99035A   00121.66443151 +.00001251 +00000-0 +33895-3 0 01031
-2 25791 024.9854 231.0388 0011524 192.1664 167.8570 14.39385753044847
-FUSE 1
-1 25791U 99035A   00120.69375881 +.00001261 +00000-0 +34204-3 0 00919
-2 25791 024.9855 236.9674 0011466 182.0966 177.9496 14.39383716044709
-FUSE 1
-1 25791U 99035A   00120.55509156  .00001252  00000-0  33924-3 0   859
-2 25791  24.9857 237.8165 0011446 180.8748 179.1742 14.39383343 44689
-FUSE 1
-1 25791U 99035A   00118.68307534 +.00001268 +00000-0 +34428-3 0 01247
-2 25791 024.9853 249.2479 0011337 161.2641 198.8291 14.39379290044418
-FUSE 1
-1 25791U 99035A   00117.71239774 +.00001285 +00000-0 +34957-3 0 01099
-2 25791 024.9854 255.1775 0011271 151.1573 208.9557 14.39377287044279
-FUSE 1
-1 25791U 99035A   00116.74171833 +.00001334 +00000-0 +36531-3 0 00984
-2 25791 024.9851 261.1035 0011286 140.4017 219.7326 14.39375466044138
-FUSE 1
-1 25791U 99035A   00115.77103748  .00001336  00000-0  36589-3 0   846
-2 25791  24.9850 267.0332 0011164 130.0444 230.1046 14.39373163 43997
-FUSE 1
-1 25791U 99035A   00114.80035556 +.00001323 +00000-0 +36184-3 0 01051
-2 25791 024.9850 272.9636 0011139 118.8594 241.3037 14.39370701043855
-FUSE 1
-1 25791U 99035A   00113.48299633 +.00001343 +00000-0 +36805-3 0 00918
-2 25791 024.9847 281.0129 0011026 104.5281 255.6449 14.39367716043665
-FUSE 1
-1 25791U 99035A   00112.58164220 +.00001325 +00000-0 +36244-3 0 00895
-2 25791 024.9847 286.5147 0010991 094.9470 265.2284 14.39365442043531
-FUSE 1
-1 25791U 99035A   00111.61095147  .00001385  00000-0  38153-3 0   830
-2 25791  24.9843 292.4418 0011151  84.3852 275.7943 14.39363622 43390
-FUSE 1
-1 25791U 99035A   00110.57092100 +.00001565 +00000-0 +43855-3 0 00880
-2 25791 024.9834 298.7936 0011325 073.8814 286.2937 14.39362514043241
-FUSE 1
-1 25791U 99035A   00108.62952641 +.00001728 +00000-0 +49007-3 0 00851
-2 25791 024.9828 310.6444 0011254 054.3518 305.8020 14.39358127042962
-FUSE 1
-1 25791U 99035A   00107.93616998 +.00001752 +00000-0 +49756-3 0 00843
-2 25791 024.9826 314.8766 0011241 047.0226 313.1227 14.39356131042867
-FUSE 1
-1 25791U 99035A   00107.86683435  .00001753  00000-0  49803-3 0   827
-2 25791  24.9827 315.3009 0011242  46.2771 313.8667 14.39355927 42857
-FUSE 1
-1 25791U 99035A   00105.85608578  .00002056  00000-0  59388-3 0   814
-2 25791  24.9817 327.5892 0010873  23.0273 337.0569 14.39351807 42560
-FUSE 1
-1 25791U 99035A   00104.67736936 +.00002243 +00000-0 +65292-3 0 00823
-2 25791 024.9813 334.7843 0010911 011.3549 348.7002 14.39348712042394
-FUSE 1
-1 25791U 99035A   00103.91467118 +.00002381 +00000-0 +69669-3 0 00816
-2 25791 024.9810 339.4400 0010675 002.0282 358.0252 14.39346695042287
-FUSE 1
-1 25791U 99035A   00103.01329876 +.00002405 +00000-0 +70441-3 0 01194
-2 25791 024.9809 344.9404 0010670 352.8750 007.1606 14.39342875042158
-FUSE 1
-1 25791U 99035A   00101.97324977 +.00002555 +00000-0 +75197-3 0 01137
-2 25791 024.9805 351.2909 0010643 342.0641 017.9481 14.39339226042005
-FUSE 1
-1 25791U 99035A   00101.07187295 +.00002583 +00000-0 +76093-3 0 01124
-2 25791 024.9805 356.7922 0010619 332.7422 027.2531 14.39335099041874
-FUSE 1
-1 25791U 99035A   00100.10115731 +.00002671 +00000-0 +78880-3 0 00968
-2 25791 024.9799 002.7214 0010593 322.7422 037.2356 14.39330819041734
-FUSE 1
-1 25791U 99035A   00099.13043908  .00002590  00000-0  76309-3 0   799
-2 25791  24.9798   8.6538 0010792 311.2745  48.6840 14.39325505 41593
-FUSE 1
-1 25791U 99035A   00098.09037990 +.00002445 +00000-0 +71735-3 0 00851
-2 25791 024.9802 015.0028 0010995 299.5824 060.3584 14.39319881041446
-FUSE 1
-1 25791U 99035A   00097.11965747 +.00002329 +00000-0 +68059-3 0 00815
-2 25791 024.9804 020.9278 0010970 289.9717 069.9613 14.39314724041301
-FUSE 1
-1 25791U 99035A   00096.14893064 +.00002270 +00000-0 +66193-3 0 00877
-2 25791 024.9807 026.8527 0011076 279.9873 079.9390 14.39310047041167
-FUSE 1
-1 25791U 99035A   00095.17820409 +.00002063 +00000-0 +59661-3 0 00795
-2 25791 024.9813 032.7786 0011255 270.8469 089.0777 14.39304208041025
-FUSE 1
-1 25791U 99035A   00094.20747091  .00001992  00000-0  57410-3 0   771
-2 25791  24.9816  38.7034 0011419 261.0932  98.8284 14.39299966 40887
-FUSE 1
-1 25791U 99035A   00092.19666424  .00001729  00000-0  49103-3 0   764
-2 25791  24.9822  50.9810 0011573 241.7849 118.1493 14.39290662 40595
-FUSE 1
-1 25791U 99035A   00090.18584768 +.00001549 +00000-0 +43389-3 0 00794
-2 25791 024.9830 063.2550 0011512 221.2878 138.6763 14.39283008040302
-FUSE 1
-1 25791U 99035A   00089.28444503  .00001459  00000-0  40539-3 0   755
-2 25791  24.9832  68.7566 0011380 211.8222 148.1602 14.39279719 40179
-FUSE 1
-1 25791U 99035A   00088.31370039 +.00001360 +00000-0 +37404-3 0 00961
-2 25791 024.9836 074.6816 0011423 202.4456 157.5555 14.39276438040031
-FUSE 1
-1 25791U 99035A   00088.03634565 +.00001304 +00000-0 +35643-3 0 00913
-2 25791 024.9839 076.3760 0011454 200.2734 159.7366 14.39275277039997
-FUSE 1
-1 25791U 99035A   00087.20427617 +.00001254 +00000-0 +34072-3 0 00840
-2 25791 024.9841 081.4558 0011382 191.8207 168.2033 14.39272923039870
-FUSE 1
-1 25791U 99035A   00086.23352802  .00001203  00000-0  32440-3 0   745
-2 25791  24.9842  87.3815 0011279 181.4280 178.6196 14.39270365 39731
-FUSE 1
-1 25791U 99035A   00084.22268757 +.00001077 +00000-0 +28473-3 0 00961
-2 25791 024.9845 099.6586 0011009 160.1136 199.9804 14.39265143039448
-FUSE 1
-1 25791U 99035A   00083.18259301 +.00001067 +00000-0 +28137-3 0 00832
-2 25791 024.9846 106.0081 0010977 149.2929 210.8223 14.39263170039292
-FUSE 1
-1 25791U 99035A   00082.21183569  .00001096  00000-0  29069-3 0   733
-2 25791  24.9846 111.9346 0010974 139.3047 220.8279 14.39261692 39153
-FUSE 1
-1 25791U 99035A   00081.17173683 +.00001160 +00000-0 +31097-3 0 01011
-2 25791 024.9843 118.2860 0010946 128.6797 231.4693 14.39260290039008
-FUSE 1
-1 25791U 99035A   00080.20097578 +.00001213 +00000-0 +32794-3 0 00880
-2 25791 024.9841 124.2128 0010923 118.8383 241.3214 14.39258856038864
-FUSE 1
-1 25791U 99035A   00079.23021298  .00001324  00000-0  36292-3 0   720
-2 25791  24.9837 130.1398 0010979 108.5196 251.6496 14.39257774 38722
-FUSE 1
-1 25791U 99035A   00077.21934109 +.00001513 +00000-0 +42309-3 0 00861
-2 25791 024.9829 142.4172 0010838 088.8266 271.3475 14.39254631038434
-FUSE 1
-1 25791U 99035A   00075.55516719  .00001577  00000-0  44314-3 0   711
-2 25791  24.9825 152.5756 0010789  71.5815 288.5864 14.39250628 38191
-FUSE 1
-1 25791U 99035A   00073.61362244 +.00001623 +00000-0 +45792-3 0 01149
-2 25791 024.9823 164.4274 0010664 051.3108 308.8354 14.39245491037910
-FUSE 1
-1 25791U 99035A   00072.64284711 +.00001597 +00000-0 +44979-3 0 01015
-2 25791 024.9825 170.3543 0010564 040.8844 319.2456 14.39242488037772
-FUSE 1
-1 25791U 99035A   00071.67206979 +.00001573 +00000-0 +44222-3 0 00864
-2 25791 024.9826 176.2815 0010546 030.4691 329.6435 14.39239518037632
-FUSE 1
-1 25791U 99035A   00070.56260671  .00001532  00000-0  42912-3 0   702
-2 25791  24.9828 183.0544 0010529  18.3343 341.7543 14.39236091 37479
-FUSE 1
-1 25791U 99035A   00068.69038219 +.00001413 +00000-0 +39162-3 0 00952
-2 25791 024.9834 194.4830 0010533 358.2154 001.8316 14.39230155037209
-FUSE 1
-1 25791U 99035A   00067.71959612 +.00001335 +00000-0 +36691-3 0 00815
-2 25791 024.9838 200.4095 0010552 347.4671 012.5574 14.39227138037065
-FUSE 1
-1 25791U 99035A   00066.74880810  .00001316  00000-0  36063-3 0   698
-2 25791  24.9838 206.3364 0010621 337.4200  22.5842 14.39224685 36920
-FUSE 1
-1 25791U 99035A   00065.77801832 +.00001263 +00000-0 +34378-3 0 00998
-2 25791 024.9841 212.2629 0010676 326.5841 033.3993 14.39222062036782
-FUSE 1
-1 25791U 99035A   00064.80722849 +.00001189 +00000-0 +32036-3 0 00830
-2 25791 024.9845 218.1911 0010778 316.3193 043.6474 14.39219324036645
-FUSE 1
-1 25791U 99035A   00063.76709448 +.00001101 +00000-0 +29240-3 0 00718
-2 25791 024.9849 224.5412 0010871 305.4534 054.4961 14.39216487036499
-FUSE 1
-1 25791U 99035A   00063.55906739  .00001088  00000-0  28832-3 0   683
-2 25791  24.9850 225.8120 0010913 303.1719  56.7740 14.39215991 36464
-FUSE 1
-1 25791U 99035A   00061.82550819 +.00000982 +00000-0 +25477-3 0 00960
-2 25791 024.9855 236.3933 0010864 286.6270 073.3045 14.39211998036219
-FUSE 1
-1 25791U 99035A   00060.85471378 +.00000901 +00000-0 +22923-3 0 00845
-2 25791 024.9863 242.3201 0010848 276.7178 083.2098 14.39209859036077
-FUSE 1
-1 25791U 99035A   00059.88391871  .00000826  00000-0  20540-3 0   675
-2 25791  24.9869 248.2490 0010930 267.1229  92.8030 14.39207865 35932
-FUSE 1
-1 25791U 99035A   00058.91312284 +.00000781 +00000-0 +19097-3 0 00977
-2 25791 024.9873 254.1768 0010925 257.3125 102.6165 14.39206249035799
-FUSE 1
-1 25791U 99035A   00057.94232639 +.00000728 +00000-0 +17411-3 0 00816
-2 25791 024.9875 260.1056 0011055 247.8021 112.1316 14.39204614035655
-FUSE 1
-1 25791U 99035A   00056.62481384 +.00000758 +00000-0 +18375-3 0 00670
-2 25791 024.9875 268.1502 0011129 234.2119 125.7313 14.39203424035463
-FUSE 1
-1 25791U 99035A   00055.86204329  .00000793  00000-0  19497-3 0   661
-2 25791  24.9873 272.8046 0011161 226.1863 133.7679 14.39202825 35354
-FUSE 1
-1 25791U 99035A   00054.68321769 +.00000848 +00000-0 +21235-3 0 01001
-2 25791 024.9871 279.9967 0011112 213.5611 146.4207 14.39201763035188
-FUSE 1
-1 25791U 99035A   00053.98979045 +.00000850 +00000-0 +21296-3 0 00974
-2 25791 024.9870 284.2284 0011076 206.2727 153.7221 14.39200822035085
-FUSE 1
-1 25791U 99035A   00053.01899083 +.00000935 +00000-0 +24004-3 0 00830
-2 25791 024.9867 290.1552 0011204 196.3192 163.6959 14.39200205034940
-FUSE 1
-1 25791U 99035A   00052.04819115 +.00000994 +00000-0 +25875-3 0 00719
-2 25791 024.9868 296.0811 0011283 186.4833 173.5531 14.39199236034805
-FUSE 1
-1 25791U 99035A   00051.90950592  .00000987  00000-0  25647-3 0   650
-2 25791  24.9870 296.9294 0011270 185.1807 174.8586 14.39198964 34783
-FUSE 1
-1 25791U 99035A   00048.85841520  .00001297  00000-0  35475-3 0   644
-2 25791  24.9866 315.5528 0011618 154.5181 205.5896 14.39195818 34340
-FUSE 1
-1 25791U 99035A   00048.09564157 +.00001343 +00000-0 +36946-3 0 01229
-2 25791 024.9864 320.2075 0011655 146.8674 213.2566 14.39194413034238
-FUSE 1
-1 25791U 99035A   00047.12483713 +.00001391 +00000-0 +38482-3 0 01095
-2 25791 024.9864 326.1324 0011683 137.2771 222.8642 14.39192494034095
-FUSE 1
-1 25791U 99035A   00046.15403192 +.00001360 +00000-0 +37483-3 0 00949
-2 25791 024.9866 332.0573 0011665 127.2938 232.8638 14.39189972033950
-FUSE 1
-1 25791U 99035A   00045.18322419 +.00001296 +00000-0 +35475-3 0 00793
-2 25791 024.9869 337.9835 0011586 117.6016 242.5669 14.39187410033812
-FUSE 1
-1 25791U 99035A   00044.21241546  .00001146  00000-0  30690-3 0   638
-2 25791  24.9869 343.9091 0011473 107.1762 253.0006 14.39184536 33672
-FUSE 1
-1 25791U 99035A   00042.20144618 +.00000911 +00000-0 +23237-3 0 00758
-2 25791 024.9867 356.1818 0011249 085.1954 274.9841 14.39179242033387
-FUSE 1
-1 25791U 99035A   00041.92407140  .00000833  00000-0  20764-3 0   629
-2 25791  24.9866 357.8759 0011123  81.8578 278.3201 14.39178018 33348
-FUSE 1
-1 25791U 99035A   00041.16128579 +.00000812 +00000-0 +20105-3 0 01066
-2 25791 024.9865 002.5305 0011143 073.4503 286.7237 14.39176773033231
-FUSE 1
-1 25791U 99035A   00040.19046659 +.00000730 +00000-0 +17515-3 0 00919
-2 25791 024.9864 008.4561 0011054 062.5359 297.6273 14.39174760033097
-FUSE 1
-1 25791U 99035A   00038.31816651  .00000622  00000-0  14075-3 0   612
-2 25791  24.9860  19.8837 0010946  41.9661 318.1684 14.39171741 32822
-FUSE 1
-1 25791U 99035A   00035.19765343 +.00000599 +00000-0 +13337-3 0 00754
-2 25791 024.9862 038.9297 0010966 008.7816 351.2878 14.39168833032372
-FUSE 1
-1 25791U 99035A   00034.22682512  .00000609  00000-0  13670-3 0   609
-2 25791  24.9863  44.8546 0010985 358.5324   1.5150 14.39168123 32232
-FUSE 1
-1 25791U 99035A   00033.18665576 +.00000568 +00000-0 +12356-3 0 01126
-2 25791 024.9855 051.2265 0011261 347.2812 012.7409 14.39167162032084
-FUSE 1
-1 25791U 99035A   00032.21582678 +.00000591 +00000-0 +13078-3 0 00970
-2 25791 024.9855 057.1532 0011294 337.1761 022.8245 14.39166555031942
-FUSE 1
-1 25791U 99035A   00031.17565214 +.00000642 +00000-0 +14694-3 0 00805
-2 25791 024.9852 063.5033 0011303 326.2800 033.6988 14.39166094031795
-FUSE 1
-1 25791U 99035A   00030.20482266 +.00000686 +00000-0 +16093-3 0 00659
-2 25791 024.9850 069.4311 0011343 315.6598 044.3015 14.39165560031659
-FUSE 1
-1 25791U 99035A   00029.44202816  .00000689  00000-0  16196-3 0   594
-2 25791  24.9849  74.0872 0011363 307.3743  52.5733 14.39164796 31549
-FUSE 1
-1 25791U 99035A   00027.43102888  .00000569  00000-0  18032-3 0   586
-2 25791  24.9851  86.3260 0010521 286.4177  73.5622 14.39162573 31251
-FUSE 1
-1 25791U 99035A   00025.55871179  .00000869  00000-0  21924-3 0   579
-2 25791  24.9844  97.7947 0011481 266.0116  93.9082 14.39161817 30989
-FUSE 1
-1 25791U 99035A   00023.61705451 +.00000924 +00000-0 +23647-3 0 00872
-2 25791 024.9842 109.6465 0011662 245.5194 114.4098 14.39159561030703
-FUSE 1
-1 25791U 99035A   00022.57688135 +.00000962 +00000-0 +24873-3 0 00723
-2 25791 024.9839 115.9974 0011736 234.7227 125.2184 14.39158302030554
-FUSE 1
-1 25791U 99035A   00022.29950177 +.00001003 +00000-0 +26163-3 0 00619
-2 25791 024.9838 117.6930 0011736 231.8231 128.1224 14.39158246030517
-FUSE 1
-1 25791U 99035A   00021.53670825  .00000998  00000-0  26013-3 0   564
-2 25791  24.9840 122.3487 0011792 223.8474 136.1104 14.39156968 30405
-FUSE 1
-1 25791U 99035A   00020.42719000 +.00000962 +00000-0 +24860-3 0 00907
-2 25791 024.9842 129.1211 0011913 212.6223 147.3555 14.39154882030249
-FUSE 1
-1 25791U 99035A   00019.66439581 +.00000966 +00000-0 +24995-3 0 00839
-2 25791 024.9840 133.7768 0011844 204.5957 155.3985 14.39153669030138
-FUSE 1
-1 25791U 99035A   00018.62422196 +.00000928 +00000-0 +23794-3 0 00696
-2 25791 024.9842 140.1276 0011782 194.0350 165.9832 14.39151690029988
-FUSE 1
-1 25791U 99035A   00017.44535596  .00000854  00000-0  21447-3 0   550
-2 25791  24.9848 147.3221 0011810 182.6957 177.3499 14.39149382 29814
-FUSE 1
-1 25791U 99035A   00014.53285856  .00000615  00000-0  13854-3 0   545
-2 25791  24.9856 165.1015 0011407 153.4049 206.7053 14.39143679 29391
-FUSE 1
-1 25791U 99035A   00013.56202232 +.00000571 +00000-0 +12445-3 0 00786
-2 25791 024.9857 171.0254 0011318 143.0152 217.1149 14.39142418029251
-FUSE 1
-1 25791U 99035A   00012.72987589 +.00000562 +00000-0 +12183-3 0 00732
-2 25791 024.9854 176.1050 0011284 133.7108 226.4334 14.39141611029137
-FUSE 1
-1 25791U 99035A   00011.62034564 +.00000527 +00000-0 +11055-3 0 00633
-2 25791 024.9855 182.8750 0011249 121.8036 238.3572 14.39140431028974
-FUSE 1
-1 25791U 99035A   00010.71885112 +.00000512 +00000-0 +10577-3 0 00569
-2 25791 024.9854 188.3761 0011274 111.8566 248.3147 14.39139621028845
-FUSE 1
-1 25791U 99035A   00009.88670072  .00000501  00000-0  10250-3 0   535
-2 25791  24.9854 193.4536 0011262 103.0112 257.1659 14.39138969 28726
-FUSE 1
-1 25791U 99035A   00006.83547797  .00000337  00000-0  10675-3 0   521
-2 25791  24.9869 212.0479 0011133  74.0467 286.1742 14.39136665 28280
-FUSE 1
-1 25791U 99035A   00005.93397487 +.00000522 +00000-0 +10899-3 0 00546
-2 25791 024.9856 217.5808 0011349 060.5895 299.5747 14.39136473028152
-FUSE 1
-1 25791U 99035A   00005.86462875  .00000520  00000-0  10857-3 0   511
-2 25791  24.9857 218.0047 0011344  59.7788 300.3845 14.39136413 28143
-FUSE 1
-1 25791U 99035A   00004.96312675 +.00000518 +00000-0 +10767-3 0 01139
-2 25791 024.9860 223.5077 0011297 050.2547 309.8954 14.39135812028010
-FUSE 1
-1 25791U 99035A   00003.99227761 +.00000520 +00000-0 +10842-3 0 00981
-2 25791 024.9861 229.4342 0011263 039.8658 320.2678 14.39135178027878
-FUSE 1
-1 25791U 99035A   00003.02142715 +.00000562 +00000-0 +12179-3 0 00835
-2 25791 024.9860 235.3606 0011286 029.7368 330.3779 14.39134850027732
-FUSE 1
-1 25791U 99035A   00001.98122961 +.00000601 +00000-0 +13433-3 0 00657
-2 25791 024.9860 241.7105 0011303 018.8712 341.2214 14.39134376027580
-FUSE 1
-1 25791U 99035A   00001.01037721  .00000666  00000-0  15478-3 0   506
-2 25791  24.9859 247.6366 0011281   8.7106 351.3596 14.39134101 27448
-FUSE 1
-1 25791U 99035A   99363.09781835  .00000899  00000-0  22901-3 0   490
-2 25791  24.9851 265.4129 0011197 338.4602  21.5436 14.39132626 27028
-FUSE 1
-1 25791U 99035A   99362.12696497 +.00000961 +00000-0 +24848-3 0 00922
-2 25791 024.9849 271.3386 0011184 327.9746 032.0084 14.39131724026881
-FUSE 1
-1 25791U 99035A   99361.15611130 +.00001034 +00000-0 +27194-3 0 00799
-2 25791 024.9846 277.2653 0011182 317.4471 042.5171 14.39130801026740
-FUSE 1
-1 25791U 99035A   99360.11591130 +.00001087 +00000-0 +28861-3 0 00623
-2 25791 024.9844 283.6152 0011205 306.4053 053.5421 14.39129438026590
-FUSE 1
-1 25791U 99035A   99359.14505772  .00001123  00000-0  30012-3 0   487
-2 25791  24.9844 289.5405 0011210 296.0081  63.9276 14.39127971 26455
-FUSE 1
-1 25791U 99035A   99357.20334989 +.00001185 +00000-0 +31974-3 0 00927
-2 25791 024.9845 301.3934 0011276 275.1736 084.7487 14.39124778026179
-FUSE 1
-1 25791U 99035A   99355.19229507 +.00001143 +00000-0 +30633-3 0 00589
-2 25791 024.9845 313.6688 0011427 254.6519 105.2727 14.39120370025887
-FUSE 1
-1 25791U 99035A   99354.91490853  .00001110  00000-0  29599-3 0   473
-2 25791  24.9845 315.3629 0011470 251.8385 108.0875 14.39119513 25847
-FUSE 1
-1 25791U 99035A   99354.15209340 +.00001101 +00000-0 +29307-3 0 01038
-2 25791 024.9845 320.0181 0011509 244.1536 115.7785 14.39117975025732
-FUSE 1
-1 25791U 99035A   99353.18123792 +.00001083 +00000-0 +28726-3 0 00881
-2 25791 024.9845 325.9428 0011452 234.1361 125.8092 14.39115978025590
-FUSE 1
-1 25791U 99035A   99352.21038154 +.00001042 +00000-0 +27447-3 0 00762
-2 25791 024.9843 331.8688 0011469 224.5539 135.4048 14.39113821025458
-FUSE 1
-1 25791U 99035A   99351.17017792 +.00000973 +00000-0 +25237-3 0 00577
-2 25791 024.9847 338.2189 0011485 214.2213 145.7558 14.39111421025300
-FUSE 1
-1 25791U 99035A   99350.33801333  .00000951  00000-0  24529-3 0   463
-2 25791  24.9846 343.2967 0011487 205.5729 154.4211 14.39109889 25180
-FUSE 1
-1 25791U 99035A   99350.19931958 +.00000933 +00000-0 +23956-3 0 00962
-2 25791 024.9848 344.1445 0011512 204.4239 155.5731 14.39109519025163
-FUSE 1
-1 25791U 99035A   99348.39629426 +.00000823 +00000-0 +20475-3 0 00865
-2 25791 024.9849 355.1452 0011441 185.7566 174.2811 14.39105974024908
-FUSE 1
-1 25791U 99035A   99348.18825288 +.00000798 +00000-0 +19683-3 0 00787
-2 25791 024.9851 356.4159 0011443 183.9954 176.0469 14.39105492024872
-FUSE 1
-1 25791U 99035A   99347.21739099 +.00000760 +00000-0 +18478-3 0 00593
-2 25791 024.9852 002.3410 0011413 174.2811 185.7832 14.39103915024736
-FUSE 1
-1 25791U 99035A   99346.24652782  .00000754  00000-0  18291-3 0   459
-2 25791  24.9852   8.2668 0011377 164.2548 195.8318 14.39102692 24597
-FUSE 1
-1 25791U 99035A   99344.23544964 +.00000756 +00000-0 +18345-3 0 00821
-2 25791 024.9851 020.5393 0011315 143.9081 216.2195 14.39100353024308
-FUSE 1
-1 25791U 99035A   99343.19523523 +.00000758 +00000-0 +18405-3 0 00642
-2 25791 024.9849 026.8884 0011251 133.1541 226.9914 14.39099103024150
-FUSE 1
-1 25791U 99035A   99342.15501899 +.00000788 +00000-0 +19383-3 0 00479
-2 25791 024.9847 033.2384 0011205 122.0799 238.0799 14.39098132024006
-FUSE 1
-1 25791U 99035A   99341.53088842  .00000788  00000-0  19382-3 0   444
-2 25791  24.9847  37.0461 0011204 115.5981 244.5688 14.39097368 23911
-FUSE 1
-1 25791U 99035A   99341.18414898 +.00000797 +00000-0 +19666-3 0 00927
-2 25791 024.9845 039.1646 0011110 111.9666 248.2014 14.39096976023865
-FUSE 1
-1 25791U 99035A   99340.21327751 +.00000821 +00000-0 +20422-3 0 00796
-2 25791 024.9844 045.0894 0011092 101.8687 258.3063 14.39095956023723
-FUSE 1
-1 25791U 99035A   99339.24240445 +.00000860 +00000-0 +21656-3 0 00626
-2 25791 024.9842 051.0146 0011088 091.5490 268.6286 14.39094994023586
-FUSE 1
-1 25791U 99035A   99337.57804728 +.00000910 +00000-0 +23264-3 0 00454
-2 25791 024.9838 061.1710 0011103 073.9223 286.2502 14.39093024023340
-FUSE 1
-1 25791U 99035A   99337.50869901  .00000916  00000-0  23465-3 0   438
-2 25791  24.9838  61.5940 0011123  73.3216 286.8513 14.39092988 23332
-FUSE 1
-1 25791U 99035A   99336.53782164 +.00000978 +00000-0 +25413-3 0 00775
-2 25791 024.9835 067.5184 0011185 063.0696 297.0953 14.39091962023198
-FUSE 1
-1 25791U 99035A   99335.91368480 +.00001057 +00000-0 +27938-3 0 00668
-2 25791 024.9832 071.3272 0011211 056.4491 303.7082 14.39091557023104
-FUSE 1
-1 25791U 99035A   99334.66541084 +.00001103 +00000-0 +29413-3 0 00563
-2 25791 024.9829 078.9441 0011175 043.3897 316.7490 14.39089668022921
-FUSE 1
-1 25791U 99035A   99333.55583168  .00001182  00000-0  31912-3 0   428
-2 25791  24.9828  85.7150 0011228  31.8546 328.2638 14.39088163 22768
-FUSE 1
-1 25791U 99035A   99332.72364624 +.00001252 +00000-0 +34147-3 0 00926
-2 25791 024.9822 090.7928 0011318 023.1121 336.9895 14.39086934022646
-FUSE 1
-1 25791U 99035A   99330.71252915 +.00001370 +00000-0 +37884-3 0 00621
-2 25791 024.9815 103.0720 0011456 002.2762 357.7803 14.39083149022351
-FUSE 1
-1 25791U 99035A   99330.01903979 +.00001341 +00000-0 +36977-3 0 00515
-2 25791 024.9813 107.3056 0011522 355.0936 004.9469 14.39081189022254
-FUSE 1
-1 25791U 99035A   99329.53359692  .00001309  00000-0  35954-3 0   414
-2 25791  24.9818 110.2720 0011533 349.7266  10.3016 14.39079811 22188
-FUSE 1
-1 25791U 99035A   99328.00791539 +.00001217 +00000-0 +33021-3 0 00742
-2 25791 024.9820 119.5846 0011565 334.1745 025.8190 14.39075614021963
-FUSE 1
-1 25791U 99035A   99326.82897714 +.00001154 +00000-0 +31024-3 0 00585
-2 25791 024.9826 126.7842 0011751 321.2678 038.6990 14.39072676021790
-FUSE 1
-1 25791U 99035A   99325.51133788  .00001054  00000-0  27855-3 0   401
-2 25791  24.9847 134.8467 0011912 304.6034  55.3277 14.39069633 21609
-FUSE 1
-1 25791U 99035A   99322.80670431 +.00001256 +00000-0 +34276-3 0 00411
-2 25791 024.9836 151.3552 0012041 275.3401 084.5737 14.39066077021213
-FUSE 1
-1 25791U 99035A   99321.62776187 +.00001252 +00000-0 +34139-3 0 00408
-2 25791 024.9837 158.5475 0012055 262.9443 096.9715 14.39063501021043
-FUSE 1
-1 25791U 99035A   99320.79556237  .00001252  00000-0  34144-3 0   391
-2 25791  24.9836 163.6246 0012002 254.4359 105.4616 14.39061664 20929
-FUSE 1
-1 25791U 99035A   99318.99247388 +.00001603 +00000-0 +45300-3 0 00424
-2 25791 024.9830 174.6225 0011785 234.5772 125.3639 14.39059706020668
-FUSE 1
-1 25791U 99035A   99318.85377493  .00001636  00000-0  46351-3 0   388
-2 25791  24.9833 175.4706 0011739 232.8226 127.1216 14.39059600 20640
-FUSE 1
-1 25791U 99035A   99316.98133499  .00000949  00000-0  24506-3 0   379
-2 25791  24.9842 186.9003 0011834 213.5350 146.4412 14.39050830 20375
-FUSE 1
-1 25791U 99035A   99316.77328072  .00000093  00000-0 -27298-4 0   361
-2 25791  24.9851 188.1733 0012103 214.4787 145.4516 14.39045117 20346
-FUSE 1
-1 25791U 99035A   99316.01043130  .00001289  00000-0  35317-3 0   353
-2 25791  24.9823 192.8263 0011574 206.8856 153.1047 14.39050776 20238
-FUSE 1
-1 25791U 99035A   99314.06863125 +.00000807 +00000-0 +19978-3 0 00675
-2 25791 024.9828 204.6728 0011620 187.0114 173.0230 14.39045484019952
-FUSE 1
-1 25791U 99035A   99313.09772812 +.00000806 +00000-0 +19960-3 0 00668
-2 25791 024.9828 210.5953 0011621 176.8561 183.2018 14.39044261019815
-FUSE 1
-1 25791U 99035A   99312.12682443 +.00000807 +00000-0 +20004-3 0 00607
-2 25791 024.9830 216.5187 0011630 166.7136 193.3684 14.39043064019674
-FUSE 1
-1 25791U 99035A   99311.08656905 +.00000824 +00000-0 +20537-3 0 00492
-2 25791 024.9827 222.8664 0011566 156.1383 203.9662 14.39041822019523
-FUSE 1
-1 25791U 99035A   99310.11566272  .00000873  00000-0  22108-3 0   346
-2 25791  24.9823 228.7931 0011439 146.3502 213.7733 14.39040863 19380
-FUSE 1
-1 25791U 99035A   99309.14475480 +.00000912 +00000-0 +23325-3 0 00624
-2 25791 024.9823 234.7169 0011382 136.4568 223.6834 14.39039788019240
-FUSE 1
-1 25791U 99035A   99308.17384628 +.00000917 +00000-0 +23509-3 0 00594
-2 25791 024.9823 240.6396 0011384 126.3110 233.8450 14.39038400019103
-FUSE 1
-1 25791U 99035A   99307.20293604 +.00000929 +00000-0 +23900-3 0 00509
-2 25791 024.9824 246.5634 0011348 116.2606 243.9068 14.39037064018967
-FUSE 1
-1 25791U 99035A   99306.16267374 +.00000901 +00000-0 +22981-3 0 00427
-2 25791 024.9827 252.9105 0011294 105.3472 254.8283 14.39035306018815
-FUSE 1
-1 25791U 99035A   99305.26111145  .00000880  00000-0  22322-3 0   336
-2 25791  24.9828 258.4108 0011278  95.9573 264.2230 14.39033878 18682
-FUSE 1
-1 25791U 99035A   99302.14030694 +.00000777 +00000-0 +19052-3 0 00420
-2 25791 024.9830 277.4546 0011155 063.6998 296.4659 14.39029030018237
-FUSE 1
-1 25791U 99035A   99301.23873747  .00000793  00000-0  19553-3 0   326
-2 25791  24.9829 282.9548 0011144  54.1449 306.0093 14.39027991 18102
-FUSE 1
-1 25791U 99035A   99300.19846426 +.00000688 +00000-0 +16220-3 0 00785
-2 25791 024.9829 289.3031 0011097 042.8698 317.2674 14.39026119017959
-FUSE 1
-1 25791U 99035A   99299.15818884 +.00000714 +00000-0 +17059-3 0 00607
-2 25791 024.9835 295.6560 0010854 031.9536 328.1631 14.39025229017802
-FUSE 1
-1 25791U 99035A   99298.11791199 +.00000847 +00000-0 +21277-3 0 00447
-2 25791 024.9832 302.0031 0010894 020.7345 339.3596 14.39024199017655
-FUSE 1
-1 25791U 99035A   99297.21633808  .00000871  00000-0  22050-3 0   312
-2 25791  24.9833 307.5043 0010887  10.9937 349.0810 14.39022966 17522
-FUSE 1
-1 25791U 99035A   99295.27448293 +.00000936 +00000-0 +24130-3 0 00647
-2 25791 024.9834 319.3563 0010756 350.0772 009.9521 14.39020654017243
-FUSE 1
-1 25791U 99035A   99294.16484983 +.00001000 +00000-0 +26157-3 0 00453
-2 25791 024.9829 326.1256 0010800 338.5647 021.4408 14.39019299017082
-FUSE 1
-1 25791U 99035A   99293.19392082  .00001020  00000-0  26791-3 0   303
-2 25791  24.9828 332.0506 0010781 328.4327  31.5533 14.39017852 16944
-FUSE 1
-1 25791U 99035A   99292.77780736 +.00001020 +00000-0 +26806-3 0 00883
-2 25791 024.9827 334.5890 0010781 324.0963 035.8778 14.39017148016883
-FUSE 1
-1 25791U 99035A   99292.15363794 +.00001076 +00000-0 +28568-3 0 00761
-2 25791 024.9826 338.3998 0010857 316.4441 043.5205 14.39016547016796
-FUSE 1
-1 25791U 99035A   99291.18270908 +.00001062 +00000-0 +28130-3 0 00587
-2 25791 024.9822 344.3280 0011053 306.1106 053.8378 14.39014543016650
-FUSE 1
-1 25791U 99035A   99289.51825652 +.00001008 +00000-0 +26405-3 0 00430
-2 25791 024.9823 354.4815 0011076 288.6058 071.3246 14.39011177016415
-FUSE 1
-1 25791U 99035A   99288.47797288  .00000951  00000-0  24613-3 0   296
-2 25791  24.9826   0.8275 0011076 277.4591  82.4657 14.39009052 16269
-FUSE 1
-1 25791U 99035A   99286.88287063 +.00000861 +00000-0 +21717-3 0 00634
-2 25791 024.9828 010.5602 0011200 260.5300 099.3940 14.39005892016038
-FUSE 1
-1 25791U 99035A   99285.49582403 +.00000795 +00000-0 +19630-3 0 00486
-2 25791 024.9830 019.0217 0011238 246.2842 113.6491 14.39003480015839
-FUSE 1
-1 25791U 99035A   99284.66359563 +.00000761 +00000-0 +18552-3 0 00398
-2 25791 024.9832 024.0989 0011221 237.5271 122.4154 14.39002187015718
-FUSE 1
-1 25791U 99035A   99283.97007305  .00000754  00000-0  18327-3 0   285
-2 25791  24.9830  28.3293 0011217 230.2490 129.7115 14.39001280 15618
-FUSE 1
-1 25791U 99035A   99280.71050717 +.00000608 +00000-0 +13659-3 0 00426
-2 25791 024.9832 048.2231 0011233 196.9935 163.0195 14.38996802015142
-FUSE 1
-1 25791U 99035A   99280.01698155 +.00000604 +00000-0 +13553-3 0 00286
-2 25791 024.9831 052.4539 0011244 189.6758 170.3528 14.38996155015044
-FUSE 1
-1 25791U 99035A   99279.73957122  .00000606  00000-0  13609-3 0   278
-2 25791  24.9833  54.1486 0011318 187.2744 172.7600 14.38995976 15000
-FUSE 1
-1 25791U 99035A   99278.76863587 +.00000623 +00000-0 +14143-3 0 00780
-2 25791 024.9828 060.0769 0011243 177.0793 182.9783 14.38995168014863
-FUSE 1
-1 25791U 99035A   99278.07510995 +.00000624 +00000-0 +14185-3 0 00637
-2 25791 024.9826 064.3088 0011169 169.6029 190.4711 14.38994496014765
-FUSE 1
-1 25791U 99035A   99276.75740903 +.00000633 +00000-0 +14460-3 0 00461
-2 25791 024.9823 072.3487 0011129 155.6892 204.4141 14.38993316014575
-FUSE 1
-1 25791U 99035A   99276.47999801 +.00000694 +00000-0 +16404-3 0 00358
-2 25791 024.9818 074.0450 0011207 153.0078 207.1024 14.38993598014531
-FUSE 1
-1 25791U 99035A   99275.57841241  .00000671  00000-0  15672-3 0   263
-2 25791  24.9819  79.5451 0011185 143.2379 216.8904 14.38992466 14406
-FUSE 1
-1 25791U 99035A   99272.59623714 +.00000619 +00000-0 +14032-3 0 00288
-2 25791 024.9821 097.7456 0010986 112.1476 248.0207 14.38989140013976
-FUSE 1
-1 25791U 99035A   99271.83335507 +.00000694 +00000-0 +16423-3 0 00261
-2 25791 024.9829 102.4180 0011115 105.0840 255.0961 14.38989289013860
-FUSE 1
-1 25791U 99035A   99270.93176357  .00000625  00000-0  14212-3 0   254
-2 25791  24.9833 107.9206 0010968  96.2277 263.9501 14.38987831 13739
-FUSE 1
-1 25791U 99035A   99269.82210754 +.00000624 +00000-0 +14194-3 0 00270
-2 25791 024.9836 114.6962 0010511 085.3632 274.8041 14.38987014013579
-FUSE 1
-1 25791U 99035A   99268.64310209 +.00000665 +00000-0 +15491-3 0 00260
-2 25791 024.9835 121.8881 0010538 073.0440 287.1349 14.38986259013408
-FUSE 1
-1 25791U 99035A   99267.88021393 +.00000624 +00000-0 +14182-3 0 00258
-2 25791 024.9836 126.5415 0010795 065.0791 295.0869 14.38985118013294
-FUSE 1
-1 25791U 99035A   99266.90926343  .00000583  00000-0  12888-3 0   243
-2 25791  24.9837 132.4642 0010750  54.8710 305.2813 14.38983972 13155
-FUSE 1
-1 25791U 99035A   99266.00766538 +.00000570 +00000-0 +12480-3 0 00561
-2 25791 024.9838 137.9635 0010739 045.4550 314.6838 14.38983153013021
-FUSE 1
-1 25791U 99035A   99265.03671293 +.00000579 +00000-0 +12751-3 0 00498
-2 25791 024.9838 143.8883 0010767 035.0894 325.0328 14.38982440012880
-FUSE 1
-1 25791U 99035A   99264.06575950 +.00000540 +00000-0 +11503-3 0 00439
-2 25791 024.9841 149.8130 0010718 024.5892 335.5124 14.38981393012743
-FUSE 1
-1 25791U 99035A   99263.09480512 +.00000542 +00000-0 +11581-3 0 00315
-2 25791 024.9841 155.7371 0010726 014.3641 345.7173 14.38980695012600
-FUSE 1
-1 25791U 99035A   99262.88674378  .00000509  00000-0  10546-3 0   230
-2 25791  24.9842 157.0081 0010731  11.7394 348.3365 14.38980270 12573
-FUSE 1
-1 25791U 99035A   99260.11258537 +.00000453 +00000-0 +87384-4 0 00502
-2 25791 024.9841 173.9362 0010893 342.6831 017.3307 14.38977970012170
-FUSE 1
-1 25791U 99035A   99259.07227521 +.00000447 +00000-0 +85573-4 0 00347
-2 25791 024.9841 180.2856 0010956 331.9610 028.0309 14.38977330012020
-FUSE 1
-1 25791U 99035A   99258.17067241  .00000427  00000-0  79225-4 0   220
-2 25791  24.9841 185.7874 0011007 322.1366  37.8369 14.38976734 11893
-FUSE 1
-1 25791U 99035A   99256.15940484 +.00000459 +00000-0 +89377-4 0 00465
-2 25791 024.9843 198.0620 0011104 300.6420 059.2997 14.38975981011608
-FUSE 1
-1 25791U 99035A   99255.18844792 +.00000499 +00000-0 +10205-3 0 00357
-2 25791 024.9841 203.9868 0011170 290.1305 069.8003 14.38975748011464
-FUSE 1
-1 25791U 99035A   99254.21749084  .00000578  00000-0  12715-3 0   219
-2 25791  24.9838 209.9117 0011276 279.5024  80.4212 14.38975778 11328
-FUSE 1
-1 25791U 99035A   99252.13687317 +.00000703 +00000-0 +16695-3 0 00422
-2 25791 024.9838 222.6085 0011253 257.6029 102.3226 14.38974995011027
-FUSE 1
-1 25791U 99035A   99251.16591877 +.00000740 +00000-0 +17891-3 0 00306
-2 25791 024.9838 228.5342 0011361 247.5654 112.3649 14.38974264010882
-FUSE 1
-1 25791U 99035A   99250.33367230  .00000790  00000-0  19473-3 0   200
-2 25791  24.9836 233.6120 0011410 238.7623 121.1773 14.38973707 10768
-FUSE 1
-1 25791U 99035A   99250.12561055 +.00000806 +00000-0 +20003-3 0 00780
-2 25791 024.9837 234.8822 0011380 236.5967 123.3441 14.38973616010736
-FUSE 1
-1 25791U 99035A   99249.22401093 +.00000850 +00000-0 +21378-3 0 00688
-2 25791 024.9836 240.3848 0011437 227.1228 132.8321 14.38972820010608
-FUSE 1
-1 25791U 99035A   99248.18370392 +.00000868 +00000-0 +21968-3 0 00504
-2 25791 024.9836 246.7339 0011442 216.3322 143.6406 14.38971553010453
-FUSE 1
-1 25791U 99035A   99247.14339628 +.00000893 +00000-0 +22765-3 0 00331
-2 25791 024.9835 253.0817 0011458 205.6866 154.3072 14.38970276010308
-FUSE 1
-1 25791U 99035A   99246.24179636  .00000875  00000-0  22203-3 0   193
-2 25791  24.9836 258.5836 0011512 196.4275 163.5862 14.38968832 10171
-FUSE 1
-1 25791U 99035A   99244.16117925 +.00000770 +00000-0 +18839-3 0 00526
-2 25791 024.9840 271.2810 0011478 175.5983 184.4632 14.38965078009876
-FUSE 1
-1 25791U 99035A   99243.25957613 +.00000746 +00000-0 +18082-3 0 00412
-2 25791 024.9841 276.7823 0011475 166.5838 193.4978 14.38963795009740
-FUSE 1
-1 25791U 99035A   99242.14991061 +.00000697 +00000-0 +16531-3 0 00214
-2 25791 024.9841 283.5545 0011425 155.0075 205.0993 14.38962068009589
-FUSE 1
-1 25791U 99035A   99241.45636787  .00000690  00000-0  16312-3 0   184
-2 25791  24.9841 287.7844 0011423 147.6480 212.4734 14.38961291  9483
-FUSE 1
-1 25791U 99035A   99238.54348289 +.00000555 +00000-0 +12005-3 0 00339
-2 25791 024.9851 305.5600 0011277 118.2109 241.9541 14.38957529009068
-FUSE 1
-1 25791U 99035A   99237.43380917  .00000519  00000-0  10841-3 0   178
-2 25791  24.9853 312.3322 0011217 106.6278 253.5464 14.38956402  8903
-FUSE 1
-1 25791U 99035A   99236.46284262 +.00000461 +00000-0 +90008-4 0 00705
-2 25791 024.9853 318.2560 0011086 096.8361 263.3410 14.38955295008762
-FUSE 1
-1 25791U 99035A   99236.25477872 +.00000452 +00000-0 +87040-4 0 00615
-2 25791 024.9853 319.5272 0011052 094.6665 265.5117 14.38955073008731
-FUSE 1
-1 25791U 99035A   99235.28381051 +.00000458 +00000-0 +89138-4 0 00470
-2 25791 024.9852 325.4528 0011033 084.2171 275.9597 14.38954552008598
-FUSE 1
-1 25791U 99035A   99233.61929130 +.00000451 +00000-0 +86895-4 0 00303
-2 25791 024.9853 335.6110 0010986 066.4129 293.7536 14.38953524008353
-FUSE 1
-1 25791U 99035A   99232.50961001  .00000368  00000-0  60512-4 0   162
-2 25791  24.9859 342.3821 0010848  54.6767 305.4755 14.38952340  8198
-FUSE 1
-1 25791U 99035A   99230.70637369 +.00000429 +00000-0 +79925-4 0 00424
-2 25791 024.9854 353.3830 0010964 035.3348 324.7888 14.38952031007934
-FUSE 1
-1 25791U 99035A   99229.59668927 +.00000395 +00000-0 +68969-4 0 00285
-2 25791 024.9857 000.1562 0010882 023.2043 336.8948 14.38951224007779
-FUSE 1
-1 25791U 99035A   99228.48700287 +.00000471 +00000-0 +93172-4 0 00221
-2 25791 024.9853 006.9252 0010851 011.6095 348.4667 14.38951260007619
-FUSE 1
-1 25791U 99035A   99227.72409421  .00000487  00000-0  98308-4 0   158
-2 25791  24.9851  11.5809 0010930   3.6815 356.3773 14.38950858  7502
-FUSE 1
-1 25791U 99035A   99223.56276789  .00000619  00000-0  14028-3 0   147
-2 25791  24.9842  36.9742 0011040 318.0438  41.9206 14.38948712  6903
-FUSE 1
-1 25791U 99035A   99218.63853449  .00000720  00000-0  17250-3 0   135
-2 25791  24.9828  67.0232 0011431 267.3032  92.6167 14.38944759  6193
-FUSE 1
-1 25791U 99035A   99216.97400544 +.00000683 +00000-0 +16063-3 0 00166
-2 25791 024.9829 077.1763 0011588 249.8240 110.1026 14.38942807005959
-FUSE 1
-1 25791U 99035A   99215.72561041  .00001104  00000-0  29513-3 0   127
-2 25791  24.9823  84.7905 0011295 237.0915 122.8597 14.38943232  5774
-FUSE 1
-1 25791U 99035A   99213.99172686 +.00000755 +00000-0 +18386-3 0 00281
-2 25791 024.9829 095.3690 0011291 219.0401 140.9295 14.38939332005520
-FUSE 1
-1 25791U 99035A   99213.02075147 +.00000641 +00000-0 +14744-3 0 00175
-2 25791 024.9830 101.2939 0011410 209.3286 150.6585 14.38937829005384
-FUSE 1
-1 25791U 99035A   99212.88204088  .00000581  00000-0  12826-3 0   112
-2 25791  24.9832 102.1415 0011463 208.2710 151.7177 14.38937383  5365
-FUSE 1
-1 25791U 99035A   99211.07879897 +.00000483 +00000-0 +96970-4 0 00493
-2 25791 024.9832 113.1440 0011683 189.9414 170.0864 14.38935491005102
-FUSE 1
-1 25791U 99035A   99210.10782220 +.00000457 +00000-0 +88695-4 0 00361
-2 25791 024.9830 119.0680 0011645 180.0206 180.0306 14.38934715004963
-FUSE 1
-1 25791U 99035A   99209.13684459 +.00000476 +00000-0 +94628-4 0 00215
-2 25791 024.9829 124.9914 0011669 170.0019 190.0732 14.38934254004820
-FUSE 1
-1 25791U 99035A   99208.85942248  .00000483  00000-0  96822-4 0   100
-2 25791  24.9830 126.6849 0011617 167.3014 192.7802 14.38934135  4785
-FUSE 1
-1 25791U 99035A   99208.16586648 +.00000509 +00000-0 +10534-3 0 00689
-2 25791 024.9829 130.9163 0011612 160.0034 200.0933 14.38933809004681
-FUSE 1
-1 25791U 99035A   99207.12553224 +.00000477 +00000-0 +95090-4 0 00537
-2 25791 024.9830 137.2648 0011506 149.5759 210.5420 14.38933010004534
-FUSE 1
-1 25791U 99035A   99206.15455295 +.00000436 +00000-0 +81952-4 0 00388
-2 25791 024.9831 143.1889 0011456 139.5200 220.6160 14.38932240004393
-FUSE 1
-1 25791U 99035A   99205.11421632 +.00000433 +00000-0 +81097-4 0 00221
-2 25791 024.9835 149.5359 0011411 129.0298 231.1227 14.38931694004248
-FUSE 1
-1 25791U 99035A   99204.21259024  .00000427  00000-0  79119-4 0    95
-2 25791  24.9835 155.0370 0011324 120.0292 240.1341 14.38931194  4119
-FUSE 1
-1 25791U 99035A   99203.17225182 +.00000414 +00000-0 +74992-4 0 00525
-2 25791 024.9835 161.3843 0011233 109.2556 250.9169 14.38930540003968
-FUSE 1
-1 25791U 99035A   99202.13191170 +.00000423 +00000-0 +77980-4 0 00383
-2 25791 024.9837 167.7323 0011168 098.4908 261.6865 14.38930164003818
-FUSE 1
-1 25791U 99035A   99201.16092631 +.00000440 +00000-0 +83410-4 0 00235
-2 25791 024.9837 173.6562 0011126 088.3941 271.7841 14.38929874003674
-FUSE 1
-1 25791U 99035A   99200.18994021  .00000454  00000-0  87696-4 0    88
-2 25791  24.9838 179.5806 0011119  78.2644 281.9107 14.38929532  3535
-FUSE 1
-1 25791U 99035A   99200.12059101 +.00000432 +00000-0 +80931-4 0 00725
-2 25791 024.9842 180.0407 0011095 075.8036 284.3701 14.38929430003528
-FUSE 1
-1 25791U 99035A   99199.21895964 +.00000465 +00000-0 +91252-4 0 00631
-2 25791 024.9840 185.5408 0011075 066.4980 293.6690 14.38929231003393
-FUSE 1
-1 25791U 99035A   99198.17861506 +.00000472 +00000-0 +93642-4 0 00475
-2 25791 024.9844 191.8880 0011017 055.5344 304.6202 14.38928745003245
-FUSE 1
-1 25791U 99035A   99197.20762573 +.00000483 +00000-0 +97242-4 0 00328
-2 25791 024.9845 197.8116 0010965 045.0350 315.1043 14.38928247003108
-FUSE 1
-1 25791U 99035A   99196.16727896 +.00000496 +00000-0 +10136-3 0 00130
-2 25791 024.9848 204.1584 0010927 033.8431 326.2770 14.38927757002952
-FUSE 1
-1 25791U 99035A   99195.40435724  .00000525  00000-0  11052-3 0    76
-2 25791  24.9845 208.8116 0010908  25.8212 334.2838 14.38927498  2842
-FUSE 1
-1 25791U 99035A   99195.26564445 +.00000515 +00000-0 +10744-3 0 00732
-2 25791 024.9847 209.6583 0010905 024.2058 335.8962 14.38927325002821
-FUSE 1
-1 25791U 99035A   99194.22529636 +.00000515 +00000-0 +10742-3 0 00547
-2 25791 024.9849 216.0045 0010895 012.9914 347.0873 14.38926634002672
-FUSE 1
-1 25791U 99035A   99193.18494715 +.00000545 +00000-0 +11704-3 0 00384
-2 25791 024.9850 222.3506 0010896 001.9128 358.1416 14.38926205002526
-FUSE 1
-1 25791U 99035A   99192.14459780 +.00000580 +00000-0 +12797-3 0 00193
-2 25791 024.9850 228.6966 0010908 350.8363 009.1951 14.38925741002370
-FUSE 1
-1 25791U 99035A   99191.24296126  .00000600  00000-0  13459-3 0    61
-2 25791  24.9852 234.1962 0010933 341.3306  18.6794 14.38925220  2248
-FUSE 1
-1 25791U 99035A   99189.57840234 +.00000688 +00000-0 +16244-3 0 00431
-2 25791 024.9847 244.3496 0011003 324.3520 035.6271 14.38924327002005
-FUSE 1
-1 25791U 99035A   99188.53805210 +.00000745 +00000-0 +18074-3 0 00304
-2 25791 024.9847 250.6956 0011082 313.4689 046.4896 14.38923665001857
-FUSE 1
-1 25791U 99035A   99187.56705911 +.00000776 +00000-0 +19053-3 0 00181
-2 25791 024.9847 256.6180 0011114 303.2228 056.7215 14.38922773001717
-FUSE 1
-1 25791U 99035A   99187.22027565  .00000809  00000-0  20103-3 0    57
-2 25791  24.9849 258.7334 0011145 299.6070  60.3328 14.38922625  1666
-FUSE 1
-1 25791U 99035A   99186.59606618 +.00000806 +00000-0 +20001-3 0 00658
-2 25791 024.9848 262.5402 0011144 293.0885 066.8449 14.38921812001577
-FUSE 1
-1 25791U 99035A   99185.55571694 +.00000781 +00000-0 +19209-3 0 00489
-2 25791 024.9850 268.8854 0011179 282.1384 077.7873 14.38920354001427
-FUSE 1
-1 25791U 99035A   99184.58472411 +.00000771 +00000-0 +18889-3 0 00356
-2 25791 024.9851 274.8074 0011210 272.0258 087.8967 14.38919111001282
-FUSE 1
-1 25791U 99035A   99183.61373101 +.00000806 +00000-0 +20014-3 0 00199
-2 25791 024.9851 280.7294 0011202 261.9284 097.9951 14.38918148001148
-FUSE
-1 25791U 99035A   99182.64273781  .00000831  00000-0  20827-3 0    48
-2 25791  24.9852 286.6514 0011228 251.8187 108.1089 14.38917064  1005
-FUSE
-1 25791U 99035A   99181.53303177 +.00000885 +00000-0 +22535-3 0 00326
-2 25791 024.9851 293.4193 0011207 240.2024 119.7372 14.38915842000848
-FUSE
-1 25791U 99035A   99180.42332586 +.00000769 +00000-0 +18844-3 0 00250
-2 25791 024.9851 300.1870 0011210 228.6224 131.3324 14.38913850000688
-FUSE
-1 25791U 99035A   99179.72975929 +.00000701 +00000-0 +16654-3 0 00225
-2 25791 024.9851 304.4168 0011211 221.3620 138.6046 14.38912818000589
-FUSE
-1 25791U 99035A   99178.68940879 +.00000540 +00000-0 +11515-3 0 00070
-2 25791 024.9851 310.7614 0011204 210.4757 149.5099 14.38911405000431
-FUSE
-1 25791U 99035A   99178.55069535  .00000518  00000-0  10814-3 0    39
-2 25791  24.9851 311.6073 0011204 209.0295 150.9590 14.38911233   410
-FUSE
-1 25791U 99035A   99177.92648488 +.00000082 +00000-0 -31136-4 0 00408
-2 25791 024.9853 315.4140 0011227 202.4549 157.5464 14.38909900000324
-FUSE
-1 25791U 99035A   99176.95549150 -.00001333 +00000-0 -48314-3 0 00075
-2 25791 024.9860 321.3361 0010962 190.9807 169.0438 14.38907601000185
diff --git a/src/cal/get_tle/tmp/FUSE.TLE.NEW b/src/cal/get_tle/tmp/FUSE.TLE.NEW
deleted file mode 100644
index f70af2e..0000000
--- a/src/cal/get_tle/tmp/FUSE.TLE.NEW
+++ /dev/null
@@ -1,15 +0,0 @@
-FUSE 1
-1 25791U 99035A   03334.81529517  .00000629  00000-0  13611-3 0    73
-2 25791  24.9828 141.7372 0010396 237.2837 122.6662 14.41449325233814
-FUSE 1
-1 25791U 99035A   03332.32285756  .00000721  00000-0  16400-3 0    51
-2 25791  24.9827 157.0092 0010498 210.6638 149.3252 14.41447882233456
-FUSE 1
-1 25791U 99035A   03331.90745146 +.00000729 +00000-0 +16628-3 0 00081
-2 25791 024.9828 159.5554 0010553 206.5242 153.4727 14.41447542233393
-FUSE 1
-1 25791U 99035A   03331.14587356  .00000725  00000-0  16505-3 0    40
-2 25791  24.9828 164.2238 0010646 198.4715 161.5398 14.41446726233287
-FUSE 1
-1 25791U 99035A   03330.86893587 +.00000724 +00000-0 +16482-3 0 00069
-2 25791 024.9826 165.9208 0010698 195.8086 164.2086 14.41446474233249
diff --git a/src/cal/get_tle/tmp/FUSE.TLE.awf b/src/cal/get_tle/tmp/FUSE.TLE.awf
deleted file mode 100644
index 867ba5f..0000000
--- a/src/cal/get_tle/tmp/FUSE.TLE.awf
+++ /dev/null
@@ -1,4419 +0,0 @@
-FUSE 1
-1 25791U 99035A   03107.22964140  .00000487  00000-0  93318-4 0  8333
-2 25791  24.9837  95.9773 0010052  10.7357 349.3362 14.41316429200940
-FUSE 1
-1 25791U 99035A   03105.98329705 +.00000572 +00000-0 +11935-3 0 08346
-2 25791 024.9839 103.6091 0010055 357.5958 002.4500 14.41316519200765
-FUSE 1
-1 25791U 99035A   03105.42936709  .00000573  00000-0  11956-3 0  8325
-2 25791  24.9839 107.0005 0010053 351.7713   8.2628 14.41316090200681
-FUSE 1
-1 25791U 99035A   03104.39074737  .00000618  00000-0  13316-3 0  8315
-2 25791  24.9841 113.3600 0010076 341.0911  18.9221 14.41315709200539
-FUSE 1
-1 25791U 99035A   03103.83681675 +.00000642 +00000-0 +14053-3 0 08493
-2 25791 024.9841 116.7516 0010112 335.4399 024.5624 14.41315476200452
-FUSE 1
-1 25791U 99035A   03103.21364467  .00000672  00000-0  14956-3 0  8307
-2 25791  24.9843 120.5685 0010100 328.7321  31.2586 14.41315278200363
-FUSE 1
-1 25791U 99035A   03101.89805968  .00000719  00000-0  16399-3 0  8298
-2 25791  24.9841 128.6245 0010100 314.9047  45.0638 14.41314506200177
-FUSE 1
-1 25791U 99035A   03100.72095835  .00000735  00000-0  16862-3 0  8285
-2 25791  24.9823 135.8422 0010255 300.3804  59.5679 14.41313234200009
-FUSE 1
-1 25791U 99035A   03099.95930502 +.00000731 +00000-0 +16758-3 0 08321
-2 25791 024.9822 140.5054 0010257 292.8087 067.1336 14.41312329199895
-FUSE 1
-1 25791U 99035A   03099.54386033  .00000758  00000-0  17568-3 0  8273
-2 25791  24.9817 143.0635 0010123 287.3571  72.5830 14.41312013199834
-FUSE 1
-1 25791U 99035A   03098.92068851 +.00000723 +00000-0 +16491-3 0 08499
-2 25791 024.9816 146.8804 0010159 280.5747 079.3533 14.41310909199748
-FUSE 1
-1 25791U 99035A   03098.22827686  .00000751  00000-0  17368-3 0  8261
-2 25791  24.9821 151.1234 0010310 272.8590  87.0746 14.41310499199644
-FUSE 1
-1 25791U 99035A   03097.18965913  .00000710  00000-0  16100-3 0  8258
-2 25791  24.9822 157.4830 0010353 261.6244  98.3091 14.41308833199495
-FUSE 1
-1 25791U 99035A   03095.94331601  .00000705  00000-0  15943-3 0  8248
-2 25791  24.9828 165.1153 0010485 248.0340 111.9051 14.41307527199315
-FUSE 1
-1 25791U 99035A   03094.55849177  .00000687  00000-0  15400-3 0  8232
-2 25791  24.9837 173.5981 0010507 233.7648 126.1888 14.41305878199115
-FUSE 1
-1 25791U 99035A   03093.79684032 +.00000617 +00000-0 +13296-3 0 08340
-2 25791 024.9830 178.2689 0010658 225.6842 134.2806 14.41303892199000
-FUSE 1
-1 25791U 99035A   03093.45063419  .00000588  00000-0  12399-3 0  8220
-2 25791  24.9830 180.3890 0010661 222.1502 137.8185 14.41303261198959
-FUSE 1
-1 25791U 99035A   03092.06580825  .00000498  00000-0  96689-4 0  8215
-2 25791  24.9829 188.8687 0010595 207.4856 152.5026 14.41301203198758
-FUSE 1
-1 25791U 99035A   03090.88870503  .00000512  00000-0  10095-3 0  8200
-2 25791  24.9830 196.0770 0010689 195.3984 164.6200 14.41300573198583
-FUSE 1
-1 25791U 99035A   03089.91932625 +.00000473 +00000-0 +89013-4 0 08355
-2 25791 024.9831 202.0132 0010707 185.2549 174.7855 14.41299501198441
-FUSE 1
-1 25791U 99035A   03089.57311974  .00000447  00000-0  81025-4 0  8193
-2 25791  24.9832 204.1347 0010678 181.8480 178.1989 14.41298969198393
-FUSE 1
-1 25791U 99035A   03088.18829319  .00000422  00000-0  73584-4 0  8189
-2 25791  24.9836 212.6159 0010751 167.8506 192.2415 14.41297973198190
-FUSE 1
-1 25791U 99035A   03087.14967143  .00000439  00000-0  78641-4 0  8178
-2 25791  24.9834 218.9892 0010499 154.7731 205.3306 14.41297621198044
-FUSE 1
-1 25791U 99035A   03086.94194663 +.00000428 +00000-0 +75286-4 0 08488
-2 25791 024.9835 220.2611 0010504 152.4498 207.6568 14.41297416198016
-FUSE 1
-1 25791U 99035A   03085.90332252  .00000414  00000-0  71085-4 0  8164
-2 25791  24.9838 226.6261 0010293 142.1870 217.9362 14.41296881197868
-FUSE 1
-1 25791U 99035A   03085.90332251 +.00000414 +00000-0 +71084-4 0 08173
-2 25791 024.9838 226.6261 0010293 142.1870 217.9361 14.41296881197867
-FUSE 1
-1 25791U 99035A   03084.86469882  .00000343  00000-0  49516-4 0  8152
-2 25791  24.9847 232.9875 0010201 130.8102 229.3297 14.41295801197719
-FUSE 1
-1 25791U 99035A   03083.89531250 +.00000489 +00000-0 +93920-4 0 08321
-2 25791 024.9844 238.9268 0010672 122.1781 237.9761 14.41296727197570
-FUSE 1
-1 25791U 99035A   03083.54910375  .00000503  00000-0  98232-4 0  8140
-2 25791  24.9844 241.0479 0010701 118.5123 241.6462 14.41296648197528
-FUSE 1
-1 25791U 99035A   03082.92592724 +.00000523 +00000-0 +10446-3 0 08451
-2 25791 024.9843 244.8641 0010700 112.2904 247.8737 14.41296449197438
-FUSE 1
-1 25791U 99035A   03082.16426759  .00000526  00000-0  10521-3 0  8133
-2 25791  24.9841 249.5294 0010669 104.2866 255.8838 14.41295912197327
-FUSE 1
-1 25791U 99035A   03081.12563750  .00000612  00000-0  13128-3 0  8122
-2 25791  24.9842 255.8923 0010711  94.3078 265.8647 14.41296014197175
-FUSE 1
-1 25791U 99035A   03079.87928172  .00000670  00000-0  14898-3 0  8112
-2 25791  24.9845 263.5260 0010772  80.9467 279.2259 14.41295470196990
-FUSE 1
-1 25791U 99035A   03078.90989285 +.00000680 +00000-0 +15204-3 0 08356
-2 25791 024.9842 269.4617 0010753 070.0356 290.1308 14.41294541196854
-FUSE 1
-1 25791U 99035A   03078.56368187  .00000702  00000-0  15885-3 0  8103
-2 25791  24.9840 271.5817 0010757  66.2560 293.9075 14.41294387196801
-FUSE 1
-1 25791U 99035A   03077.17883857  .00000638  00000-0  13930-3 0  8090
-2 25791  24.9843 280.0617 0010654  50.7889 309.3564 14.41292379196607
-FUSE 1
-1 25791U 99035A   03076.14020216  .00000782  00000-0  18324-3 0  8089
-2 25791  24.9848 286.4255 0010468  43.0582 317.0743 14.41292815196451
-FUSE 1
-1 25791U 99035A   03074.89383969  .00000825  00000-0  19632-3 0  8076
-2 25791  24.9853 294.0604 0010385  30.7066 329.4048 14.41291731196279
-FUSE 1
-1 25791U 99035A   03073.43974802  .00000854  00000-0  20497-3 0  8069
-2 25791  24.9852 302.9660 0010367  15.2865 344.7954 14.41290069196060
-FUSE 1
-1 25791U 99035A   03072.19338203  .00000856  00000-0  20554-3 0  8055
-2 25791  24.9854 310.5981 0010287   2.1680 357.8866 14.41288422195880
-FUSE 1
-1 25791U 99035A   03071.08550087  .00000818  00000-0  19402-3 0  8045
-2 25791  24.9860 317.3842 0010263 349.9948  10.0353 14.41286657195721
-FUSE 1
-1 25791U 99035A   03069.97761880 +.00000763 +00000-0 +17745-3 0 08086
-2 25791 024.9860 324.1683 0010236 338.1839 021.8232 14.41284751195560
-FUSE 1
-1 25791U 99035A   03069.90837617  .00000758  00000-0  17585-3 0  8032
-2 25791  24.9860 324.5922 0010236 337.4031  22.6028 14.41284617195558
-FUSE 1
-1 25791U 99035A   03068.93897780 +.00000723 +00000-0 +16521-3 0 08098
-2 25791 024.9864 330.5285 0010290 326.4566 033.5291 14.41283191195416
-FUSE 1
-1 25791U 99035A   03068.86973524  .00000716  00000-0  16303-3 0  8024
-2 25791  24.9864 330.9527 0010287 325.7078  34.2768 14.41283044195408
-FUSE 1
-1 25791U 99035A   03067.55412264  .00000656  00000-0  14496-3 0  8011
-2 25791  24.9864 339.0080 0010311 311.6370  48.3251 14.41281081195210
-FUSE 1
-1 25791U 99035A   03066.44623884  .00000578  00000-0  12112-3 0  8005
-2 25791  24.9864 345.7927 0010333 299.7399  60.2082 14.41279280195050
-FUSE 1
-1 25791U 99035A   03065.40759665  .00000526  00000-0  10514-3 0  7991
-2 25791  24.9863 352.1521 0010350 288.8170  71.1215 14.41277936194904
-FUSE 1
-1 25791U 99035A   03064.23046813  .00000487  00000-0  93421-4 0  7989
-2 25791  24.9864 359.3605 0010411 275.9615  83.9706 14.41276773194731
-FUSE 1
-1 25791U 99035A   03062.98409806 +.00000428 +00000-0 +75413-4 0 08015
-2 25791 024.9863 006.9942 0010426 262.5976 097.3348 14.41275346194553
-FUSE 1
-1 25791U 99035A   03062.91485526  .00000425  00000-0  74460-4 0  7973
-2 25791  24.9862   7.4181 0010421 261.8604  98.0722 14.41275270194547
-FUSE 1
-1 25791U 99035A   03061.94545741 +.00000420 +00000-0 +73017-4 0 08008
-2 25791 024.9848 013.3688 0010509 252.6434 107.2924 14.41274844194403
-FUSE 1
-1 25791U 99035A   03061.66848589  .00000420  00000-0  73002-4 0  7961
-2 25791  24.9848  15.0645 0010505 249.7386 110.1988 14.41274707194360
-FUSE 1
-1 25791U 99035A   03060.49135828  .00000388  00000-0  63176-4 0  7959
-2 25791  24.9852  22.2747 0010610 237.5708 122.3771 14.41273890194196
-FUSE 1
-1 25791U 99035A   03059.24498747  .00000395  00000-0  65325-4 0  7947
-2 25791  24.9851  29.9090 0010713 224.4424 135.5221 14.41273446194018
-FUSE 1
-1 25791U 99035A   03058.96801613 +.00000410 +00000-0 +70039-4 0 08335
-2 25791 024.9848 031.6055 0010711 221.6605 138.3087 14.41273447193979
-FUSE 1
-1 25791U 99035A   03057.79088784  .00000466  00000-0  86878-4 0  7935
-2 25791  24.9852  38.8148 0010787 209.3160 150.6743 14.41273450193800
-FUSE 1
-1 25791U 99035A   03056.75224577  .00000511  00000-0  10064-3 0  7925
-2 25791  24.9849  45.1756 0010796 198.5017 161.5097 14.41273260193657
-FUSE 1
-1 25791U 99035A   03055.71360371  .00000543  00000-0  11053-3 0  7916
-2 25791  24.9851  51.5371 0010893 187.8825 172.1502 14.41272912193506
-FUSE 1
-1 25791U 99035A   03054.81344706 +.00000592 +00000-0 +12526-3 0 07943
-2 25791 024.9854 057.0504 0010975 178.3725 181.6813 14.41272772193372
-FUSE 1
-1 25791U 99035A   03054.53647601  .00000595  00000-0  12630-3 0  7907
-2 25791  24.9855  58.7463 0010996 175.5448 184.5158 14.41272591193338
-FUSE 1
-1 25791U 99035A   03053.22086164  .00000648  00000-0  14239-3 0  7897
-2 25791  24.9854  66.8027 0011082 162.1387 197.9511 14.41272079193145
-FUSE 1
-1 25791U 99035A   03052.18221916  .00000654  00000-0  14422-3 0  7887
-2 25791  24.9857  73.1612 0010974 150.9371 209.1749 14.41271157192993
-FUSE 1
-1 25791U 99035A   03051.69751897 +.00000653 +00000-0 +14404-3 0 08192
-2 25791 024.9857 076.1286 0010974 145.8259 214.2956 14.41270685192926
-FUSE 1
-1 25791U 99035A   03050.86660284  .00000682  00000-0  15278-3 0  7875
-2 25791  24.9852  81.2163 0010966 137.4487 222.6871 14.41270247192803
-FUSE 1
-1 25791U 99035A   03049.55098927  .00000679  00000-0  15178-3 0  7862
-2 25791  24.9830  89.2921 0010776 123.5065 236.6474 14.41268750192615
-FUSE 1
-1 25791U 99035A   03046.91974757  .00000708  00000-0  16072-3 0  7848
-2 25791  24.9828 105.4061 0010755  96.1405 264.0326 14.41266314192231
-FUSE 1
-1 25791U 99035A   03045.81185480  .00000675  00000-0  15076-3 0  7838
-2 25791  24.9829 112.1925 0010804  84.5002 275.6738 14.41264829192071
-FUSE 1
-1 25791U 99035A   03044.56547187  .00000671  00000-0  14933-3 0  7821
-2 25791  24.9825 119.8235 0010884  72.1647 288.0048 14.41263465191897
-FUSE 1
-1 25791U 99035A   03043.87303595 +.00000663 +00000-0 +14707-3 0 08086
-2 25791 024.9823 124.0647 0010837 064.8117 295.3515 14.41262691191797
-FUSE 1
-1 25791U 99035A   03043.24984329  .00000652  00000-0  14385-3 0  7817
-2 25791  24.9824 127.8828 0010807  58.4950 301.6614 14.41261995191709
-FUSE 1
-1 25791U 99035A   03042.07269992  .00000613  00000-0  13188-3 0  7805
-2 25791  24.9827 135.0921 0010730  46.2939 313.8459 14.41260560191534
-FUSE 1
-1 25791U 99035A   03040.82631031  .00000590  00000-0  12473-3 0  7791
-2 25791  24.9825 142.7255 0010676  33.4461 326.6705 14.41259243191356
-FUSE 1
-1 25791U 99035A   03039.57991945  .00000595  00000-0  12637-3 0  7780
-2 25791  24.9832 150.3613 0010568  20.6980 339.3959 14.41258343191173
-FUSE 1
-1 25791U 99035A   03038.54125940  .00000562  00000-0  11637-3 0  7772
-2 25791  24.9831 156.7218 0010533   9.4132 350.6584 14.41257190191022
-FUSE 1
-1 25791U 99035A   03037.01788880  .00000562  00000-0  11641-3 0  7765
-2 25791  24.9831 166.0494 0010450 353.4940   6.5445 14.41256054190805
-FUSE 1
-1 25791U 99035A   03035.90998290 +.00000529 +00000-0 +10615-3 0 07762
-2 25791 024.9834 172.8362 0010444 341.3662 018.6462 14.41254945190649
-FUSE 1
-1 25791U 99035A   03035.84073869  .00000529  00000-0  10615-3 0  7750
-2 25791  24.9834 173.2601 0010444 340.6394  19.3715 14.41254896190637
-FUSE 1
-1 25791U 99035A   03034.94056470 +.00000514 +00000-0 +10178-3 0 07937
-2 25791 024.9830 178.7729 0010445 331.0545 028.9383 14.41254106190504
-FUSE 1
-1 25791U 99035A   03034.59434384  .00000508  00000-0  99976-4 0  7748
-2 25791  24.9829 180.8929 0010469 327.4109  32.5752 14.41253798190450
-FUSE 1
-1 25791U 99035A   03033.55568063  .00000512  00000-0  10098-3 0  7736
-2 25791  24.9832 187.2531 0010490 316.1247  43.8429 14.41253174190304
-FUSE 1
-1 25791U 99035A   03032.24004087  .00000509  00000-0  10030-3 0  7723
-2 25791  24.9833 195.3101 0010479 301.8051  58.1431 14.41252308190118
-FUSE 1
-1 25791U 99035A   03031.13213438  .00000500  00000-0  97473-4 0  7719
-2 25791  24.9834 202.0943 0010489 289.8402  70.0976 14.41251485189957
-FUSE 1
-1 25791U 99035A   03029.95498370 +.00000507 +00000-0 +99455-4 0 07726
-2 25791 024.9833 209.3044 0010568 277.2138 082.7170 14.41250807189787
-FUSE 1
-1 25791U 99035A   03029.88573951  .00000506  00000-0  99284-4 0  7704
-2 25791  24.9834 209.7284 0010567 276.4676  83.4627 14.41250759189775
-FUSE 1
-1 25791U 99035A   03028.91632543 +.00000457 +00000-0 +84396-4 0 07714
-2 25791 024.9829 215.6872 0010688 267.6409 092.2873 14.41250112189637
-FUSE 1
-1 25791U 99035A   03028.84708138  .00000459  00000-0  84922-4 0  7694
-2 25791  24.9829 216.1111 0010685 266.8899  93.0390 14.41250090189627
-FUSE 1
-1 25791U 99035A   03027.94690786 +.00000485 +00000-0 +92887-4 0 07916
-2 25791 024.9829 221.6256 0010733 257.2339 102.6968 14.41249791189494
-FUSE 1
-1 25791U 99035A   03027.39295481  .00000522  00000-0  10395-3 0  7687
-2 25791  24.9825 225.0181 0010750 251.6346 108.2992 14.41249718189410
-FUSE 1
-1 25791U 99035A   03026.90824636 +.00000535 +00000-0 +10794-3 0 07938
-2 25791 024.9827 227.9872 0010755 246.4607 113.4770 14.41249533189346
-FUSE 1
-1 25791U 99035A   03026.21580544  .00000600  00000-0  12773-3 0  7672
-2 25791  24.9822 232.2291 0010751 239.2471 120.6976 14.41249537189241
-FUSE 1
-1 25791U 99035A   03024.90017016  .00000620  00000-0  13395-3 0  7667
-2 25791  24.9825 240.2875 0010606 224.5201 135.4454 14.41248661189059
-FUSE 1
-1 25791U 99035A   03023.86150943  .00000683  00000-0  15306-3 0  7650
-2 25791  24.9823 246.6490 0010698 213.6230 146.3601 14.41248266188901
-FUSE 1
-1 25791U 99035A   03022.96133739 +.00000720 +00000-0 +16435-3 0 07885
-2 25791 024.9822 252.1619 0010714 203.8994 156.1017 14.41247660188774
-FUSE 1
-1 25791U 99035A   03022.47662920  .00000753  00000-0  17422-3 0  7647
-2 25791  24.9818 255.1315 0010728 199.1571 160.8533 14.41247360188703
-FUSE 1
-1 25791U 99035A   03021.23023620  .00000814  00000-0  19309-3 0  7631
-2 25791  24.9818 262.7649 0010872 186.1483 173.8893 14.41246466188524
-FUSE 1
-1 25791U 99035A   03020.19157559  .00000839  00000-0  20070-3 0  7627
-2 25791  24.9818 269.1258 0010854 175.1951 184.8664 14.41245346188376
-FUSE 1
-1 25791U 99035A   03019.15291393  .00000874  00000-0  21118-3 0  7618
-2 25791  24.9818 275.4875 0010879 164.2609 195.8238 14.41244267188221
-FUSE 1
-1 25791U 99035A   03017.90651918  .00000882  00000-0  21358-3 0  7606
-2 25791  24.9820 283.1229 0010889 151.5092 208.6013 14.41242588188047
-FUSE 1
-1 25791U 99035A   03016.86785572  .00000849  00000-0  20352-3 0  7598
-2 25791  24.9821 289.4833 0010877 140.6893 219.4408 14.41240829187899
-FUSE 1
-1 25791U 99035A   03015.96767820 +.00000843 +00000-0 +20187-3 0 07628
-2 25791 024.9820 294.9922 0010992 131.6564 228.4886 14.41239598187768
-FUSE 1
-1 25791U 99035A   03015.41372249  .00000840  00000-0  20100-3 0  7582
-2 25791  24.9820 298.3836 0010997 125.8349 234.3181 14.41238834187688
-FUSE 1
-1 25791U 99035A   03014.23656622  .00000784  00000-0  18395-3 0  7570
-2 25791  24.9824 305.5944 0010955 113.8675 246.2990 14.41236827187518
-FUSE 1
-1 25791U 99035A   03013.19789667  .00000698  00000-0  15769-3 0  7565
-2 25791  24.9829 311.9557 0010860 103.1125 257.0596 14.41234894187368
-FUSE 1
-1 25791U 99035A   03012.92091841 +.00000651 +00000-0 +14337-3 0 07913
-2 25791 024.9830 313.6530 0010837 100.3922 259.7809 14.41234171187328
-FUSE 1
-1 25791U 99035A   03011.95149077 +.00000591 +00000-0 +12511-3 0 07599
-2 25791 024.9833 319.5894 0010774 090.1943 269.9802 14.41232741187189
-FUSE 1
-1 25791U 99035A   03011.88224586  .00000585  00000-0  12347-3 0  7556
-2 25791  24.9834 320.0134 0010776  89.4952 270.6791 14.41232635187174
-FUSE 1
-1 25791U 99035A   03010.49734521  .00000571  00000-0  11922-3 0  7549
-2 25791  24.9836 328.4940 0010755  75.1825 284.9873 14.41231417186974
-FUSE 1
-1 25791U 99035A   03009.38942288  .00000562  00000-0  11651-3 0  7534
-2 25791  24.9838 335.2793 0010726  63.5938 296.5669 14.41230504186813
-FUSE 1
-1 25791U 99035A   03008.21225405  .00000536  00000-0  10847-3 0  7526
-2 25791  24.9841 342.4893 0010658  51.4879 308.6589 14.41229428186642
-FUSE 1
-1 25791U 99035A   03007.17357430  .00000496  00000-0  96283-4 0  7517
-2 25791  24.9846 348.8510 0010606  40.2151 319.9146 14.41228391186490
-FUSE 1
-1 25791U 99035A   03005.71941978  .00000492  00000-0  95196-4 0  7508
-2 25791  24.9848 357.7568 0010489  25.1948 334.9069 14.41227497186283
-FUSE 1
-1 25791U 99035A   03004.54224559  .00000519  00000-0  10345-3 0  7497
-2 25791  24.9849   4.9669 0010381  12.5994 347.4773 14.41226999186118
-FUSE 1
-1 25791U 99035A   03003.22657791  .00000659  00000-0  14583-3 0  7481
-2 25791  24.9844  13.0234 0010171 358.9129   1.1355 14.41227192185920
-FUSE 1
-1 25791U 99035A   03001.70317381 +.00000783 +00000-0 +18366-3 0 07470
-2 25791 024.9836 022.3505 0010142 342.3951 017.6202 14.41226616185702
-FUSE 1
-1 25791U 99035A   02365.66448900  .00000905  00000-0  22093-3 0  7466
-2 25791  24.9828  28.7111 0010120 331.1925  28.8023 14.41226254185555
-FUSE 1
-1 25791U 99035A   02364.55655917  .00001003  00000-0  25056-3 0  7452
-2 25791  24.9823  35.4963 0010124 319.5885  40.3870 14.41225360185397
-FUSE 1
-1 25791U 99035A   02363.24089208  .00001123  00000-0  28737-3 0  7442
-2 25791  24.9817  43.5541 0010043 305.4795  54.4774 14.41224128185206
-FUSE 1
-1 25791U 99035A   02361.85597983  .00001182  00000-0  30525-3 0  7433
-2 25791  24.9811  52.0336 0010047 290.8057  69.1372 14.41221885185001
-FUSE 1
-1 25791U 99035A   02360.81729577  .00001190  00000-0  30775-3 0  7429
-2 25791  24.9811  58.3946 0010013 279.4423  80.4952 14.41219863184855
-FUSE 1
-1 25791U 99035A   02359.98634816 +.00001193 +00000-0 +30865-3 0 07531
-2 25791 024.9811 063.4834 0010006 270.4269 089.5092 14.41218193184736
-FUSE 1
-1 25791U 99035A   02359.57087417  .00001197  00000-0  30966-3 0  7418
-2 25791  24.9812  66.0284 0010007 265.9037  94.0326 14.41217390184670
-FUSE 1
-1 25791U 99035A   02356.87029074  .00001204  00000-0  31182-3 0  7390
-2 25791  24.9811  82.5668 0009938 236.3646 123.5914 14.41211956184287
-FUSE 1
-1 25791U 99035A   02355.55462023  .00001090  00000-0  27728-3 0  7382
-2 25791  24.9809  90.6214 0010165 222.2949 137.6776 14.41208399184093
-FUSE 1
-1 25791U 99035A   02354.51593217  .00001046  00000-0  26390-3 0  7371
-2 25791  24.9811  96.9840 0010179 211.0308 148.9598 14.41206118183947
-FUSE 1
-1 25791U 99035A   02353.13101277  .00001006  00000-0  25162-3 0  7360
-2 25791  24.9814 105.4674 0010149 196.0465 163.9721 14.41203384183749
-FUSE 1
-1 25791U 99035A   02351.95382922 +.00000934 +00000-0 +22963-3 0 07372
-2 25791 024.9817 112.6764 0010197 184.0228 176.0200 14.41200867183570
-FUSE 1
-1 25791U 99035A   02351.88458303  .00000934  00000-0  22971-3 0  7358
-2 25791  24.9817 113.1005 0010193 183.2930 176.7513 14.41200763183569
-FUSE 1
-1 25791U 99035A   02350.91513627 +.00000904 +00000-0 +22045-3 0 07519
-2 25791 024.9819 119.0445 0010562 174.0065 186.0569 14.41199099183420
-FUSE 1
-1 25791U 99035A   02350.56890542  .00000886  00000-0  21508-3 0  7347
-2 25791  24.9818 121.1673 0010554 170.6826 189.3879 14.41198405183378
-FUSE 1
-1 25791U 99035A   02349.11473244  .00000853  00000-0  20507-3 0  7333
-2 25791  24.9823 130.0779 0010595 156.0675 204.0329 14.41196121183160
-FUSE 1
-1 25791U 99035A   02347.86829613  .00000843  00000-0  20210-3 0  7327
-2 25791  24.9826 137.7176 0010579 143.6291 216.4936 14.41194381182982
-FUSE 1
-1 25791U 99035A   02346.96809054 +.00000846 +00000-0 +20310-3 0 07328
-2 25791 024.9827 143.2322 0010589 134.4622 225.6760 14.41193196182851
-FUSE 1
-1 25791U 99035A   02346.82959720  .00000840  00000-0  20129-3 0  7310
-2 25791  24.9828 144.0807 0010580 133.0588 227.0808 14.41192967182838
-FUSE 1
-1 25791U 99035A   02345.92939017 +.00000816 +00000-0 +19371-3 0 07418
-2 25791 024.9830 149.5942 0010509 123.9678 236.1843 14.41191589182705
-FUSE 1
-1 25791U 99035A   02345.58315657  .00000792  00000-0  18653-3 0  7301
-2 25791  24.9831 151.7183 0010408 120.6946 239.4591 14.41190929182655
-FUSE 1
-1 25791U 99035A   02344.89068773 +.00000785 +00000-0 +18451-3 0 07429
-2 25791 024.9831 155.9574 0010423 113.3541 246.8055 14.41190019182558
-FUSE 1
-1 25791U 99035A   02344.54445368  .00000789  00000-0  18568-3 0  7298
-2 25791  24.9831 158.0799 0010476 110.1229 250.0410 14.41189637182508
-FUSE 1
-1 25791U 99035A   02343.15951322  .00000783  00000-0  18396-3 0  7288
-2 25791  24.9834 166.5623 0010426  96.2869 263.8829 14.41187968182309
-FUSE 1
-1 25791U 99035A   02342.88252492 +.00000775 +00000-0 +18152-3 0 07460
-2 25791 024.9835 168.2588 0010398 093.2895 266.8803 14.41187559182269
-FUSE 1
-1 25791U 99035A   02341.98231177  .00000761  00000-0  17708-3 0  7277
-2 25791  24.9836 173.7711 0010366  83.7509 276.4178 14.41186369182136
-FUSE 1
-1 25791U 99035A   02340.87435475  .00000768  00000-0  17944-3 0  7269
-2 25791  24.9836 180.5545 0010319  72.0817 288.0815 14.41185129181979
-FUSE 1
-1 25791U 99035A   02339.90489123 +.00000743 +00000-0 +17159-3 0 07373
-2 25791 024.9838 186.4897 0010302 061.8181 298.3364 14.41183804181834
-FUSE 1
-1 25791U 99035A   02339.00467365  .00000760  00000-0  17694-3 0  7258
-2 25791  24.9837 192.0009 0010340  52.4233 307.7215 14.41182886181702
-FUSE 1
-1 25791U 99035A   02337.96595978 +.00000747 +00000-0 +17292-3 0 07274
-2 25791 024.9838 198.3601 0010349 041.4682 318.6611 14.41181581181550
-FUSE 1
-1 25791U 99035A   02337.89671225  .00000735  00000-0  16930-3 0  7248
-2 25791  24.9838 198.7841 0010344  40.6825 319.4454 14.41181406181544
-FUSE 1
-1 25791U 99035A   02336.92724431 +.00000730 +00000-0 +16784-3 0 07263
-2 25791 024.9839 204.7190 0010345 030.4753 329.6355 14.41180304181402
-FUSE 1
-1 25791U 99035A   02336.85799660  .00000726  00000-0  16666-3 0  7232
-2 25791  24.9840 205.1432 0010343  29.6910 330.4183 14.41180198181399
-FUSE 1
-1 25791U 99035A   02335.95777534 +.00000723 +00000-0 +16574-3 0 07378
-2 25791 024.9840 210.6541 0010353 020.2600 339.8318 14.41179182181265
-FUSE 1
-1 25791U 99035A   02335.12680126  .00000724  00000-0  16595-3 0  7225
-2 25791  24.9839 215.7423 0010346  11.4473 348.6270 14.41178242181148
-FUSE 1
-1 25791U 99035A   02333.88033836  .00000777  00000-0  18215-3 0  7214
-2 25791  24.9838 223.3729 0010367 358.4414   1.6064 14.41177194180964
-FUSE 1
-1 25791U 99035A   02332.21838680  .00000738  00000-0  17012-3 0  7200
-2 25791  24.9840 233.5483 0010369 340.4562  19.5551 14.41175004180725
-FUSE 1
-1 25791U 99035A   02330.97192266 +.00000736 +00000-0 +16945-3 0 07228
-2 25791 024.9841 241.1847 0010383 327.1955 032.7907 14.41173576180543
-FUSE 1
-1 25791U 99035A   02330.90267454  .00000744  00000-0  17204-3 0  7197
-2 25791  24.9842 241.6086 0010384 326.4698  33.5151 14.41173549180530
-FUSE 1
-1 25791U 99035A   02329.93320137 +.00000795 +00000-0 +18754-3 0 07238
-2 25791 024.9841 247.5450 0010325 316.0567 043.9119 14.41172687180399
-FUSE 1
-1 25791U 99035A   02329.86395339  .00000793  00000-0  18694-3 0  7181
-2 25791  24.9841 247.9690 0010320 315.3599  44.6079 14.41172585180380
-FUSE 1
-1 25791U 99035A   02328.96372831 +.00000874 +00000-0 +21177-3 0 07262
-2 25791 024.9839 253.4818 0010301 306.0731 053.8822 14.41171745180256
-FUSE 1
-1 25791U 99035A   02328.47899189  .00000852  00000-0  20479-3 0  7178
-2 25791  24.9839 256.4492 0010283 300.9882  58.9620 14.41170988180188
-FUSE 1
-1 25791U 99035A   02327.23252631  .00000997  00000-0  24907-3 0  7165
-2 25791  24.9837 264.0850 0010209 287.9702  71.9692 14.41169674180007
-FUSE 1
-1 25791U 99035A   02325.91681241  .00001075  00000-0  27280-3 0  7155
-2 25791  24.9835 272.1466 0010275 274.0090  85.9246 14.41167756179814
-FUSE 1
-1 25791U 99035A   02324.94733872 +.00001074 +00000-0 +27250-3 0 07151
-2 25791 024.9837 278.0849 0010343 263.9267 096.0064 14.41166020179673
-FUSE 1
-1 25791U 99035A   02324.67034596  .00001073  00000-0  27216-3 0  7148
-2 25791  24.9837 279.7804 0010340 261.0175  98.9158 14.41165514179634
-FUSE 1
-1 25791U 99035A   02323.97786359 +.00001085 +00000-0 +27593-3 0 07186
-2 25791 024.9834 284.0218 0010561 253.2107 106.7242 14.41164354179534
-FUSE 1
-1 25791U 99035A   02323.56237448  .00001085  00000-0  27595-3 0  7138
-2 25791  24.9834 286.5654 0010546 248.8875 111.0502 14.41163593179475
-FUSE 1
-1 25791U 99035A   02322.24665714  .00001162  00000-0  29927-3 0  7129
-2 25791  24.9833 294.6241 0010703 233.4813 126.4702 14.41161870179280
-FUSE 1
-1 25791U 99035A   02321.20793280  .00001220  00000-0  31720-3 0  7112
-2 25791  24.9829 300.9847 0010808 222.5858 137.3810 14.41160264179133
-FUSE 1
-1 25791U 99035A   02319.40747635  .00001263  00000-0  33024-3 0  7109
-2 25791  24.9825 312.0065 0010876 203.7169 156.2843 14.41156787178877
-FUSE 1
-1 25791U 99035A   02318.64574421 +.00001273 +00000-0 +33320-3 0 07183
-2 25791 024.9823 316.6719 0010904 195.8401 164.1766 14.41155172178760
-FUSE 1
-1 25791U 99035A   02317.81476349 +.00001220 +00000-0 +31728-3 0 07352
-2 25791 024.9826 321.7601 0010933 187.6105 172.4237 14.41152903178643
-FUSE 1
-1 25791U 99035A   02316.84528386  .00001225  00000-0  31884-3 0  7081
-2 25791  24.9827 327.6980 0010976 177.5120 182.5438 14.41150915178502
-FUSE 1
-1 25791U 99035A   02315.59880787  .00001242  00000-0  32394-3 0  7073
-2 25791  24.9825 335.3293 0011048 164.4233 195.6623 14.41148412178324
-FUSE 1
-1 25791U 99035A   02314.69857361 +.00001241 +00000-0 +32373-3 0 07071
-2 25791 024.9823 340.8415 0011033 155.1164 204.9876 14.41146449178190
-FUSE 1
-1 25791U 99035A   02314.56007609  .00001242  00000-0  32393-3 0  7061
-2 25791  24.9823 341.6892 0011038 153.6592 206.4489 14.41146160178176
-FUSE 1
-1 25791U 99035A   02313.24434699  .00001193  00000-0  30916-3 0  7051
-2 25791  24.9828 349.7471 0011087 140.1634 219.9694 14.41143010177981
-FUSE 1
-1 25791U 99035A   02312.20561116  .00001132  00000-0  29035-3 0  7043
-2 25791  24.9834 356.1079 0011110 129.7443 230.4048 14.41140389177833
-FUSE 1
-1 25791U 99035A   02311.92861422 +.00001126 +00000-0 +28868-3 0 07309
-2 25791 024.9835 357.8035 0011119 126.7910 233.3617 14.41139808177792
-FUSE 1
-1 25791U 99035A   02310.95912468 +.00001083 +00000-0 +27550-3 0 07048
-2 25791 024.9837 003.7403 0011086 116.7489 243.4157 14.41137566177658
-FUSE 1
-1 25791U 99035A   02310.82062580  .00001082  00000-0  27519-3 0  7038
-2 25791  24.9837   4.5881 0011089 115.2851 244.8806 14.41137305177632
-FUSE 1
-1 25791U 99035A   02309.78188408 +.00001035 +00000-0 +26086-3 0 07068
-2 25791 024.9840 010.9478 0011067 104.2526 255.9212 14.41135021177482
-FUSE 1
-1 25791U 99035A   02309.57413526  .00001031  00000-0  25964-3 0  7023
-2 25791  24.9841  12.2196 0011058 102.0689 258.1059 14.41134631177458
-FUSE 1
-1 25791U 99035A   02308.67388968 +.00001007 +00000-0 +25233-3 0 07048
-2 25791 024.9841 017.7307 0011071 092.5180 267.6595 14.41132871177326
-FUSE 1
-1 25791U 99035A   02308.53539014  .00001005  00000-0  25166-3 0  7013
-2 25791  24.9842  18.5786 0011066  91.0739 269.1037 14.41132629177302
-FUSE 1
-1 25791U 99035A   02307.08114362  .00000944  00000-0  23310-3 0  7006
-2 25791  24.9847  27.4838 0011100  76.0546 284.1186 14.41129780177094
-FUSE 1
-1 25791U 99035A   02306.04239290  .00000935  00000-0  23046-3 0  6992
-2 25791  24.9847  33.8456 0011062  65.0552 295.1089 14.41128082176944
-FUSE 1
-1 25791U 99035A   02304.86513927  .00000956  00000-0  23688-3 0  6986
-2 25791  24.9847  41.0556 0010946  52.9833 307.1674 14.41126496176775
-FUSE 1
-1 25791U 99035A   02303.89563460 +.00000960 +00000-0 +23806-3 0 06982
-2 25791 024.9849 046.9935 0010898 043.0452 317.0893 14.41125049176637
-FUSE 1
-1 25791U 99035A   02303.82638415  .00000966  00000-0  23984-3 0  6970
-2 25791  24.9849  47.4173 0010865  42.3451 317.7891 14.41125000176623
-FUSE 1
-1 25791U 99035A   02302.71837611 +.00001023 +00000-0 +25722-3 0 07019
-2 25791 024.9847 054.2005 0010813 031.1742 328.9406 14.41123746176466
-FUSE 1
-1 25791U 99035A   02302.57987459  .00001040  00000-0  26254-3 0  6962
-2 25791  24.9846  55.0483 0010830  29.7688 330.3422 14.41123680176445
-FUSE 1
-1 25791U 99035A   02300.98711079  .00001096  00000-0  27956-3 0  6958
-2 25791  24.9841  64.7981 0010843  13.0413 347.0373 14.41121314176213
-FUSE 1
-1 25791U 99035A   02299.87909991  .00001128  00000-0  28943-3 0  6947
-2 25791  24.9841  71.5856 0010786   1.4027 358.6513 14.41119575176050
-FUSE 1
-1 25791U 99035A   02298.84033835  .00001169  00000-0  30201-3 0  6932
-2 25791  24.9842  77.9480 0010811 350.6657   9.3651 14.41117963175906
-FUSE 1
-1 25791U 99035A   02297.94007642 +.00001182 +00000-0 +30577-3 0 06941
-2 25791 024.9844 083.4626 0010597 339.8645 020.1444 14.41116418175779
-FUSE 1
-1 25791U 99035A   02297.80157473  .00001180  00000-0  30538-3 0  6927
-2 25791  24.9845  84.3107 0010600 338.3923  21.6137 14.41116135175751
-FUSE 1
-1 25791U 99035A   02296.90131265 +.00001199 +00000-0 +31112-3 0 07052
-2 25791 024.9844 089.8231 0010565 328.5579 031.4298 14.41114507175620
-FUSE 1
-1 25791U 99035A   02296.55505701  .00001238  00000-0  32303-3 0  6914
-2 25791  24.9844  91.9448 0010517 324.3002  35.6802 14.41114238175578
-FUSE 1
-1 25791U 99035A   02295.93179849 +.00001243 +00000-0 +32465-3 0 07023
-2 25791 024.9845 095.7602 0010517 317.7975 042.1726 14.41112961175487
-FUSE 1
-1 25791U 99035A   02295.51629228  .00001254  00000-0  32781-3 0  6907
-2 25791  24.9843  98.3052 0010532 313.0139  46.9486 14.41112188175421
-FUSE 1
-1 25791U 99035A   02294.96228418 +.00001256 +00000-0 +32856-3 0 07075
-2 25791 024.9843 101.6963 0010529 307.2176 052.7370 14.41111015175348
-FUSE 1
-1 25791U 99035A   02294.13127216  .00001240  00000-0  32359-3 0  6898
-2 25791  24.9841 106.7843 0010541 298.5475  61.3971 14.41109044175226
-FUSE 1
-1 25791U 99035A   02293.92351906 +.00001239 +00000-0 +32344-3 0 07139
-2 25791 024.9843 108.0569 0010535 296.3424 063.6002 14.41108613175198
-FUSE 1
-1 25791U 99035A   02292.95400352 +.00001237 +00000-0 +32256-3 0 06905
-2 25791 024.9842 113.9928 0010572 285.9862 073.9481 14.41106520175057
-FUSE 1
-1 25791U 99035A   02292.88475244  .00001234  00000-0  32188-3 0  6887
-2 25791  24.9842 114.4167 0010574 285.2452  74.6888 14.41106349175045
-FUSE 1
-1 25791U 99035A   02291.56898052  .00001216  00000-0  31640-3 0  6878
-2 25791  24.9839 122.4724 0010637 271.2762  88.6530 14.41103373174859
-FUSE 1
-1 25791U 99035A   02290.94572017 +.00001195 +00000-0 +30991-3 0 07009
-2 25791 024.9844 126.2889 0010671 264.7560 095.1729 14.41101851174762
-FUSE 1
-1 25791U 99035A   02290.18395700  .00001174  00000-0  30345-3 0  6860
-2 25791  24.9843 130.9526 0010673 256.7111 103.2208 14.41100044174650
-FUSE 1
-1 25791U 99035A   02288.86818259  .00001140  00000-0  29323-3 0  6857
-2 25791  24.9845 139.0064 0010704 243.0013 116.9405 14.41097023174465
-FUSE 1
-1 25791U 99035A   02287.89866426 +.00001136 +00000-0 +29186-3 0 06894
-2 25791 024.9843 144.9409 0010684 232.7314 127.2281 14.41095095174326
-FUSE 1
-1 25791U 99035A   02287.20614986  .00001151  00000-0  29649-3 0  6847
-2 25791  24.9827 149.1875 0010669 225.6654 134.2979 14.41093836174225
-FUSE 1
-1 25791U 99035A   02285.89037225  .00001130  00000-0  29004-3 0  6836
-2 25791  24.9828 157.2454 0010692 211.9002 148.0860 14.41091133174039
-FUSE 1
-1 25791U 99035A   02284.85159928  .00001103  00000-0  28186-3 0  6825
-2 25791  24.9828 163.6064 0010728 200.9652 159.0419 14.41088960173884
-FUSE 1
-1 25791U 99035A   02283.32806291  .00001033  00000-0  26046-3 0  6812
-2 25791  24.9830 172.9322 0010689 184.6616 175.3793 14.41085821173666
-FUSE 1
-1 25791U 99035A   02282.98180447 +.00000996 +00000-0 +24906-3 0 06844
-2 25791 024.9832 175.0528 0010704 180.9650 179.0837 14.41085010173610
-FUSE 1
-1 25791U 99035A   02282.22003459  .00001026  00000-0  25852-3 0  6800
-2 25791  24.9831 179.7159 0010708 172.9134 187.1536 14.41083903173505
-FUSE 1
-1 25791U 99035A   02280.97350077 +.00000830 +00000-0 +19849-3 0 06802
-2 25791 024.9833 187.3563 0011025 161.6340 198.4554 14.41080808173324
-FUSE 1
-1 25791U 99035A   02280.90424885  .00000955  00000-0  23675-3 0  6792
-2 25791  24.9831 187.7802 0010991 160.8057 199.2869 14.41081211173315
-FUSE 1
-1 25791U 99035A   02279.93472079 +.00001010 +00000-0 +25355-3 0 06825
-2 25791 024.9829 193.7205 0011006 150.8784 209.2336 14.41079909173176
-FUSE 1
-1 25791U 99035A   02279.38070408  .00001043  00000-0  26359-3 0  6780
-2 25791  24.9829 197.1114 0011002 144.9425 215.1807 14.41079042173093
-FUSE 1
-1 25791U 99035A   02278.20341727  .00000963  00000-0  23930-3 0  6776
-2 25791  24.9832 204.3229 0011020 133.2028 226.9401 14.41076821172928
-FUSE 1
-1 25791U 99035A   02276.88762358  .00000955  00000-0  23667-3 0  6762
-2 25791  24.9828 212.3833 0011005 119.6564 240.5042 14.41074562172731
-FUSE 1
-1 25791U 99035A   02275.50257357  .00000810  00000-0  19257-3 0  6757
-2 25791  24.9832 220.8633 0010929 105.5890 254.5823 14.41071888172536
-FUSE 1
-1 25791U 99035A   02274.94855287 +.00000769 +00000-0 +18010-3 0 06782
-2 25791 024.9832 224.2597 0010747 099.8528 260.3191 14.41070889172458
-FUSE 1
-1 25791U 99035A   02274.39453091  .00000766  00000-0  17925-3 0  6745
-2 25791  24.9832 227.6504 0010741  94.0800 266.0941 14.41070217172379
-FUSE 1
-1 25791U 99035A   02273.97901442 +.00000752 +00000-0 +17475-3 0 06831
-2 25791 024.9833 230.1965 0010675 089.7969 270.3764 14.41069590172310
-FUSE 1
-1 25791U 99035A   02273.21723299  .00000755  00000-0  17576-3 0  6734
-2 25791  24.9834 234.8609 0010679  81.6884 278.4835 14.41068740172200
-FUSE 1
-1 25791U 99035A   02272.94022098 +.00000777 +00000-0 +18254-3 0 07023
-2 25791 024.9832 236.5583 0010621 078.7403 281.4295 14.41068586172166
-FUSE 1
-1 25791U 99035A   02271.97067853 +.00000808 +00000-0 +19195-3 0 06741
-2 25791 024.9832 242.4959 0010491 068.8195 291.3434 14.41067715172025
-FUSE 1
-1 25791U 99035A   02271.55516014  .00000808  00000-0  19212-3 0  6721
-2 25791  24.9832 245.0390 0010492  64.4543 295.7048 14.41067193171964
-FUSE 1
-1 25791U 99035A   02270.51636263  .00000857  00000-0  20706-3 0  6718
-2 25791  24.9832 251.3989 0010443  53.4959 306.6509 14.41066244171817
-FUSE 1
-1 25791U 99035A   02269.33905765  .00000893  00000-0  21807-3 0  6704
-2 25791  24.9833 258.6080 0010394  40.7861 319.3423 14.41064845171648
-FUSE 1
-1 25791U 99035A   02268.23100366  .00000992  00000-0  24815-3 0  6696
-2 25791  24.9827 265.3949 0010332  28.8061 331.3014 14.41063880171481
-FUSE 1
-1 25791U 99035A   02267.19220147  .00001098  00000-0  28063-3 0  6686
-2 25791  24.9823 271.7543 0010324  17.9281 342.1586 14.41062934171339
-FUSE 1
-1 25791U 99035A   02265.66862362  .00001232  00000-0  32165-3 0  6674
-2 25791  24.9816 281.0815 0010329   1.9220 358.1327 14.41060966171117
-FUSE 1
-1 25791U 99035A   02264.56056684  .00001222  00000-0  31866-3 0  6669
-2 25791  24.9817 287.8674 0010319 349.8851  10.1457 14.41058532170954
-FUSE 1
-1 25791U 99035A   02263.52176164  .00001227  00000-0  32006-3 0  6651
-2 25791  24.9817 294.2294 0010341 338.4888  21.5185 14.41056345170801
-FUSE 1
-1 25791U 99035A   02262.62146251 +.00001266 +00000-0 +33195-3 0 06726
-2 25791 024.9813 299.7417 0010331 328.9476 031.0420 14.41054666170677
-FUSE 1
-1 25791U 99035A   02262.41370124  .00001257  00000-0  32914-3 0  6640
-2 25791  24.9813 301.0139 0010341 326.6238  33.3618 14.41054137170641
-FUSE 1
-1 25791U 99035A   02261.23638509  .00001327  00000-0  35045-3 0  6638
-2 25791  24.9808 308.2225 0010336 313.5426  46.4225 14.41052008170473
-FUSE 1
-1 25791U 99035A   02260.19757547  .00001443  00000-0  38612-3 0  6627
-2 25791  24.9803 314.5833 0010346 302.4458  57.5047 14.41050420170321
-FUSE 1
-1 25791U 99035A   02259.71279796 +.00001450 +00000-0 +38808-3 0 06904
-2 25791 024.9803 317.5503 0010348 297.3449 062.6007 14.41049231170255
-FUSE 1
-1 25791U 99035A   02258.81249669  .00001457  00000-0  39044-3 0  6618
-2 25791  24.9801 323.0624 0010344 288.1227  71.8153 14.41046928170127
-FUSE 1
-1 25791U 99035A   02257.56592355  .00001607  00000-0  43604-3 0  6605
-2 25791  24.9798 330.6972 0010331 274.6720  85.2607 14.41044565169942
-FUSE 1
-1 25791U 99035A   02256.52711275  .00001599  00000-0  43384-3 0  6597
-2 25791  24.9793 337.0578 0010393 263.4699  96.4645 14.41041446169793
-FUSE 1
-1 25791U 99035A   02255.41904580  .00001584  00000-0  42933-3 0  6589
-2 25791  24.9787 343.8424 0010407 251.9278 108.0095 14.41038086169630
-FUSE 1
-1 25791U 99035A   02254.72650348 +.00001491 +00000-0 +40078-3 0 06835
-2 25791 024.9788 348.0813 0010411 244.6244 115.3195 14.41035736169537
-FUSE 1
-1 25791U 99035A   02253.89545131  .00001396  00000-0  37159-3 0  6576
-2 25791  24.9785 353.1698 0010435 235.7390 124.2119 14.41033155169416
-FUSE 1
-1 25791U 99035A   02252.92589091 +.00001057 +00000-0 +26812-3 0 06570
-2 25791 024.9789 359.1085 0010610 225.0767 134.8879 14.41029740169270
-FUSE 1
-1 25791U 99035A   02252.85663624  .00001059  00000-0  26870-3 0  6562
-2 25791  24.9790 359.5326 0010621 224.3210 135.6441 14.41029635169267
-FUSE 1
-1 25791U 99035A   02251.95632761 +.00001005 +00000-0 +25223-3 0 06562
-2 25791 024.9790 005.0443 0010707 214.4524 145.5288 14.41027801169131
-FUSE 1
-1 25791U 99035A   02251.81781883  .00001011  00000-0  25399-3 0  6557
-2 25791  24.9790   5.8921 0010710 212.9295 147.0567 14.41027608169112
-FUSE 1
-1 25791U 99035A   02250.70974565 +.00000905 +00000-0 +22152-3 0 06628
-2 25791 024.9792 012.6758 0010740 201.5396 158.4662 14.41025222168950
-FUSE 1
-1 25791U 99035A   02250.57123644  .00000892  00000-0  21766-3 0  6543
-2 25791  24.9793  13.5236 0010741 200.1557 159.8528 14.41024911168935
-FUSE 1
-1 25791U 99035A   02248.90912382  .00000783  00000-0  18435-3 0  6539
-2 25791  24.9796  23.6965 0010767 182.5930 177.4521 14.41021797168696
-FUSE 1
-1 25791U 99035A   02247.93955749 +.00000652 +00000-0 +14418-3 0 06762
-2 25791 024.9802 029.6342 0010910 173.0331 187.0327 14.41019680168553
-FUSE 1
-1 25791U 99035A   02247.24700867  .00000614  00000-0  13267-3 0  6528
-2 25791  24.9803  33.8749 0010996 165.8745 194.2065 14.41018736168453
-FUSE 1
-1 25791U 99035A   02246.13892944  .00000537  00000-0  10933-3 0  6513
-2 25791  24.9806  40.6587 0011018 154.5982 205.5064 14.41017206168294
-FUSE 1
-1 25791U 99035A   02244.89233811  .00000526  00000-0  10578-3 0  6508
-2 25791  24.9810  48.2931 0011178 142.1273 218.0023 14.41016304168112
-FUSE 1
-1 25791U 99035A   02243.57648803  .00000736  00000-0  16997-3 0  6495
-2 25791  24.9800  56.3527 0011307 128.8388 231.3126 14.41016815167921
-FUSE 1
-1 25791U 99035A   02242.12212513  .00001042  00000-0  26353-3 0  6487
-2 25791  24.9790  65.2545 0011385 113.4504 246.7186 14.41017164167715
-FUSE 1
-1 25791U 99035A   02241.15254607  .00001586  00000-0  42999-3 0  6475
-2 25791  24.9772  71.1895 0011244 103.6925 256.4821 14.41018933167574
-FUSE 1
-1 25791U 99035A   02240.87553062  .00000969  00000-0  24140-3 0  6461
-2 25791  24.9785  72.8895 0010796 101.1155 259.0566 14.41013762167531
-FUSE 1
-1 25791U 99035A   02239.90595273 +.00001112 +00000-0 +28499-3 0 06645
-2 25791 024.9781 078.8252 0010791 090.9038 269.2706 14.41013017167396
-FUSE 1
-1 25791U 99035A   02239.21339631  .00001213  00000-0  31602-3 0  6454
-2 25791  24.9777  83.0642 0010776  83.4859 276.6874 14.41012252167290
-FUSE 1
-1 25791U 99035A   02237.96679327 +.00001439 +00000-0 +38514-3 0 06496
-2 25791 024.9774 090.6979 0010768 071.0115 289.1558 14.41010739167110
-FUSE 1
-1 25791U 99035A   02237.89753765  .00001477  00000-0  39690-3 0  6440
-2 25791  24.9773  91.1232 0010788  70.3652 289.8019 14.41010744167101
-FUSE 1
-1 25791U 99035A   02236.44316461  .00001500  00000-0  40378-3 0  6439
-2 25791  24.9767 100.0287 0010670  55.6564 304.4950 14.41006864166893
-FUSE 1
-1 25791U 99035A   02235.19655478  .00001345  00000-0  35650-3 0  6427
-2 25791  24.9770 107.6610 0010486  43.1111 317.0209 14.41003175166715
-FUSE 1
-1 25791U 99035A   02233.94994384 +.00001071 +00000-0 +27257-3 0 06453
-2 25791 024.9778 115.2923 0010434 030.0321 330.0788 14.40999043166530
-FUSE 1
-1 25791U 99035A   02233.88068763  .00001046  00000-0  26501-3 0  6418
-2 25791  24.9780 115.7163 0010425  29.2338 330.8754 14.40998751166527
-FUSE 1
-1 25791U 99035A   02232.49555828  .00000919  00000-0  22621-3 0  6403
-2 25791  24.9786 124.1958 0010414  14.6083 345.4723 14.40995445166325
-FUSE 1
-1 25791U 99035A   02231.94150552 +.00000876 +00000-0 +21309-3 0 06546
-2 25791 024.9788 127.5880 0010407 008.4765 351.5919 14.40994234166249
-FUSE 1
-1 25791U 99035A   02231.38745204  .00000845  00000-0  20367-3 0  6390
-2 25791  24.9789 130.9790 0010378   2.6277 357.4296 14.40993213166169
-FUSE 1
-1 25791U 99035A   02230.97191224 +.00000798 +00000-0 +18928-3 0 06602
-2 25791 024.9793 133.5251 0010384 358.0335 002.0134 14.40992235166106
-FUSE 1
-1 25791U 99035A   02230.21008800  .00000719  00000-0  16493-3 0  6389
-2 25791  24.9799 138.1891 0010364 349.8416  10.1882 14.40990663165998
-FUSE 1
-1 25791U 99035A   02228.89420846  .00000570  00000-0  11957-3 0  6372
-2 25791  24.9808 146.2460 0010327 335.3789  24.6230 14.40988149165806
-FUSE 1
-1 25791U 99035A   02227.85535415  .00000520  00000-0  10422-3 0  6366
-2 25791  24.9812 152.6068 0010343 324.1332  35.8482 14.40986913165657
-FUSE 1
-1 25791U 99035A   02226.95501315 +.00000506 +00000-0 +99908-4 0 06426
-2 25791 024.9813 158.1197 0010337 314.4756 045.4908 14.40986180165529
-FUSE 1
-1 25791U 99035A   02226.47021386  .00000502  00000-0  98661-4 0  6351
-2 25791  24.9813 161.0865 0010330 309.4557  50.5037 14.40985822165454
-FUSE 1
-1 25791U 99035A   02225.98541513 +.00000476 +00000-0 +90569-4 0 06422
-2 25791 024.9815 164.0553 0010405 304.3474 055.6046 14.40985257165388
-FUSE 1
-1 25791U 99035A   02225.22358750  .00000482  00000-0  92578-4 0  6348
-2 25791  24.9816 168.7186 0010417 296.1218  63.8218 14.40984875165274
-FUSE 1
-1 25791U 99035A   02223.97696163 +.00000481 +00000-0 +92220-4 0 06412
-2 25791 024.9814 176.3517 0010455 283.1411 076.7930 14.40984067165095
-FUSE 1
-1 25791U 99035A   02223.49216218  .00000489  00000-0  94620-4 0  6333
-2 25791  24.9814 179.3194 0010476 277.8554  82.0754 14.40983850165026
-FUSE 1
-1 25791U 99035A   02222.93810641 +.00000509 +00000-0 +10073-3 0 06456
-2 25791 024.9812 182.7128 0010537 272.0359 087.8941 14.40983654164940
-FUSE 1
-1 25791U 99035A   02222.24553673  .00000508  00000-0  10033-3 0  6320
-2 25791  24.9814 186.9527 0010565 264.8001  95.1296 14.40983198164842
-FUSE 1
-1 25791U 99035A   02220.72188492  .00000514  00000-0  10213-3 0  6310
-2 25791  24.9811 196.2838 0010649 248.9270 111.0101 14.40982128164623
-FUSE 1
-1 25791U 99035A   02219.96005888 +.00000589 +00000-0 +12528-3 0 06358
-2 25791 024.9808 200.9504 0010520 240.1664 119.7798 14.40982235164515
-FUSE 1
-1 25791U 99035A   02219.54451761  .00000591  00000-0  12583-3 0  6306
-2 25791  24.9809 203.4950 0010565 235.7070 124.2439 14.40981930164456
-FUSE 1
-1 25791U 99035A   02218.50566444  .00000591  00000-0  12589-3 0  6290
-2 25791  24.9810 209.8564 0010671 225.0521 134.9121 14.40981088164304
-FUSE 1
-1 25791U 99035A   02217.67458222 +.00000586 +00000-0 +12427-3 0 06319
-2 25791 024.9810 214.9451 0010742 216.2683 143.7098 14.40980335164187
-FUSE 1
-1 25791U 99035A   02217.46681143  .00000587  00000-0  12450-3 0  6289
-2 25791  24.9811 216.2175 0010798 214.1027 145.8787 14.40980196164156
-FUSE 1
-1 25791U 99035A   02216.77424262 +.00000608 +00000-0 +13094-3 0 06446
-2 25791 024.9810 220.4589 0010860 206.6184 153.3766 14.40979799164058
-FUSE 1
-1 25791U 99035A   02216.22018763  .00000623  00000-0  13547-3 0  6272
-2 25791  24.9812 223.8548 0011013 200.8472 159.1590 14.40979503163971
-FUSE 1
-1 25791U 99035A   02215.18133380  .00000638  00000-0  14024-3 0  6265
-2 25791  24.9811 230.2141 0011063 190.3957 169.6323 14.40978710163820
-FUSE 1
-1 25791U 99035A   02213.72693828  .00000645  00000-0  14244-3 0  6252
-2 25791  24.9811 239.1154 0011038 174.9987 185.0630 14.40977412163613
-FUSE 1
-1 25791U 99035A   02212.54957017  .00000624  00000-0  13599-3 0  6242
-2 25791  24.9812 246.3230 0011021 162.5693 197.5196 14.40976134163444
-FUSE 1
-1 25791U 99035A   02211.71848578 +.00000610 +00000-0 +13168-3 0 06428
-2 25791 024.9811 251.4099 0011007 153.9347 206.1718 14.40975246163324
-FUSE 1
-1 25791U 99035A   02211.23368603  .00000608  00000-0  13095-3 0  6236
-2 25791  24.9811 254.3777 0010998 148.9909 211.1249 14.40974805163252
-FUSE 1
-1 25791U 99035A   02210.74888612 +.00000597 +00000-0 +12772-3 0 06506
-2 25791 024.9812 257.3445 0011002 143.8708 216.2543 14.40974298163187
-FUSE 1
-1 25791U 99035A   02209.98705743 +.00000587 +00000-0 +12459-3 0 06234
-2 25791 024.9812 262.0081 0011027 135.8366 224.3023 14.40973550163075
-FUSE 1
-1 25791U 99035A   02209.84854304  .00000587  00000-0  12459-3 0  6226
-2 25791  24.9812 262.8557 0011027 134.3832 225.7585 14.40973436163052
-FUSE 1
-1 25791U 99035A   02208.87894183 +.00000550 +00000-0 +11335-3 0 06274
-2 25791 024.9814 268.7902 0011057 124.1443 236.0120 14.40972331162918
-FUSE 1
-1 25791U 99035A   02208.53265521  .00000545  00000-0  11191-3 0  6213
-2 25791  24.9816 270.9107 0011057 120.4890 239.6710 14.40972045162867
-FUSE 1
-1 25791U 99035A   02207.21676421  .00000548  00000-0  11278-3 0  6200
-2 25791  24.9817 278.9666 0011052 107.3653 252.8065 14.40971121162675
-FUSE 1
-1 25791U 99035A   02206.87047673 +.00000547 +00000-0 +11238-3 0 06588
-2 25791 024.9817 281.0857 0011055 103.7292 256.4448 14.40970853162625
-FUSE 1
-1 25791U 99035A   02205.97012911 +.00000514 +00000-0 +10239-3 0 06208
-2 25791 024.9822 286.5981 0010989 094.6865 265.4898 14.40969946162493
-FUSE 1
-1 25791U 99035A   02205.83161386  .00000516  00000-0  10301-3 0  6194
-2 25791  24.9822 287.4462 0010983  93.2503 266.9261 14.40969873162472
-FUSE 1
-1 25791U 99035A   02204.86200730 +.00000468 +00000-0 +88363-4 0 06306
-2 25791 024.9826 293.3810 0010949 083.1743 277.0007 14.40968846162330
-FUSE 1
-1 25791U 99035A   02204.58497626  .00000484  00000-0  93112-4 0  6189
-2 25791  24.9826 295.0773 0010951  80.5497 279.6249 14.40968840162292
-FUSE 1
-1 25791U 99035A   02203.89239905 +.00000449 +00000-0 +82482-4 0 06488
-2 25791 024.9828 299.3172 0010890 073.2055 286.9638 14.40968123162191
-FUSE 1
-1 25791U 99035A   02203.13056333  .00000422  00000-0  74306-4 0  6170
-2 25791  24.9830 303.9805 0010839  65.4604 294.7027 14.40967491162089
-FUSE 1
-1 25791U 99035A   02201.88392126  .00000430  00000-0  76591-4 0  6169
-2 25791  24.9831 311.6129 0010788  52.8603 307.2893 14.40966950161907
-FUSE 1
-1 25791U 99035A   02200.84505139  .00000426  00000-0  75310-4 0  6156
-2 25791  24.9831 317.9723 0010726  42.0624 318.0702 14.40966400161754
-FUSE 1
-1 25791U 99035A   02199.94469674 +.00000428 +00000-0 +76045-4 0 06177
-2 25791 024.9831 323.4842 0010660 032.3527 327.7634 14.40965983161621
-FUSE 1
-1 25791U 99035A   02199.80618047  .00000429  00000-0  76448-4 0  6147
-2 25791  24.9831 324.3321 0010640  30.8653 329.2479 14.40965931161609
-FUSE 1
-1 25791U 99035A   02198.90582495 +.00000439 +00000-0 +79526-4 0 06303
-2 25791 024.9831 329.8436 0010600 021.3948 338.6994 14.40965565161478
-FUSE 1
-1 25791U 99035A   02198.55953443  .00000442  00000-0  80466-4 0  6139
-2 25791  24.9831 331.9633 0010574  17.8270 342.2607 14.40965414161429
-FUSE 1
-1 25791U 99035A   02197.93621100 +.00000444 +00000-0 +80937-4 0 06362
-2 25791 024.9831 335.7781 0010561 011.3039 348.7699 14.40965095161330
-FUSE 1
-1 25791U 99035A   02197.24362949  .00000444  00000-0  80988-4 0  6129
-2 25791  24.9831 340.0166 0010550   3.9600 356.0998 14.40964729161231
-FUSE 1
-1 25791U 99035A   02196.20475640  .00000449  00000-0  82478-4 0  6117
-2 25791  24.9832 346.3749 0010499 353.1602   6.8760 14.40964234161083
-FUSE 1
-1 25791U 99035A   02195.92772353 +.00000455 +00000-0 +84353-4 0 06533
-2 25791 024.9833 348.0711 0010484 350.1147 009.9154 14.40964150161041
-FUSE 1
-1 25791U 99035A   02194.95810905 +.00000446 +00000-0 +81482-4 0 06126
-2 25791 024.9834 354.0072 0010473 339.7777 020.2317 14.40963538160909
-FUSE 1
-1 25791U 99035A   02194.88885078  .00000448  00000-0  82042-4 0  6104
-2 25791  24.9834 354.4313 0010464 339.0255  20.9823 14.40963525160898
-FUSE 1
-1 25791U 99035A   02193.84997767  .00000458  00000-0  85132-4 0  6090
-2 25791  24.9833   0.7908 0010468 328.1332  31.8541 14.40963009160746
-FUSE 1
-1 25791U 99035A   02192.94962101 +.00000463 +00000-0 +86594-4 0 06116
-2 25791 024.9833 006.3022 0010480 318.4949 041.4767 14.40962539160615
-FUSE 1
-1 25791U 99035A   02192.81110453  .00000461  00000-0  86250-4 0  6080
-2 25791  24.9833   7.1500 0010464 316.9667  43.0024 14.40962462160593
-FUSE 1
-1 25791U 99035A   02191.91074766 +.00000486 +00000-0 +93771-4 0 06270
-2 25791 024.9834 012.6624 0010451 307.1503 052.8049 14.40962172160468
-FUSE 1
-1 25791U 99035A   02191.56445709  .00000480  00000-0  91884-4 0  6075
-2 25791  24.9832  14.7827 0010464 303.4798  56.4711 14.40961871160419
-FUSE 1
-1 25791U 99035A   02190.94113347 +.00000477 +00000-0 +90930-4 0 06343
-2 25791 024.9834 018.5979 0010445 296.7402 063.2037 14.40961502160324
-FUSE 1
-1 25791U 99035A   02190.17929374  .00000481  00000-0  92165-4 0  6069
-2 25791  24.9832  23.2616 0010481 288.6533  71.2835 14.40961043160211
-FUSE 1
-1 25791U 99035A   02189.14042204  .00000483  00000-0  92846-4 0  6059
-2 25791  24.9831  29.6230 0010511 277.8585  82.0723 14.40960393160069
-FUSE 1
-1 25791U 99035A   02187.89377604  .00000505  00000-0  99522-4 0  6046
-2 25791  24.9830  37.2551 0010534 264.3308  95.5998 14.40959812159883
-FUSE 1
-1 25791U 99035A   02186.43935654  .00000501  00000-0  98297-4 0  6033
-2 25791  24.9829  46.1591 0010579 249.0358 110.8998 14.40958795159675
-FUSE 1
-1 25791U 99035A   02185.19271205  .00000504  00000-0  99265-4 0  6028
-2 25791  24.9830  53.7902 0010629 236.0216 123.9281 14.40958001159492
-FUSE 1
-1 25791U 99035A   02184.15384184  .00000513  00000-0  10203-3 0  6017
-2 25791  24.9831  60.1514 0010674 224.8693 135.0951 14.40957412159345
-FUSE 1
-1 25791U 99035A   02182.97645554 +.00000516 +00000-0 +10283-3 0 06062
-2 25791 024.9830 067.3585 0010725 212.3891 147.5958 14.40956658159177
-FUSE 1
-1 25791U 99035A   02182.90719767  .00000519  00000-0  10371-3 0  6008
-2 25791  24.9829  67.7832 0010724 211.7115 148.2747 14.40956613159169
-FUSE 1
-1 25791U 99035A   02181.93758516 +.00000548 +00000-0 +11261-3 0 06062
-2 25791 024.9828 073.7191 0010818 201.1978 158.8084 14.40956221159028
-FUSE 1
-1 25791U 99035A   02181.86832717  .00000553  00000-0  11428-3 0  5992
-2 25791  24.9828  74.1435 0010825 200.5146 159.4931 14.40956212159019
-FUSE 1
-1 25791U 99035A   02180.96797324 +.00000532 +00000-0 +10787-3 0 06159
-2 25791 024.9829 079.6553 0010847 191.2420 168.7845 14.40955372158883
-FUSE 1
-1 25791U 99035A   02180.55242493  .00000529  00000-0  10681-3 0  5985
-2 25791  24.9829  82.1984 0010852 186.9486 173.0868 14.40955042158821
-FUSE 1
-1 25791U 99035A   02179.92910226 +.00000542 +00000-0 +11095-3 0 06155
-2 25791 024.9830 086.0152 0010926 180.7342 179.3149 14.40954738158730
-FUSE 1
-1 25791U 99035A   02179.23652162  .00000551  00000-0  11359-3 0  5973
-2 25791  24.9830  90.2545 0010946 173.5199 186.5457 14.40954304158635
-FUSE 1
-1 25791U 99035A   02177.98987603 +.00000542 +00000-0 +11095-3 0 06006
-2 25791 024.9832 097.8882 0011031 160.8337 199.2588 14.40953321158457
-FUSE 1
-1 25791U 99035A   02177.85135981  .00000538  00000-0  10963-3 0  5968
-2 25791  24.9832  98.7360 0011031 159.3474 200.7478 14.40953176158435
-FUSE 1
-1 25791U 99035A   02176.95100402 +.00000504 +00000-0 +99300-4 0 06022
-2 25791 024.9833 104.2472 0011004 150.1851 209.9284 14.40952226158308
-FUSE 1
-1 25791U 99035A   02176.46619641  .00000500  00000-0  98147-4 0  5953
-2 25791  24.9832 107.2138 0011008 145.0625 215.0606 14.40951875158232
-FUSE 1
-1 25791U 99035A   02175.21954740  .00000495  00000-0  96657-4 0  5943
-2 25791  24.9834 114.8444 0011052 132.0019 228.1431 14.40951047158052
-FUSE 1
-1 25791U 99035A   02173.90363925  .00000444  00000-0  81013-4 0  5939
-2 25791  24.9837 122.9038 0011028 119.1777 240.9836 14.40949793157868
-FUSE 1
-1 25791U 99035A   02172.51846935  .00000425  00000-0  75104-4 0  5924
-2 25791  24.9839 131.3835 0010980 104.9187 255.2530 14.40948920157661
-FUSE 1
-1 25791U 99035A   02171.41033186  .00000417  00000-0  72553-4 0  5913
-2 25791  24.9844 138.1686 0010902  93.6662 266.5092 14.40948370157502
-FUSE 1
-1 25791U 99035A   02170.50996877 +.00000436 +00000-0 +78639-4 0 05975
-2 25791 024.9843 143.6798 0010904 084.4115 275.7637 14.40948095157375
-FUSE 1
-1 25791U 99035A   02170.23293415  .00000423  00000-0  74576-4 0  5908
-2 25791  24.9845 145.3761 0010901  81.5059 278.6684 14.40947844157339
-FUSE 1
-1 25791U 99035A   02169.19405227  .00000425  00000-0  75062-4 0  5898
-2 25791  24.9846 151.7361 0010811  70.7002 289.4672 14.40947374157183
-FUSE 1
-1 25791U 99035A   02167.60109739  .00000492  00000-0  95589-4 0  5880
-2 25791  24.9842 161.4859 0010787  54.1241 306.0266 14.40947018156956
-FUSE 1
-1 25791U 99035A   02166.56221265  .00000534  00000-0  10864-3 0  5871
-2 25791  24.9839 167.8442 0010791  43.1206 317.0146 14.40946662156801
-FUSE 1
-1 25791U 99035A   02165.24629112  .00000568  00000-0  11909-3 0  5865
-2 25791  24.9843 175.9013 0010722  29.2251 330.8852 14.40946031156615
-FUSE 1
-1 25791U 99035A   02163.86110918  .00000595  00000-0  12719-3 0  5859
-2 25791  24.9845 184.3792 0010702  14.8284 345.2538 14.40945180156412
-FUSE 1
-1 25791U 99035A   02162.54518530  .00000658  00000-0  14664-3 0  5845
-2 25791  24.9846 192.4369 0010588   1.1350 358.9185 14.40944578156226
-FUSE 1
-1 25791U 99035A   02161.85259359 +.00000674 +00000-0 +15131-3 0 06107
-2 25791 024.9846 196.6771 0010590 353.7741 006.2633 14.40944011156124
-FUSE 1
-1 25791U 99035A   02161.22926069  .00000700  00000-0  15929-3 0  5831
-2 25791  24.9847 200.4935 0010585 347.0023  13.0212 14.40943608156034
-FUSE 1
-1 25791U 99035A   02159.84407613  .00000743  00000-0  17262-3 0  5823
-2 25791  24.9846 208.9724 0010588 332.2220  27.7726 14.40942460155834
-FUSE 1
-1 25791U 99035A   02158.80518770  .00000793  00000-0  18784-3 0  5819
-2 25791  24.9846 215.3341 0010581 321.3048  38.6704 14.40941632155681
-FUSE 1
-1 25791U 99035A   02157.97407665 +.00000825 +00000-0 +19757-3 0 05879
-2 25791 024.9847 220.4222 0010562 312.3796 047.5815 14.40940838155562
-FUSE 1
-1 25791U 99035A   02157.55852103  .00000870  00000-0  21141-3 0  5807
-2 25791  24.9847 222.9680 0010439 307.4635  52.4923 14.40940695155507
-FUSE 1
-1 25791U 99035A   02156.86592860 +.00000855 +00000-0 +20693-3 0 06042
-2 25791 024.9846 227.2073 0010554 299.6921 060.2540 14.40939609155402
-FUSE 1
-1 25791U 99035A   02156.24259499  .00000899  00000-0  22019-3 0  5795
-2 25791  24.9846 231.0244 0010551 292.5198  67.4193 14.40939088155314
-FUSE 1
-1 25791U 99035A   02155.06518757  .00000887  00000-0  21661-3 0  5787
-2 25791  24.9851 238.2318 0010502 278.6019  81.3297 14.40937436155140
-FUSE 1
-1 25791U 99035A   02154.92666911 +.00000889 +00000-0 +21739-3 0 06067
-2 25791 024.9851 239.0795 0010509 277.1250 082.8066 14.40937258155126
-FUSE 1
-1 25791U 99035A   02153.88777948  .00000883  00000-0  21546-3 0  5771
-2 25791  24.9856 245.4403 0010777 265.3681  94.5596 14.40935853154971
-FUSE 1
-1 25791U 99035A   02152.57185272  .00000902  00000-0  22117-3 0  5765
-2 25791  24.9868 253.4989 0011060 249.3519 110.5805 14.40934379154783
-FUSE 1
-1 25791U 99035A   02151.53296309  .00000970  00000-0  24192-3 0  5753
-2 25791  24.9869 259.8581 0011180 238.2453 121.6966 14.40933320154639
-FUSE 1
-1 25791U 99035A   02150.70185103 +.00001051 +00000-0 +26686-3 0 05975
-2 25791 024.9867 264.9433 0011243 229.4877 130.4651 14.40932501154518
-FUSE 1
-1 25791U 99035A   02149.93999876  .00001091  00000-0  27908-3 0  5745
-2 25791  24.9867 269.6053 0011249 221.4930 138.4719 14.40931407154401
-FUSE 1
-1 25791U 99035A   02148.90111038 +.00001229 +00000-0 +32134-3 0 05769
-2 25791 024.9863 275.9625 0011269 210.6845 149.3088 14.40930136154250
-FUSE 1
-1 25791U 99035A   02148.83185155  .00000938  00000-0  23221-3 0  5732
-2 25791  24.9851 276.3822 0010775 212.4019 147.5850 14.40927933154242
-FUSE 1
-1 25791U 99035A   02147.93147934 +.00000813 +00000-0 +19395-3 0 05958
-2 25791 024.9857 281.8960 0010898 202.6278 157.3749 14.40926137154113
-FUSE 1
-1 25791U 99035A   02147.58518187  .00001001  00000-0  25172-3 0  5726
-2 25791  24.9861 284.0183 0011012 197.6860 162.3263 14.40926704154060
-FUSE 1
-1 25791U 99035A   02146.54628978  .00000913  00000-0  22451-3 0  5718
-2 25791  24.9845 290.3753 0010754 189.6041 170.4268 14.40924183153916
-FUSE 1
-1 25791U 99035A   02145.16109886  .00000752  00000-0  17520-3 0  5708
-2 25791  24.9854 298.8585 0011057 175.5591 184.5015 14.40921808153718
-FUSE 1
-1 25791U 99035A   02144.12220258  .00000806  00000-0  19188-3 0  5690
-2 25791  24.9858 305.2220 0011313 166.0837 193.9972 14.40920971153563
-FUSE 1
-1 25791U 99035A   02143.91442346 +.00000815 +00000-0 +19451-3 0 06009
-2 25791 024.9859 306.4952 0011363 164.3048 195.7813 14.40920803153534
-FUSE 1
-1 25791U 99035A   02142.94478746 +.00000943 +00000-0 +23384-3 0 05690
-2 25791 024.9854 312.4312 0011411 153.9631 206.1530 14.40920479153398
-FUSE 1
-1 25791U 99035A   02142.87552765  .00000884  00000-0  21574-3 0  5688
-2 25791  24.9848 312.8512 0010954 151.9799 208.1299 14.40919629153389
-FUSE 1
-1 25791U 99035A   02141.90588955 +.00000926 +00000-0 +22857-3 0 05874
-2 25791 024.9841 318.7826 0010700 140.9341 219.1940 14.40918429153242
-FUSE 1
-1 25791U 99035A   02141.55958991  .00000963  00000-0  23993-3 0  5677
-2 25791  24.9839 320.9048 0010714 137.4073 222.7267 14.40918220153193
-FUSE 1
-1 25791U 99035A   02140.17438775  .00001057  00000-0  26889-3 0  5668
-2 25791  24.9835 329.3818 0010822 124.7440 235.4086 14.40916869152998
-FUSE 1
-1 25791U 99035A   02139.96660755 +.00001083 +00000-0 +27692-3 0 05884
-2 25791 024.9836 330.6540 0010888 122.4431 237.7130 14.40916754152968
-FUSE 1
-1 25791U 99035A   02139.06622508  .00001163  00000-0  30126-3 0  5659
-2 25791  24.9830 336.1650 0010863 113.3928 246.7719 14.40915711152839
-FUSE 1
-1 25791U 99035A   02137.88879990  .00001296  00000-0  34198-3 0  5645
-2 25791  24.9826 343.3712 0010907 101.0863 259.0871 14.40914401152666
-FUSE 1
-1 25791U 99035A   02136.91915471 +.00001350 +00000-0 +35875-3 0 05816
-2 25791 024.9827 349.3060 0010932 090.9446 269.2314 14.40912681152528
-FUSE 1
-1 25791U 99035A   02136.22654987  .00001376  00000-0  36654-3 0  5636
-2 25791  24.9826 353.5443 0010936  83.6416 276.5336 14.40911244152427
-FUSE 1
-1 25791U 99035A   02135.94950762 +.00001397 +00000-0 +37325-3 0 05723
-2 25791 024.9825 355.2400 0010966 080.7402 279.4344 14.40910769152381
-FUSE 1
-1 25791U 99035A   02135.18764091  .00001413  00000-0  37797-3 0  5628
-2 25791  24.9824 359.9024 0010965  72.6730 287.4977 14.40909002152273
-FUSE 1
-1 25791U 99035A   02134.91059834 +.00001415 +00000-0 +37857-3 0 05922
-2 25791 024.9825 001.5980 0010968 069.7349 290.4345 14.40908337152230
-FUSE 1
-1 25791U 99035A   02133.94094738 +.00001415 +00000-0 +37859-3 0 05636
-2 25791 024.9824 007.5352 0010877 059.9778 300.1809 14.40905944152093
-FUSE 1
-1 25791U 99035A   02133.87168652  .00001412  00000-0  37775-3 0  5617
-2 25791  24.9825   7.9592 0010873  59.2261 300.9315 14.40905750152084
-FUSE 1
-1 25791U 99035A   02132.48646600  .00001369  00000-0  36456-3 0  5602
-2 25791  24.9823  16.4325 0010684  45.9733 314.1653 14.40902098151888
-FUSE 1
-1 25791U 99035A   02131.30902586  .00001353  00000-0  35975-3 0  5596
-2 25791  24.9822  23.6391 0010610  33.6244 326.4935 14.40899142151716
-FUSE 1
-1 25791U 99035A   02130.20084454  .00001308  00000-0  34583-3 0  5582
-2 25791  24.9820  30.4208 0010580  22.0031 338.0932 14.40896173151558
-FUSE 1
-1 25791U 99035A   02129.16192230  .00001226  00000-0  32085-3 0  5570
-2 25791  24.9821  36.7788 0010481  11.1643 348.9097 14.40893274151404
-FUSE 1
-1 25791U 99035A   02128.95413775 +.00001211 +00000-0 +31627-3 0 05931
-2 25791 024.9821 038.0520 0010468 008.7737 351.2951 14.40892692151379
-FUSE 1
-1 25791U 99035A   02127.98447523 +.00001111 +00000-0 +28565-3 0 05601
-2 25791 024.9824 043.9896 0010296 357.7755 002.2712 14.40889924151236
-FUSE 1
-1 25791U 99035A   02127.91521357  .00001094  00000-0  28026-3 0  5569
-2 25791  24.9824  44.4136 0010284 357.0692   2.9753 14.40889652151228
-FUSE 1
-1 25791U 99035A   02126.94554859 +.00001060 +00000-0 +27008-3 0 05601
-2 25791 024.9824 050.3495 0010262 346.7330 013.2907 14.40887620151085
-FUSE 1
-1 25791U 99035A   02126.87628689  .00001055  00000-0  26832-3 0  5558
-2 25791  24.9824  50.7736 0010263 346.0680  13.9545 14.40887452151076
-FUSE 1
-1 25791U 99035A   02125.97588259 +.00001014 +00000-0 +25588-3 0 05671
-2 25791 024.9823 056.2855 0010259 336.2920 023.7116 14.40885529150942
-FUSE 1
-1 25791U 99035A   02125.42178682  .00001006  00000-0  25328-3 0  5545
-2 25791  24.9822  59.6761 0010255 330.4733  29.5196 14.40884531150863
-FUSE 1
-1 25791U 99035A   02124.38285672  .00001011  00000-0  25509-3 0  5533
-2 25791  24.9820  66.0352 0010273 319.4923  40.4821 14.40882801150716
-FUSE 1
-1 25791U 99035A   02123.20540156  .00000953  00000-0  23705-3 0  5523
-2 25791  24.9824  73.2432 0010279 305.7597  54.1955 14.40880460150540
-FUSE 1
-1 25791U 99035A   02121.95868326 +.00001002 +00000-0 +25225-3 0 05542
-2 25791 024.9819 080.8762 0010331 292.1373 067.8041 14.40878747150366
-FUSE 1
-1 25791U 99035A   02121.54311021  .00001003  00000-0  25248-3 0  5515
-2 25791  24.9819  83.4189 0010337 287.6956  72.2421 14.40878063150307
-FUSE 1
-1 25791U 99035A   02120.98901322 +.00001023 +00000-0 +25857-3 0 05632
-2 25791 024.9818 086.8098 0010306 282.1201 077.8157 14.40877264150221
-FUSE 1
-1 25791U 99035A   02120.22712923  .00001015  00000-0  25630-3 0  5502
-2 25791  24.9819  91.4718 0010318 274.0246  85.9082 14.40875930150118
-FUSE 1
-1 25791U 99035A   02119.95008070 +.00001028 +00000-0 +26024-3 0 05648
-2 25791 024.9817 093.1681 0010309 271.2034 088.7294 14.40875508150070
-FUSE 1
-1 25791U 99035A   02119.18819734  .00000984  00000-0  24661-3 0  5498
-2 25791  24.9821  97.8348 0010364 262.8749  97.0580 14.40873938149968
-FUSE 1
-1 25791U 99035A   02117.59516608  .00000965  00000-0  24087-3 0  5485
-2 25791  24.9822 107.5863 0010462 245.7519 114.1894 14.40871219149738
-FUSE 1
-1 25791U 99035A   02116.55623223  .00001014  00000-0  25598-3 0  5475
-2 25791  24.9819 113.9469 0010496 234.8360 125.1166 14.40869721149589
-FUSE 1
-1 25791U 99035A   02115.24024880  .00000904  00000-0  22221-3 0  5460
-2 25791  24.9822 122.0047 0010673 220.6675 139.3037 14.40867070149393
-FUSE 1
-1 25791U 99035A   02113.64721393  .00000997  00000-0  25068-3 0  5458
-2 25791  24.9820 131.7593 0010921 204.4419 155.5575 14.40864885149169
-FUSE 1
-1 25791U 99035A   02112.60827693  .00001229  00000-0  32167-3 0  5449
-2 25791  24.9818 138.1223 0011109 194.3356 165.6844 14.40863758149016
-FUSE 1
-1 25791U 99035A   02111.70786489 +.00001579 +00000-0 +42935-3 0 05459
-2 25791 024.9818 143.6347 0011005 184.3083 175.7332 14.40862715148885
-FUSE 1
-1 25791U 99035A   02111.56934007  .00001615  00000-0  44009-3 0  5437
-2 25791  24.9819 144.4840 0011022 182.6205 177.4245 14.40862480148868
-FUSE 1
-1 25791U 99035A   02110.53040188  .00001831  00000-0  50650-3 0  5429
-2 25791  24.9817 150.8474 0011038 171.9009 188.1678 14.40859918148715
-FUSE 1
-1 25791U 99035A   02109.21441033  .00001839  00000-0  50903-3 0  5414
-2 25791  24.9818 158.9076 0011058 159.5103 200.5858 14.40855347148522
-FUSE 1
-1 25791U 99035A   02107.75988762  .00001806  00000-0  49905-3 0  5409
-2 25791  24.9818 167.8101 0011016 144.5815 215.5425 14.40850340148319
-FUSE 1
-1 25791U 99035A   02106.72093909  .00001824  00000-0  50445-3 0  5394
-2 25791  24.9819 174.1696 0011038 134.1147 226.0286 14.40847102148164
-FUSE 1
-1 25791U 99035A   02105.61272498  .00001733  00000-0  47679-3 0  5386
-2 25791  24.9822 180.9533 0010987 122.6889 237.4679 14.40842753148002
-FUSE 1
-1 25791U 99035A   02104.85082480 +.00001713 +00000-0 +47068-3 0 05437
-2 25791 024.9823 185.6152 0010986 114.8415 245.3238 14.40840218147898
-FUSE 1
-1 25791U 99035A   02104.57377071  .00001648  00000-0  45060-3 0  5379
-2 25791  24.9828 187.3119 0010910 112.4216 247.7465 14.40838832147858
-FUSE 1
-1 25791U 99035A   02102.91143625  .00001546  00000-0  41945-3 0  5365
-2 25791  24.9833 197.4876 0010832  95.2901 264.8851 14.40833179147610
-FUSE 1
-1 25791U 99035A   02101.94173617 +.00001486 +00000-0 +40101-3 0 05367
-2 25791 024.9836 203.4219 0010768 085.1671 275.0035 14.40830065147475
-FUSE 1
-1 25791U 99035A   02101.87247187  .00001527  00000-0  41368-3 0  5354
-2 25791  24.9836 203.8460 0010860  84.9976 275.1776 14.40830297147464
-FUSE 1
-1 25791U 99035A   02100.90276910 +.00001525 +00000-0 +41312-3 0 05406
-2 25791 024.9836 209.7805 0010820 074.8575 285.3127 14.40827651147329
-FUSE 1
-1 25791U 99035A   02100.55644706  .00001466  00000-0  39504-3 0  5346
-2 25791  24.9839 211.9005 0010785  71.2224 288.9455 14.40826227147276
-FUSE 1
-1 25791U 99035A   02099.72527026 +.00001468 +00000-0 +39557-3 0 05369
-2 25791 024.9839 216.9860 0010792 062.4507 297.7098 14.40824076147152
-FUSE 1
-1 25791U 99035A   02099.51747561  .00001466  00000-0  39497-3 0  5332
-2 25791  24.9839 218.2573 0010790  60.2600 299.8974 14.40823521147123
-FUSE 1
-1 25791U 99035A   02098.96335660 +.00001461 +00000-0 +39351-3 0 05517
-2 25791 024.9839 221.6473 0010791 054.4596 305.6917 14.40822053147043
-FUSE 1
-1 25791U 99035A   02097.99364657  .00001460  00000-0  39305-3 0  5324
-2 25791  24.9840 227.5821 0010785  44.3275 315.8094 14.40819548146900
-FUSE 1
-1 25791U 99035A   02096.88540384  .00001474  00000-0  39764-3 0  5317
-2 25791  24.9839 234.3643 0010788  32.8173 327.3012 14.40816799146743
-FUSE 1
-1 25791U 99035A   02095.63862735  .00001487  00000-0  40141-3 0  5300
-2 25791  24.9840 241.9943 0010816  19.8188 340.2741 14.40813643146563
-FUSE 1
-1 25791U 99035A   02094.59964440  .00001479  00000-0  39900-3 0  5290
-2 25791  24.9841 248.3515 0010781   8.9830 351.0866 14.40810859146412
-FUSE 1
-1 25791U 99035A   02093.56066001  .00001449  00000-0  39004-3 0  5283
-2 25791  24.9842 254.7110 0010724 357.7982   2.2481 14.40807913146263
-FUSE 1
-1 25791U 99035A   02092.17534371  .00001416  00000-0  37974-3 0  5276
-2 25791  24.9846 263.1915 0010706 342.3947  17.6181 14.40804146146065
-FUSE 1
-1 25791U 99035A   02091.06708795  .00001473  00000-0  39722-3 0  5261
-2 25791  24.9844 269.9758 0010605 329.8586  30.1311 14.40801748145901
-FUSE 1
-1 25791U 99035A   02090.92855601 +.00001487 +00000-0 +40157-3 0 05410
-2 25791 024.9846 270.8250 0010580 328.4929 031.4942 14.40801529145887
-FUSE 1
-1 25791U 99035A   02089.95883174 +.00001422 +00000-0 +38169-3 0 05269
-2 25791 024.9848 276.7588 0010511 318.2311 041.7395 14.40798658145743
-FUSE 1
-1 25791U 99035A   02089.88956560  .00001421  00000-0  38139-3 0  5256
-2 25791  24.9849 277.1827 0010506 317.5131  42.4562 14.40798492145730
-FUSE 1
-1 25791U 99035A   02088.15791078  .00001515  00000-0  41010-3 0  5241
-2 25791  24.9847 287.7803 0010520 298.7755  61.1699 14.40794544145482
-FUSE 1
-1 25791U 99035A   02087.95011214 +.00001499 +00000-0 +40534-3 0 05370
-2 25791 024.9848 289.0527 0010533 296.5864 063.3562 14.40793924145453
-FUSE 1
-1 25791U 99035A   02086.91111703  .00001749  00000-0  48209-3 0  5239
-2 25791  24.9841 295.4106 0010495 285.4100  74.5251 14.40792142145301
-FUSE 1
-1 25791U 99035A   02085.94138844 +.00001800 +00000-0 +49790-3 0 05230
-2 25791 024.9840 301.3448 0010492 275.1890 084.7423 14.40789187145168
-FUSE 1
-1 25791U 99035A   02085.87212209  .00001800  00000-0  49784-3 0  5222
-2 25791  24.9839 301.7687 0010498 274.4524  85.4786 14.40788939145150
-FUSE 1
-1 25791U 99035A   02084.20972717  .00001789  00000-0  49461-3 0  5212
-2 25791  24.9837 311.9410 0010520 257.1269 102.8063 14.40783400144918
-FUSE 1
-1 25791U 99035A   02083.17072852  .00001737  00000-0  47850-3 0  5200
-2 25791  24.9841 318.3008 0010603 246.6391 113.2992 14.40779739144768
-FUSE 1
-1 25791U 99035A   02081.92392783  .00001713  00000-0  47112-3 0  5192
-2 25791  24.9843 325.9324 0010711 233.7134 126.2384 14.40775609144588
-FUSE 1
-1 25791U 99035A   02080.88492453  .00001724  00000-0  47457-3 0  5184
-2 25791  24.9839 332.2902 0010758 223.1027 136.8641 14.40772451144430
-FUSE 1
-1 25791U 99035A   02079.98445671 +.00001660 +00000-0 +45511-3 0 05248
-2 25791 024.9866 337.8089 0010640 212.3177 147.6681 14.40769396144307
-FUSE 1
-1 25791U 99035A   02079.36105289  .00001660  00000-0  45502-3 0  5170
-2 25791  24.9864 341.6231 0010625 205.7116 154.2858 14.40767508144212
-FUSE 1
-1 25791U 99035A   02078.94545013 +.00001663 +00000-0 +45593-3 0 05203
-2 25791 024.9866 344.1681 0010662 201.5314 158.4745 14.40766326144157
-FUSE 1
-1 25791U 99035A   02078.18351059  .00001670  00000-0  45823-3 0  5163
-2 25791  24.9867 348.8302 0010676 193.5096 166.5127 14.40764131144045
-FUSE 1
-1 25791U 99035A   02076.93669799 +.00001712 +00000-0 +47120-3 0 05188
-2 25791 024.9862 356.4616 0010674 180.4765 179.5730 14.40760708143868
-FUSE 1
-1 25791U 99035A   02076.86743038  .00001720  00000-0  47342-3 0  5151
-2 25791  24.9861 356.8853 0010677 179.8078 180.2432 14.40760558143856
-FUSE 1
-1 25791U 99035A   02075.34354341  .00001769  00000-0  48858-3 0  5143
-2 25791  24.9857   6.2089 0010689 164.1831 195.9013 14.40756227143637
-FUSE 1
-1 25791U 99035A   02074.23525935  .00001789  00000-0  49489-3 0  5131
-2 25791  24.9864  12.9917 0010652 152.3559 207.7514 14.40752965143470
-FUSE 1
-1 25791U 99035A   02073.95818794 +.00001809 +00000-0 +50096-3 0 05215
-2 25791 024.9863 014.6889 0010627 149.3903 210.7224 14.40752237143437
-FUSE 1
-1 25791U 99035A   02073.19624002  .00001826  00000-0  50609-3 0  5127
-2 25791  24.9865  19.3522 0010642 141.9145 218.2115 14.40749948143323
-FUSE 1
-1 25791U 99035A   02072.91916797 +.00001841 +00000-0 +51076-3 0 05363
-2 25791 024.9864 021.0498 0010609 139.0566 221.0741 14.40749171143282
-FUSE 1
-1 25791U 99035A   02071.53380359  .00001868  00000-0  51930-3 0  5110
-2 25791  24.9870  29.5310 0010560 125.3666 234.7831 14.40744898143080
-FUSE 1
-1 25791U 99035A   02070.97965627 +.00001883 +00000-0 +52391-3 0 05124
-2 25791 024.9873 032.9250 0010530 120.0536 240.1014 14.40743233143007
-FUSE 1
-1 25791U 99035A   02070.49477683  .00001888  00000-0  52553-3 0  5104
-2 25791  24.9873  35.8909 0010528 115.0412 245.1193 14.40741625142931
-FUSE 1
-1 25791U 99035A   02069.24793971  .00001911  00000-0  53253-3 0  5099
-2 25791  24.9880  43.5225 0010388 102.6935 257.4711 14.40737632142757
-FUSE 1
-1 25791U 99035A   02068.20890526  .00001963  00000-0  54852-3 0  5080
-2 25791  24.9877  49.8807 0010265  92.5971 267.5712 14.40734504142601
-FUSE 1
-1 25791U 99035A   02066.40790516  .00002019  00000-0  56597-3 0  5078
-2 25791  24.9882  60.8982 0010140  74.0227 286.1405 14.40728545142340
-FUSE 1
-1 25791U 99035A   02065.23032416  .00001976  00000-0  55274-3 0  5067
-2 25791  24.9890  68.1059 0009928  61.2977 298.8527 14.40723876142175
-FUSE 1
-1 25791U 99035A   02063.63711823 +.00001966 +00000-0 +54965-3 0 05060
-2 25791 024.9889 077.8519 0009855 044.5446 315.5856 14.40718057141946
-FUSE 1
-1 25791U 99035A   02063.56784827  .00001964  00000-0  54915-3 0  5058
-2 25791  24.9890  78.2758 0009853  43.7948 316.3342 14.40717794141939
-FUSE 1
-1 25791U 99035A   02062.25171546  .00001967  00000-0  55002-3 0  5041
-2 25791  24.9898  86.3315 0009720  29.5760 330.5288 14.40713207141744
-FUSE 1
-1 25791U 99035A   02060.72776629  .00001974  00000-0  55231-3 0  5035
-2 25791  24.9904  95.6541 0009691  13.5587 346.5178 14.40707846141526
-FUSE 1
-1 25791U 99035A   02059.68870443  .00002061  00000-0  57921-3 0  5022
-2 25791  24.9908 102.0122 0009670   2.3178 357.7366 14.40705063141372
-FUSE 1
-1 25791U 99035A   02058.58037276 +.00001937 +00000-0 +54089-3 0 05190
-2 25791 024.9855 108.7808 0010347 348.8163 011.2115 14.40699031141216
-FUSE 1
-1 25791U 99035A   02058.23401784  .00001930  00000-0  53890-3 0  5014
-2 25791  24.9854 110.8994 0010344 345.1099  14.9105 14.40697723141169
-FUSE 1
-1 25791U 99035A   02057.95693361 +.00001927 +00000-0 +53794-3 0 05295
-2 25791 024.9853 112.5943 0010342 342.2401 017.7744 14.40696709141123
-FUSE 1
-1 25791U 99035A   02056.98714049 +.00001855 +00000-0 +51590-3 0 05016
-2 25791 024.9848 118.5439 0010389 330.7846 029.2084 14.40692621140986
-FUSE 1
-1 25791U 99035A   02056.84859804  .00001856  00000-0  51612-3 0  5005
-2 25791  24.9848 119.3917 0010396 329.3558  30.6348 14.40692155140967
-FUSE 1
-1 25791U 99035A   02055.87879896 +.00001862 +00000-0 +51795-3 0 05009
-2 25791 024.9847 125.3251 0010386 318.7436 041.2281 14.40688909140821
-FUSE 1
-1 25791U 99035A   02055.80952754  .00001868  00000-0  51976-3 0  4991
-2 25791  24.9847 125.7494 0010379 317.8153  42.1555 14.40688735140812
-FUSE 1
-1 25791U 99035A   02054.56264168  .00001830  00000-0  50822-3 0  4985
-2 25791  24.9853 133.3826 0010404 303.6462  56.3056 14.40684284140636
-FUSE 1
-1 25791U 99035A   02051.93031607 +.00001939 +00000-0 +54187-3 0 04981
-2 25791 024.9846 149.4920 0010329 274.4706 085.4618 14.40676334140255
-FUSE 1
-1 25791U 99035A   02051.86104389  .00001949  00000-0  54496-3 0  4963
-2 25791  24.9847 149.9167 0010322 273.5085  86.4222 14.40676201140241
-FUSE 1
-1 25791U 99035A   02050.89124093 +.00001793 +00000-0 +49705-3 0 04963
-2 25791 024.9879 155.8456 0009888 267.6928 092.2444 14.40671793140105
-FUSE 1
-1 25791U 99035A   02050.82196891  .00001795  00000-0  49764-3 0  4957
-2 25791  24.9879 156.2699 0009920 266.9073  93.0299 14.40671596140095
-FUSE 1
-1 25791U 99035A   02049.85216173 +.00001762 +00000-0 +48738-3 0 05049
-2 25791 024.9881 162.2061 0009833 257.1871 102.7547 14.40668129139954
-FUSE 1
-1 25791U 99035A   02049.57507351  .00001745  00000-0  48221-3 0  4945
-2 25791  24.9884 163.9032 0009829 254.4578 105.4840 14.40667101139913
-FUSE 1
-1 25791U 99035A   02048.18962711  .00001789  00000-0  49573-3 0  4934
-2 25791  24.9865 172.3765 0010089 240.4382 119.5119 14.40662912139715
-FUSE 1
-1 25791U 99035A   02047.15054256  .00001796  00000-0  49804-3 0  4920
-2 25791  24.9866 178.7417 0010129 229.8799 130.0812 14.40659621139562
-FUSE 1
-1 25791U 99035A   02045.83436523  .00001840  00000-0  51150-3 0  4910
-2 25791  24.9866 186.7961 0010148 215.4593 144.5240 14.40655733139373
-FUSE 1
-1 25791U 99035A   02044.79527556 +.00001873 +00000-0 +52184-3 0 04971
-2 25791 024.9863 193.1524 0010137 204.2065 155.7965 14.40652516139223
-FUSE 1
-1 25791U 99035A   02044.51818359  .00001925  00000-0  53776-3 0  4904
-2 25791  24.9860 194.8476 0010191 201.0271 158.9809 14.40652078139188
-FUSE 1
-1 25791U 99035A   02043.82545578 +.00001946 +00000-0 +54433-3 0 04990
-2 25791 024.9858 199.0847 0010200 193.6793 166.3433 14.40649817139082
-FUSE 1
-1 25791U 99035A   02042.92490752  .00001992  00000-0  55840-3 0  4896
-2 25791  24.9856 204.5925 0010259 184.1947 175.8472 14.40647025138951
-FUSE 1
-1 25791U 99035A   02041.95508458 +.00002053 +00000-0 +57741-3 0 04892
-2 25791 024.9856 210.5265 0010300 173.9651 186.0980 14.40644069138818
-FUSE 1
-1 25791U 99035A   02041.88581150  .00002073  00000-0  58348-3 0  4889
-2 25791  24.9861 210.9521 0010311 172.9624 187.1028 14.40644058138806
-FUSE 1
-1 25791U 99035A   02040.56961753  .00002206  00000-0  62450-3 0  4870
-2 25791  24.9858 219.0013 0010484 159.5673 200.5249 14.40640287138618
-FUSE 1
-1 25791U 99035A   02039.53051625  .00002255  00000-0  63954-3 0  4866
-2 25791  24.9858 225.3571 0010553 148.4366 211.6776 14.40636535138462
-FUSE 1
-1 25791U 99035A   02038.14504167  .00002351  00000-0  66921-3 0  4859
-2 25791  24.9858 233.8326 0010636 134.1993 225.9382 14.40631676138264
-FUSE 1
-1 25791U 99035A   02037.93721974 +.00002397 +00000-0 +68340-3 0 04938
-2 25791 024.9861 235.1054 0010736 131.7488 228.3923 14.40631273138232
-FUSE 1
-1 25791U 99035A   02036.89810875  .00002492  00000-0  71274-3 0  4847
-2 25791  24.9862 241.4623 0010829 122.1317 238.0237 14.40627644138089
-FUSE 1
-1 25791U 99035A   02035.92826968 +.00002548 +00000-0 +73019-3 0 04841
-2 25791 024.9863 247.3934 0010862 112.4256 247.7399 14.40623688137945
-FUSE 1
-1 25791U 99035A   02035.85899543  .00002552  00000-0  73123-3 0  4832
-2 25791  24.9863 247.8171 0010864 111.6988 248.4676 14.40623397137930
-FUSE 1
-1 25791U 99035A   02034.95842869 +.00002563 +00000-0 +73476-3 0 04924
-2 25791 024.9867 253.3259 0010904 102.2272 257.9457 14.40619245137805
-FUSE 1
-1 25791U 99035A   02034.26568177  .00002587  00000-0  74211-3 0  4828
-2 25791  24.9865 257.5631 0010840  95.4477 264.7266 14.40616180137700
-FUSE 1
-1 25791U 99035A   02033.22656041  .00002588  00000-0  74253-3 0  4817
-2 25791  24.9868 263.9212 0010966  84.6163 275.5595 14.40611176137558
-FUSE 1
-1 25791U 99035A   02032.18743380  .00002587  00000-0  74231-3 0  4808
-2 25791  24.9869 270.2766 0010977  73.7493 286.4230 14.40606150137408
-FUSE 1
-1 25791U 99035A   02030.94047759 +.00002528 +00000-0 +72437-3 0 04808
-2 25791 024.9874 277.9037 0011018 060.9223 299.2389 14.40599492137222
-FUSE 1
-1 25791U 99035A   02030.87120198  .00002526  00000-0  72362-3 0  4792
-2 25791  24.9874 278.3273 0011014  60.1902 299.9702 14.40599135137210
-FUSE 1
-1 25791U 99035A   02029.34713303  .00002495  00000-0  71439-3 0  4786
-2 25791  24.9875 287.6482 0010997  44.3035 315.8351 14.40591646136997
-FUSE 1
-1 25791U 99035A   02028.93147652 +.00002479 +00000-0 +70929-3 0 04862
-2 25791 024.9876 290.1899 0010994 039.9697 320.1619 14.40589498136932
-FUSE 1
-1 25791U 99035A   02028.16943701  .00002474  00000-0  70791-3 0  4778
-2 25791  24.9876 294.8500 0011006  32.1353 327.9821 14.40585928136823
-FUSE 1
-1 25791U 99035A   02027.96161389 +.00002407 +00000-0 +68742-3 0 05050
-2 25791 024.9874 296.1287 0010582 028.3810 331.7529 14.40584028136795
-FUSE 1
-1 25791U 99035A   02026.92246706  .00002341  00000-0  66697-3 0  4763
-2 25791  24.9799 302.5272 0010059  16.0811 344.0013 14.40577732136644
-FUSE 1
-1 25791U 99035A   02025.39837504  .00002257  00000-0  64121-3 0  4750
-2 25791  24.9803 311.8488 0010138 359.9596   0.0915 14.40570421136423
-FUSE 1
-1 25791U 99035A   02024.22066220  .00002170  00000-0  61445-3 0  4749
-2 25791  24.9808 319.0539 0010178 346.9833  13.0414 14.40564803136255
-FUSE 1
-1 25791U 99035A   02023.94355340 +.00002127 +00000-0 +60118-3 0 04963
-2 25791 024.9808 320.7502 0010231 343.9239 016.0947 14.40563257136213
-FUSE 1
-1 25791U 99035A   02022.97366856 +.00002070 +00000-0 +58368-3 0 04746
-2 25791 024.9809 326.6854 0010289 333.5703 026.4279 14.40558911136071
-FUSE 1
-1 25791U 99035A   02022.90439095  .00002070  00000-0  58368-3 0  4734
-2 25791  24.9809 327.1090 0010289 332.8439  27.1535 14.40558648136066
-FUSE 1
-1 25791U 99035A   02021.93450374 +.00001972 +00000-0 +55342-3 0 04738
-2 25791 024.9815 333.0432 0010420 322.2211 037.7568 14.40554066135924
-FUSE 1
-1 25791U 99035A   02021.51883604  .00001971  00000-0  55294-3 0  4722
-2 25791  24.9815 335.5850 0010420 317.8920  42.0786 14.40552554135866
-FUSE 1
-1 25791U 99035A   02020.34111020  .00001902  00000-0  53176-3 0  4718
-2 25791  24.9819 342.7879 0010496 305.4885  54.4643 14.40547753135692
-FUSE 1
-1 25791U 99035A   02019.23265919  .00001870  00000-0  52196-3 0  4705
-2 25791  24.9819 349.5667 0010511 294.0221  65.9186 14.40543639135538
-FUSE 1
-1 25791U 99035A   02018.19348466  .00001814  00000-0  50458-3 0  4693
-2 25791  24.9822 355.9219 0010534 283.3551  76.5783 14.40539652135382
-FUSE 1
-1 25791U 99035A   02016.60007962  .00001743  00000-0  48297-3 0  4688
-2 25791  24.9823   5.6676 0010591 266.8378  93.0919 14.40533828135154
-FUSE 1
-1 25791U 99035A   02015.76873696 +.00001678 +00000-0 +46283-3 0 04713
-2 25791 024.9823 010.7535 0010644 258.3411 101.5912 14.40530615135034
-FUSE 1
-1 25791U 99035A   02015.56090099  .00001670  00000-0  46017-3 0  4671
-2 25791  24.9825  12.0258 0010623 256.2726 103.6602 14.40529913135001
-FUSE 1
-1 25791U 99035A   02014.59099802 +.00001637 +00000-0 +45017-3 0 04801
-2 25791 024.9827 017.9579 0010652 246.2520 113.6872 14.40526735134868
-FUSE 1
-1 25791U 99035A   02014.24460394  .00001618  00000-0  44436-3 0  4668
-2 25791  24.9826  20.0778 0010710 242.8070 117.1346 14.40525522134813
-FUSE 1
-1 25791U 99035A   02012.65118694  .00001644  00000-0  45243-3 0  4659
-2 25791  24.9821  29.8239 0010731 226.1513 133.8108 14.40521061134586
-FUSE 1
-1 25791U 99035A   02011.54272015  .00001715  00000-0  47438-3 0  4640
-2 25791  24.9815  36.6044 0010793 214.5223 145.4584 14.40518322134422
-FUSE 1
-1 25791U 99035A   02010.43425174  .00001799  00000-0  50019-3 0  4633
-2 25791  24.9809  43.3849 0010812 202.7174 157.2854 14.40515528134267
-FUSE 1
-1 25791U 99035A   02009.25649964  .00002024  00000-0  56982-3 0  4622
-2 25791  24.9789  50.5894 0010900 190.2577 169.7698 14.40513435134090
-FUSE 1
-1 25791U 99035A   02007.73234977  .00002144  00000-0  60706-3 0  4618
-2 25791  24.9780  59.9106 0010959 174.4447 185.6181 14.40508676133874
-FUSE 1
-1 25791U 99035A   02006.55459467  .00002207  00000-0  62629-3 0  4605
-2 25791  24.9776  67.1133 0010962 161.9239 198.1657 14.40504470133701
-FUSE 1
-1 25791U 99035A   02005.93107615 +.00002223 +00000-0 +63140-3 0 04899
-2 25791 024.9772 070.9268 0010959 155.3799 204.7234 14.40502008133612
-FUSE 1
-1 25791U 99035A   02005.23827537  .00002302  00000-0  65586-3 0  4595
-2 25791  24.9762  75.1663 0011117 148.7865 211.3305 14.40499774133511
-FUSE 1
-1 25791U 99035A   02003.92195234  .00002277  00000-0  64830-3 0  4582
-2 25791  24.9761  83.2157 0011128 134.9320 225.2086 14.40493934133324
-FUSE 1
-1 25791U 99035A   02002.88274676  .00002253  00000-0  64083-3 0  4577
-2 25791  24.9763  89.5747 0011378 124.3397 235.8189 14.40489372133179
-FUSE 1
-1 25791U 99035A   02001.91281822 +.00002146 +00000-0 +60789-3 0 04694
-2 25791 024.9768 095.5070 0011442 114.6843 245.4859 14.40484505133039
-FUSE 1
-1 25791U 99035A   02001.56641338  .00002152  00000-0  60976-3 0  4568
-2 25791  24.9764  97.6258 0011412 111.4641 248.7084 14.40483142132989
-FUSE 1
-1 25791U 99035A   01365.87360347 +.00002106 +00000-0 +59549-3 0 04723
-2 25791 024.9765 101.8629 0011436 104.3050 255.8720 14.40480024132882
-FUSE 1
-1 25791U 99035A   01365.52719815  .00002060  00000-0  58137-3 0  4555
-2 25791  24.9767 103.9819 0011371 101.3489 258.8298 14.40478294132833
-FUSE 1
-1 25791U 99035A   01364.14157199  .00001894  00000-0  53009-3 0  4549
-2 25791  24.9776 112.4568 0011372  87.4678 272.7139 14.40471893132639
-FUSE 1
-1 25791U 99035A   01362.89450064  .00001855  00000-0  51805-3 0  4534
-2 25791  24.9779 120.0847 0011421  75.1248 285.0524 14.40467329132453
-FUSE 1
-1 25791U 99035A   01361.92455302 +.00001831 +00000-0 +51089-3 0 04748
-2 25791 024.9778 126.0189 0011472 065.3088 294.8603 14.40463838132318
-FUSE 1
-1 25791U 99035A   01361.57814148  .00001900  00000-0  53207-3 0  4523
-2 25791  24.9772 128.1378 0011523  62.3118 297.8556 14.40463267132263
-FUSE 1
-1 25791U 99035A   01360.95460072 +.00001920 +00000-0 +53816-3 0 04716
-2 25791 024.9770 131.9515 0011492 055.8592 304.2995 14.40461264132179
-FUSE 1
-1 25791U 99035A   01360.53891054  .00002081  00000-0  58819-3 0  4513
-2 25791  24.9761 134.4940 0011549  52.3362 307.8493 14.40461175132116
-FUSE 1
-1 25791U 99035A   01360.19249807  .00001557  00000-0  42615-3 0  4501
-2 25791  24.9814 136.6178 0011030  44.8843 315.2554 14.40455881132069
-FUSE 1
-1 25791U 99035A   01358.87612700  .00001498  00000-0  40783-3 0  4495
-2 25791  24.9820 144.6693 0010973  30.9588 329.1578 14.40451843131876
-FUSE 1
-1 25791U 99035A   01357.55975188  .00001377  00000-0  37042-3 0  4480
-2 25791  24.9830 152.7226 0010843  16.8175 343.2692 14.40447508131686
-FUSE 1
-1 25791U 99035A   01356.24337185  .00001363  00000-0  36634-3 0  4474
-2 25791  24.9832 160.7748 0010783   3.1653 356.8921 14.40444244131497
-FUSE 1
-1 25791U 99035A   01355.13483804  .00001399  00000-0  37745-3 0  4463
-2 25791  24.9832 167.5556 0010791 351.3648   8.6665 14.40441877131339
-FUSE 1
-1 25791U 99035A   01353.88773524  .00001488  00000-0  40499-3 0  4452
-2 25791  24.9831 175.1848 0010716 338.1167  21.8882 14.40439533131157
-FUSE 1
-1 25791U 99035A   01352.91776521 +.00001536 +00000-0 +41984-3 0 04527
-2 25791 024.9828 181.1169 0010739 327.7733 032.2118 14.40437323131012
-FUSE 1
-1 25791U 99035A   01352.57134719  .00001547  00000-0  42314-3 0  4447
-2 25791  24.9827 183.2356 0010758 324.0828  35.8958 14.40436465130968
-FUSE 1
-1 25791U 99035A   01351.39352449  .00001601  00000-0  43981-3 0  4439
-2 25791  24.9825 190.4393 0010750 311.5670  48.3911 14.40433644130790
-FUSE 1
-1 25791U 99035A   01350.90853821 +.00001630 +00000-0 +44889-3 0 04570
-2 25791 024.9828 193.4057 0010738 306.2371 053.7148 14.40432555130723
-FUSE 1
-1 25791U 99035A   01350.21570001  .00001672  00000-0  46189-3 0  4425
-2 25791  24.9825 197.6430 0010796 298.8753  61.0671 14.40430851130624
-FUSE 1
-1 25791U 99035A   01349.17644244  .00001720  00000-0  47692-3 0  4412
-2 25791  24.9826 203.9992 0010810 288.0247  71.9089 14.40428119130475
-FUSE 1
-1 25791U 99035A   01348.13718358  .00001739  00000-0  48271-3 0  4408
-2 25791  24.9830 210.3552 0010817 277.4348  82.4917 14.40425082130322
-FUSE 1
-1 25791U 99035A   01346.95935558 +.00001792 +00000-0 +49923-3 0 04414
-2 25791 024.9832 217.5601 0010828 264.7976 095.1293 14.40421820130151
-FUSE 1
-1 25791U 99035A   01346.89007156  .00001798  00000-0  50103-3 0  4396
-2 25791  24.9831 217.9838 0010822 264.0722  95.8552 14.40421637130142
-FUSE 1
-1 25791U 99035A   01345.92009452 +.00001804 +00000-0 +50297-3 0 04561
-2 25791 024.9834 223.9163 0010848 253.7226 106.2093 14.40418551130008
-FUSE 1
-1 25791U 99035A   01345.50438976  .00001829  00000-0  51074-3 0  4383
-2 25791  24.9833 226.4598 0010750 249.3404 110.5947 14.40417367129949
-FUSE 1
-1 25791U 99035A   01344.95011669 +.00001830 +00000-0 +51089-3 0 04543
-2 25791 024.9832 229.8499 0010756 243.5301 116.4117 14.40415519129865
-FUSE 1
-1 25791U 99035A   01344.18799003  .00001792  00000-0  49923-3 0  4375
-2 25791  24.9834 234.5123 0010818 235.5423 124.4062 14.40412721129757
-FUSE 1
-1 25791U 99035A   01343.14872416  .00001816  00000-0  50671-3 0  4368
-2 25791  24.9837 240.8680 0010867 223.8806 136.0838 14.40409582129602
-FUSE 1
-1 25791U 99035A   01341.90160523  .00001680  00000-0  46452-3 0  4359
-2 25791  24.9841 248.4975 0010871 211.3142 148.6721 14.40404442129428
-FUSE 1
-1 25791U 99035A   01340.93162024 +.00001621 +00000-0 +44627-3 0 04479
-2 25791 024.9843 254.4284 0010863 200.7838 159.2234 14.40401129129285
-FUSE 1
-1 25791U 99035A   01340.37734226  .00001562  00000-0  42806-3 0  4343
-2 25791  24.9846 257.8173 0010861 194.8366 165.1825 14.40399138129209
-FUSE 1
-1 25791U 99035A   01339.19949999  .00001406  00000-0  37978-3 0  4336
-2 25791  24.9853 265.0213 0010893 182.8071 177.2377 14.40394882129036
-FUSE 1
-1 25791U 99035A   01337.95236873  .00001264  00000-0  33601-3 0  4328
-2 25791  24.9859 272.6472 0011030 169.6495 190.4242 14.40391020128858
-FUSE 1
-1 25791U 99035A   01336.98237488 +.00001205 +00000-0 +31765-3 0 04350
-2 25791 024.9862 278.5777 0011067 159.5220 200.5735 14.40388553128711
-FUSE 1
-1 25791U 99035A   01336.91308955  .00001199  00000-0  31585-3 0  4319
-2 25791  24.9862 279.0014 0011071 158.8008 201.2962 14.40388365128702
-FUSE 1
-1 25791U 99035A   01335.52738000  .00001234  00000-0  32682-3 0  4301
-2 25791  24.9862 287.4731 0011104 144.1718 215.9555 14.40385754128501
-FUSE 1
-1 25791U 99035A   01334.21095244  .00001172  00000-0  30740-3 0  4294
-2 25791  24.9865 295.5226 0011153 130.8481 229.2994 14.40382693128319
-FUSE 1
-1 25791U 99035A   01333.17166461  .00001237  00000-0  32780-3 0  4285
-2 25791  24.9866 301.8786 0011197 121.1081 239.0526 14.40380912128164
-FUSE 1
-1 25791U 99035A   01331.78594478  .00001365  00000-0  36732-3 0  4275
-2 25791  24.9865 310.3519 0011209 106.8472 253.3273 14.40378324127969
-FUSE 1
-1 25791U 99035A   01330.67736645 +.00001415 +00000-0 +38296-3 0 04303
-2 25791 024.9868 317.1335 0011064 094.8355 265.3420 14.40375646127802
-FUSE 1
-1 25791U 99035A   01330.53879352  .00001567  00000-0  43006-3 0  4269
-2 25791  24.9872 317.9818 0011229  93.6128 266.5666 14.40376029127787
-FUSE 1
-1 25791U 99035A   01329.70735725 +.00001621 +00000-0 +44667-3 0 04457
-2 25791 024.9872 323.0652 0011232 084.6461 275.5327 14.40373883127661
-FUSE 1
-1 25791U 99035A   01329.22235264  .00001585  00000-0  43552-3 0  4256
-2 25791  24.9876 326.0324 0011267  80.2956 279.8829 14.40372335127590
-FUSE 1
-1 25791U 99035A   01327.83661937  .00001684  00000-0  46626-3 0  4245
-2 25791  24.9875 334.5052 0011431  65.9356 294.2344 14.40369004127398
-FUSE 1
-1 25791U 99035A   01326.52016884  .00001740  00000-0  48380-3 0  4236
-2 25791  24.9874 342.5535 0011585  52.2073 307.9485 14.40365366127202
-FUSE 1
-1 25791U 99035A   01325.41157411  .00001880  00000-0  52699-3 0  4227
-2 25791  24.9858 349.3412 0010869  41.2944 318.8383 14.40362474127049
-FUSE 1
-1 25791U 99035A   01324.92656363 +.00001916 +00000-0 +53838-3 0 04486
-2 25791 024.9856 352.3075 0010879 036.2259 323.8984 14.40361028126978
-FUSE 1
-1 25791U 99035A   01324.23369056  .00001967  00000-0  55417-3 0  4212
-2 25791  24.9855 356.5485 0010758  28.8088 331.3014 14.40358919126873
-FUSE 1
-1 25791U 99035A   01323.67939132 +.00001961 +00000-0 +55223-3 0 04407
-2 25791 024.9854 359.9372 0010776 023.0532 337.0460 14.40356881126790
-FUSE 1
-1 25791U 99035A   01322.70936542  .00001987  00000-0  56035-3 0  4198
-2 25791  24.9853   5.8688 0010772  12.9432 347.1352 14.40353526126658
-FUSE 1
-1 25791U 99035A   01321.67005005  .00001934  00000-0  54405-3 0  4184
-2 25791  24.9852  12.2257 0010726   1.9216 358.1340 14.40349375126508
-FUSE 1
-1 25791U 99035A   01320.56144300  .00001920  00000-0  53980-3 0  4174
-2 25791  24.9852  19.0058 0010683 350.0478   9.9818 14.40345343126346
-FUSE 1
-1 25791U 99035A   01319.52212142  .00001855  00000-0  51954-3 0  4163
-2 25791  24.9851  25.3612 0010623 338.9778  21.0292 14.40341342126192
-FUSE 1
-1 25791U 99035A   01318.82923904 +.00001856 +00000-0 +52003-3 0 04314
-2 25791 024.9847 029.5994 0010595 331.5863 028.4066 14.40338911126095
-FUSE 1
-1 25791U 99035A   01318.41350910  .00001890  00000-0  53052-3 0  4155
-2 25791  24.9848  32.1452 0010575 326.5664  33.4173 14.40337609126038
-FUSE 1
-1 25791U 99035A   01316.88916357  .00001729  00000-0  48061-3 0  4141
-2 25791  24.9843  41.4680 0010423 310.4505  49.5094 14.40331762125816
-FUSE 1
-1 25791U 99035A   01315.78054605  .00002207  00000-0  62878-3 0  4131
-2 25791  24.9835  48.2543 0010468 297.9246  62.0232 14.40329121125652
-FUSE 1
-1 25791U 99035A   01314.67192519  .00002266  00000-0  64699-3 0  4122
-2 25791  24.9832  55.0359 0010699 286.0302  73.9029 14.40324776125496
-FUSE 1
-1 25791U 99035A   01313.56330279  .00002157  00000-0  61343-3 0  4117
-2 25791  24.9831  61.8147 0010834 274.3350  85.5922 14.40319729125335
-FUSE 1
-1 25791U 99035A   01312.52396703  .00002119  00000-0  60174-3 0  4104
-2 25791  24.9829  68.1695 0010860 263.6572  96.2701 14.40315363125183
-FUSE 1
-1 25791U 99035A   01311.76178660 +.00001972 +00000-0 +55623-3 0 04344
-2 25791 024.9830 072.8283 0010752 255.8544 104.0769 14.40311922125079
-FUSE 1
-1 25791U 99035A   01310.99960448  .00001931  00000-0  54345-3 0  4098
-2 25791  24.9829  77.4894 0010755 247.9477 111.9889 14.40308978124960
-FUSE 1
-1 25791U 99035A   01309.96026276 +.00001965 +00000-0 +55405-3 0 04090
-2 25791 024.9829 083.8473 0010851 237.1463 122.8002 14.40305487124811
-FUSE 1
-1 25791U 99035A   01309.89097339  .00001972  00000-0  55619-3 0  4084
-2 25791  24.9829  84.2713 0010836 236.3815 123.5665 14.40305298124800
-FUSE 1
-1 25791U 99035A   01308.57447006  .00002179  00000-0  62044-3 0  4077
-2 25791  24.9822  92.3254 0010825 222.6458 137.3208 14.40301956124614
-FUSE 1
-1 25791U 99035A   01307.53512328  .00002351  00000-0  67374-3 0  4064
-2 25791  24.9814  98.6808 0010806 211.6998 148.2862 14.40299019124461
-FUSE 1
-1 25791U 99035A   01305.94145638 +.00002419 +00000-0 +69493-3 0 04062
-2 25791 024.9809 108.4263 0010833 195.2773 164.7418 14.40292404124234
-FUSE 1
-1 25791U 99035A   01305.87216636  .00002410  00000-0  69213-3 0  4051
-2 25791  24.9811 108.8509 0010847 194.5526 165.4669 14.40292047124225
-FUSE 1
-1 25791U 99035A   01304.90210496 +.00002483 +00000-0 +71481-3 0 04210
-2 25791 024.9807 114.7853 0010812 184.6053 175.4356 14.40288074124088
-FUSE 1
-1 25791U 99035A   01304.55565381  .00002564  00000-0  73991-3 0  4046
-2 25791  24.9803 116.9068 0010808 180.8733 179.1763 14.40287007124037
-FUSE 1
-1 25791U 99035A   01303.93204085 +.00002548 +00000-0 +73522-3 0 04141
-2 25791 024.9803 120.7190 0010799 174.3529 185.7099 14.40283909123947
-FUSE 1
-1 25791U 99035A   01303.03126575  .00002520  00000-0  72659-3 0  4037
-2 25791  24.9800 126.2295 0010755 164.6304 195.4536 14.40279287123810
-FUSE 1
-1 25791U 99035A   01301.78402958  .00002608  00000-0  75393-3 0  4023
-2 25791  24.9799 133.8566 0011062 153.3348 206.7722 14.40274032123633
-FUSE 1
-1 25791U 99035A   01299.91316810  .00002915  00000-0  84930-3 0  4012
-2 25791  24.9792 145.2965 0011048 134.0555 226.0864 14.40265988123368
-FUSE 1
-1 25791U 99035A   01298.18087804  .00003212  00000-0  94181-3 0  4007
-2 25791  24.9785 155.8916 0011040 115.9737 244.1911 14.40256974123117
-FUSE 1
-1 25791U 99035A   01297.97300262 +.00003234 +00000-0 +94848-3 0 04115
-2 25791 024.9787 157.1643 0011055 113.7776 246.3895 14.40255785123086
-FUSE 1
-1 25791U 99035A   01297.07220791  .00002684  00000-0  77791-3 0  3995
-2 25791  24.9787 162.6747 0010929 104.4008 255.7717 14.40248557122957
-FUSE 1
-1 25791U 99035A   01295.96352986 +.00002126 +00000-0 +60489-3 0 04025
-2 25791 024.9793 169.4508 0010628 092.8140 267.3584 14.40240931122798
-FUSE 1
-1 25791U 99035A   01295.89423827  .00002043  00000-0  57915-3 0  3982
-2 25791  24.9794 169.8749 0010644  91.9762 268.1968 14.40240146122780
-FUSE 1
-1 25791U 99035A   01294.92413976 +.00001853 +00000-0 +51998-3 0 04152
-2 25791 024.9798 175.8066 0010633 081.1941 278.9772 14.40235323122649
-FUSE 1
-1 25791U 99035A   01294.30050214  .00001823  00000-0  51089-3 0  3973
-2 25791  24.9799 179.6196 0010702  74.5779 285.5911 14.40232995122559
-FUSE 1
-1 25791U 99035A   01293.26110316  .00001744  00000-0  48616-3 0  3960
-2 25791  24.9799 185.9754 0010658  63.5604 296.6004 14.40228963122404
-FUSE 1
-1 25791U 99035A   01292.22169993  .00001707  00000-0  47471-3 0  3956
-2 25791  24.9799 192.3301 0010648  52.4658 307.6827 14.40225399122258
-FUSE 1
-1 25791U 99035A   01290.97441176 +.00001672 +00000-0 +46391-3 0 03975
-2 25791 024.9797 199.9582 0010599 039.1258 321.0014 14.40221249122071
-FUSE 1
-1 25791U 99035A   01290.90511781  .00001674  00000-0  46472-3 0  3947
-2 25791  24.9797 200.3818 0010601  38.3799 321.7462 14.40221053122061
-FUSE 1
-1 25791U 99035A   01289.44994252  .00001682  00000-0  46703-3 0  3937
-2 25791  24.9794 209.2810 0010620  22.7711 337.3265 14.40216632121857
-FUSE 1
-1 25791U 99035A   01288.96488349 +.00001640 +00000-0 +45420-3 0 04039
-2 25791 024.9794 212.2491 0010567 017.4224 342.6645 14.40214807121781
-FUSE 1
-1 25791U 99035A   01288.41052915  .00001638  00000-0  45357-3 0  3928
-2 25791  24.9794 215.6384 0010635  11.8186 348.2573 14.40213128121709
-FUSE 1
-1 25791U 99035A   01287.23252352  .00001574  00000-0  43355-3 0  3918
-2 25791  24.9794 222.8447 0010562 358.4459   1.6013 14.40209149121539
-FUSE 1
-1 25791U 99035A   01285.91592729  .00001390  00000-0  37646-3 0  3907
-2 25791  24.9795 230.9044 0010544 342.9330  17.0829 14.40203938121344
-FUSE 1
-1 25791U 99035A   01284.39144118  .00001300  00000-0  34838-3 0  3892
-2 25791  24.9795 240.2335 0010739 326.2228  33.7597 14.40199484121121
-FUSE 1
-1 25791U 99035A   01283.97567245 +.00001223 +00000-0 +32457-3 0 03894
-2 25791 024.9792 242.7798 0010828 320.9649 039.0093 14.40197815121064
-FUSE 1
-1 25791U 99035A   01283.35201646  .00001212  00000-0  32118-3 0  3887
-2 25791  24.9792 246.5916 0010829 314.6054  45.3576 14.40196427120972
-FUSE 1
-1 25791U 99035A   01282.31258856 +.00001218 +00000-0 +32310-3 0 03876
-2 25791 024.9792 252.9458 0010895 303.3438 056.6026 14.40194305120820
-FUSE 1
-1 25791U 99035A   01281.96611121 +.00001476 +00000-0 +40318-3 0 03877
-2 25791 024.9786 255.0631 0010800 300.4688 059.4739 14.40195140120775
-FUSE 1
-1 25791U 99035A   01281.27315947  .00001503  00000-0  41154-3 0  3867
-2 25791  24.9785 259.2981 0010800 293.1387  66.7977 14.40193471120671
-FUSE 1
-1 25791U 99035A   01280.23373114  .00001657  00000-0  45958-3 0  3857
-2 25791  24.9781 265.6543 0010925 282.3330  77.5954 14.40191161120521
-FUSE 1
-1 25791U 99035A   01279.19430003  .00002067  00000-0  58705-3 0  3840
-2 25791  24.9775 272.0130 0011160 270.5332  89.3900 14.40189300120378
-FUSE 1
-1 25791U 99035A   01277.60050645  .00002136  00000-0  60847-3 0  3830
-2 25791  24.9771 281.7563 0011259 253.7403 106.1876 14.40183292120141
-FUSE 1
-1 25791U 99035A   01276.69966572 +.00002038 +00000-0 +57797-3 0 03834
-2 25791 024.9770 287.2658 0011436 244.9457 114.9868 14.40179081120019
-FUSE 1
-1 25791U 99035A   01276.56107445  .00002038  00000-0  57794-3 0  3822
-2 25791  24.9770 288.1132 0011429 243.5500 116.3834 14.40178557119993
-FUSE 1
-1 25791U 99035A   01275.59093557 +.00002005 +00000-0 +56772-3 0 03900
-2 25791 024.9769 294.0432 0011469 233.5602 126.3872 14.40174627119858
-FUSE 1
-1 25791U 99035A   01275.24445817  .00001894  00000-0  53340-3 0  3815
-2 25791  24.9772 296.1661 0011642 231.1207 128.8260 14.40172274119806
-FUSE 1
-1 25791U 99035A   01274.20502117  .00001837  00000-0  51559-3 0  3803
-2 25791  24.9774 302.5234 0011565 220.9357 139.0293 14.40168098119654
-FUSE 1
-1 25791U 99035A   01272.54191528  .00001742  00000-0  48618-3 0  3793
-2 25791  24.9776 312.6900 0011479 204.0234 155.9738 14.40161743119414
-FUSE 1
-1 25791U 99035A   01271.22528748  .00001537  00000-0  42239-3 0  3789
-2 25791  24.9783 320.7396 0011360 191.6142 168.4111 14.40155760119224
-FUSE 1
-1 25791U 99035A   01270.18584050  .00001414  00000-0  38420-3 0  3771
-2 25791  24.9786 327.0943 0011214 181.1674 178.8811 14.40151731119076
-FUSE 1
-1 25791U 99035A   01268.59201413  .00001316  00000-0  35376-3 0  3769
-2 25791  24.9790 336.8359 0011124 164.6593 195.4255 14.40146964118849
-FUSE 1
-1 25791U 99035A   01267.55255878  .00001264  00000-0  33768-3 0  3752
-2 25791  24.9791 343.1899 0011084 153.8979 206.2088 14.40144164118691
-FUSE 1
-1 25791U 99035A   01266.85958720 +.00001236 +00000-0 +32881-3 0 04003
-2 25791 024.9791 347.4254 0011062 146.6571 213.4636 14.40142395118599
-FUSE 1
-1 25791U 99035A   01266.23591181  .00001222  00000-0  32443-3 0  3748
-2 25791  24.9790 351.2395 0010997 140.3022 219.8292 14.40140919118504
-FUSE 1
-1 25791U 99035A   01264.84996263  .00001228  00000-0  32643-3 0  3730
-2 25791  24.9790 359.7127 0010966 126.1194 234.0331 14.40138072118306
-FUSE 1
-1 25791U 99035A   01263.81049784  .00001251  00000-0  33374-3 0  3720
-2 25791  24.9787   6.0658 0010961 115.2876 244.8774 14.40136053118154
-FUSE 1
-1 25791U 99035A   01262.90962669 +.00001258 +00000-0 +33575-3 0 03770
-2 25791 024.9786 011.5725 0010944 105.8616 254.3099 14.40134145118029
-FUSE 1
-1 25791U 99035A   01262.56313782  .00001225  00000-0  32562-3 0  3711
-2 25791  24.9789  13.6910 0010897 102.2762 257.8965 14.40133131117978
-FUSE 1
-1 25791U 99035A   01261.73156198 +.00001238 +00000-0 +32981-3 0 03916
-2 25791 024.9787 018.7732 0010906 093.5350 266.6406 14.40131469117857
-FUSE 1
-1 25791U 99035A   01260.76138915  .00001191  00000-0  31510-3 0  3707
-2 25791  24.9789  24.7033 0010879  83.2256 276.9490 14.40129023117715
-FUSE 1
-1 25791U 99035A   01259.92981039 +.00001175 +00000-0 +31013-3 0 03874
-2 25791 024.9786 029.7863 0010871 074.4468 285.7243 14.40127147117592
-FUSE 1
-1 25791U 99035A   01259.58331925  .00001147  00000-0  30130-3 0  3697
-2 25791  24.9787  31.9057 0010852  70.6480 289.5197 14.40126176117540
-FUSE 1
-1 25791U 99035A   01258.95963335 +.00001144 +00000-0 +30044-3 0 03874
-2 25791 024.9786 035.7176 0010865 064.0853 296.0773 14.40124921117457
-FUSE 1
-1 25791U 99035A   01258.54384331  .00001102  00000-0  28749-3 0  3684
-2 25791  24.9787  38.2594 0010849  59.6296 300.5294 14.40123716117396
-FUSE 1
-1 25791U 99035A   01256.88067564  .00001029  00000-0  26472-3 0  3673
-2 25791  24.9789  48.4246 0010881  42.1181 318.0162 14.40120076117159
-FUSE 1
-1 25791U 99035A   01255.84119312 +.00000982 +00000-0 +24994-3 0 03828
-2 25791 024.9791 054.7780 0010906 031.2706 328.8450 14.40117913117004
-FUSE 1
-1 25791U 99035A   01255.56399752  .00000973  00000-0  24725-3 0  3669
-2 25791  24.9790  56.4726 0010911  28.3803 331.7300 14.40117363116963
-FUSE 1
-1 25791U 99035A   01254.17801710  .00000928  00000-0  23335-3 0  3652
-2 25791  24.9790  64.9453 0010913  13.8647 346.2161 14.40114762116765
-FUSE 1
-1 25791U 99035A   01253.13853000  .00000871  00000-0  21540-3 0  3648
-2 25791  24.9793  71.2996 0010924   2.8497 357.2074 14.40112768116617
-FUSE 1
-1 25791U 99035A   01251.89114396  .00000824  00000-0  20070-3 0  3631
-2 25791  24.9796  78.9282 0010899 349.5744  10.4536 14.40110640116437
-FUSE 1
-1 25791U 99035A   01250.57445682  .00000789  00000-0  18992-3 0  3629
-2 25791  24.9798  86.9794 0010848 335.6563  24.3436 14.40108640116244
-FUSE 1
-1 25791U 99035A   01249.39636695  .00000757  00000-0  18011-3 0  3619
-2 25791  24.9802  94.1822 0010810 323.2224  36.7543 14.40106962116071
-FUSE 1
-1 25791U 99035A   01248.91127102 +.00000751 +00000-0 +17803-3 0 03830
-2 25791 024.9803 097.1479 0010787 318.2500 041.7192 14.40106349116005
-FUSE 1
-1 25791U 99035A   01248.21827703  .00000711  00000-0  16549-3 0  3604
-2 25791  24.9806 101.3869 0010851 311.0280  48.9290 14.40105201115909
-FUSE 1
-1 25791U 99035A   01247.94107926 +.00000692 +00000-0 +15961-3 0 03998
-2 25791 024.9808 103.0812 0010848 308.0548 051.8982 14.40104743115863
-FUSE 1
-1 25791U 99035A   01246.97088639 +.00000665 +00000-0 +15119-3 0 03624
-2 25791 024.9811 109.0135 0010822 297.4688 062.4719 14.40103568115724
-FUSE 1
-1 25791U 99035A   01246.90158683  .00000665  00000-0  15140-3 0  3594
-2 25791  24.9811 109.4371 0010823 296.7486  63.1913 14.40103507115715
-FUSE 1
-1 25791U 99035A   01245.86209396  .00000696  00000-0  16089-3 0  3582
-2 25791  24.9808 115.7946 0010841 285.1746  74.7568 14.40102728115561
-FUSE 1
-1 25791U 99035A   01244.47610489  .00000659  00000-0  14935-3 0  3573
-2 25791  24.9811 124.2700 0010831 270.7608  89.1659 14.40100949115366
-FUSE 1
-1 25791U 99035A   01243.36731275  .00000662  00000-0  15021-3 0  3567
-2 25791  24.9811 131.0482 0010866 258.9721 100.9574 14.40099892115206
-FUSE 1
-1 25791U 99035A   01242.25852056  .00000648  00000-0  14586-3 0  3553
-2 25791  24.9814 137.8264 0010894 247.3559 112.5794 14.40098711115047
-FUSE 1
-1 25791U 99035A   01241.98132292 +.00000630 +00000-0 +14046-3 0 03737
-2 25791 024.9816 139.5223 0010941 244.5808 115.3567 14.40098300115001
-FUSE 1
-1 25791U 99035A   01241.21902828  .00000629  00000-0  14009-3 0  3549
-2 25791  24.9817 144.1835 0011009 236.5844 123.3610 14.40097610114897
-FUSE 1
-1 25791U 99035A   01239.97163784 +.00000567 +00000-0 +12075-3 0 03541
-2 25791 024.9822 151.8119 0011137 224.0036 135.9578 14.40096009114714
-FUSE 1
-1 25791U 99035A   01239.90233840  .00000573  00000-0  12271-3 0  3539
-2 25791  24.9822 152.2355 0011140 223.3426 136.6211 14.40096007114709
-FUSE 1
-1 25791U 99035A   01238.93214506 +.00000578 +00000-0 +12417-3 0 03569
-2 25791 024.9822 158.1667 0011192 213.0996 146.8828 14.40095287114565
-FUSE 1
-1 25791U 99035A   01238.44704821  .00000558  00000-0  11791-3 0  3527
-2 25791  24.9823 161.1314 0011195 208.1454 151.8451 14.40094733114491
-FUSE 1
-1 25791U 99035A   01237.19965619  .00000543  00000-0  11309-3 0  3510
-2 25791  24.9826 168.7556 0011260 195.0033 165.0141 14.40093691114311
-FUSE 1
-1 25791U 99035A   01235.46716564  .00000559  00000-0  11830-3 0  3506
-2 25791  24.9826 179.3436 0011265 177.0928 182.9645 14.40092549114064
-FUSE 1
-1 25791U 99035A   01234.91276874 +.00000555 +00000-0 +11697-3 0 03518
-2 25791 024.9826 182.7322 0011267 171.3778 188.6930 14.40092091113980
-FUSE 1
-1 25791U 99035A   01234.21977186  .00000553  00000-0  11627-3 0  3493
-2 25791  24.9827 186.9667 0011270 164.0792 196.0070 14.40091557113881
-FUSE 1
-1 25791U 99035A   01233.18027640  .00000553  00000-0  11642-3 0  3485
-2 25791  24.9827 193.3193 0011293 153.2255 206.8853 14.40090779113734
-FUSE 1
-1 25791U 99035A   01231.72498050  .00000562  00000-0  11920-3 0  3478
-2 25791  24.9824 202.2156 0011301 138.1751 221.9616 14.40089739113529
-FUSE 1
-1 25791U 99035A   01230.54688298  .00000525  00000-0  10770-3 0  3462
-2 25791  24.9834 209.4179 0011313 126.3801 233.7753 14.40088665113353
-FUSE 1
-1 25791U 99035A   01229.23018362  .00000520  00000-0  10610-3 0  3452
-2 25791  24.9836 217.4680 0011315 112.6116 247.5590 14.40087703113163
-FUSE 1
-1 25791U 99035A   01228.81438323 +.00000515 +00000-0 +10467-3 0 03665
-2 25791 024.9835 220.0093 0011311 108.2127 251.9609 14.40087362113104
-FUSE 1
-1 25791U 99035A   01227.84418190  .00000497  00000-0  98977-4 0  3445
-2 25791  24.9840 225.9413 0011274  98.5742 261.6044 14.40086582112969
-FUSE 1
-1 25791U 99035A   01226.66607788 +.00000493 +00000-0 +97886-4 0 03463
-2 25791 024.9839 233.1408 0011275 086.3501 273.8298 14.40085796112794
-FUSE 1
-1 25791U 99035A   01226.52747722  .00000492  00000-0  97361-4 0  3435
-2 25791  24.9840 233.9884 0011272  84.8774 275.3014 14.40085704112774
-FUSE 1
-1 25791U 99035A   01225.21077022  .00000514  00000-0  10445-3 0  3420
-2 25791  24.9840 242.0362 0011245  71.4518 288.7213 14.40085082112581
-FUSE 1
-1 25791U 99035A   01223.89406193  .00000470  00000-0  90604-4 0  3413
-2 25791  24.9848 250.0849 0011117  57.6806 302.4776 14.40083898112392
-FUSE 1
-1 25791U 99035A   01222.78525341  .00000440  00000-0  81399-4 0  3404
-2 25791  24.9853 256.8629 0011047  46.0947 314.0477 14.40083059112237
-FUSE 1
-1 25791U 99035A   01221.95364609 +.00000421 +00000-0 +75317-4 0 03435
-2 25791 024.9857 261.9471 0011006 037.3315 322.7958 14.40082476112119
-FUSE 1
-1 25791U 99035A   01221.53784190  .00000421  00000-0  75510-4 0  3390
-2 25791  24.9858 264.4889 0010990  32.9399 327.1792 14.40082299112056
-FUSE 1
-1 25791U 99035A   01220.98343688 +.00000390 +00000-0 +65848-4 0 03579
-2 25791 024.9859 267.8782 0010962 026.9957 333.1120 14.40081738111977
-FUSE 1
-1 25791U 99035A   01220.22112886  .00000387  00000-0  64765-4 0  3382
-2 25791  24.9860 272.5393 0010909  18.8496 341.2417 14.40081380111869
-FUSE 1
-1 25791U 99035A   01218.97371408  .00000391  00000-0  65912-4 0  3377
-2 25791  24.9861 280.1628 0010876   5.5029 354.5594 14.40080902111686
-FUSE 1
-1 25791U 99035A   01217.86490136  .00000373  00000-0  60393-4 0  3361
-2 25791  24.9866 286.9411 0010853 353.7666   6.2707 14.40080339111529
-FUSE 1
-1 25791U 99035A   01216.82538872  .00000371  00000-0  59777-4 0  3357
-2 25791  24.9868 293.2962 0010793 342.5968  17.4161 14.40079940111374
-FUSE 1
-1 25791U 99035A   01215.57797329  .00000400  00000-0  68747-4 0  3341
-2 25791  24.9867 300.9214 0010734 329.1452  30.8424 14.40079711111190
-FUSE 1
-1 25791U 99035A   01214.88496511 +.00000411 +00000-0 +72102-4 0 03738
-2 25791 024.9865 305.1569 0010752 321.8056 038.1700 14.40079469111094
-FUSE 1
-1 25791U 99035A   01213.91475370 +.00000418 +00000-0 +74537-4 0 03349
-2 25791 024.9864 311.0878 0010770 311.6786 048.2800 14.40079073110957
-FUSE 1
-1 25791U 99035A   01213.84545284  .00000418  00000-0  74517-4 0  3330
-2 25791  24.9864 311.5114 0010770 310.9520  49.0052 14.40079040110944
-FUSE 1
-1 25791U 99035A   01212.94454257 +.00000434 +00000-0 +79248-4 0 03344
-2 25791 024.9864 317.0188 0010768 301.3288 058.6164 14.40078734110813
-FUSE 1
-1 25791U 99035A   01212.80594067  .00000444  00000-0  82373-4 0  3325
-2 25791  24.9863 317.8657 0010766 299.6889  60.2542 14.40078761110791
-FUSE 1
-1 25791U 99035A   01211.90503055 +.00000468 +00000-0 +90090-4 0 03446
-2 25791 024.9863 323.3726 0010776 290.0365 069.8977 14.40078499110666
-FUSE 1
-1 25791U 99035A   01211.55852704  .00000460  00000-0  87431-4 0  3318
-2 25791  24.9864 325.4904 0010823 286.2525  73.6791 14.40078234110615
-FUSE 1
-1 25791U 99035A   01210.93482022 +.00000472 +00000-0 +91278-4 0 03633
-2 25791 024.9864 329.3017 0010848 279.6419 080.2862 14.40077996110525
-FUSE 1
-1 25791U 99035A   01210.17251264  .00000478  00000-0  93199-4 0  3305
-2 25791  24.9863 333.9619 0010873 271.6318  88.2943 14.40077601110410
-FUSE 1
-1 25791U 99035A   01208.85579991  .00000490  00000-0  96802-4 0  3293
-2 25791  24.9866 342.0099 0010922 257.5431 102.3853 14.40076934110225
-FUSE 1
-1 25791U 99035A   01207.81629030  .00000501  00000-0  10023-3 0  3280
-2 25791  24.9867 348.3635 0010966 246.5884 113.3470 14.40076398110073
-FUSE 1
-1 25791U 99035A   01206.91538249 +.00000508 +00000-0 +10250-3 0 03415
-2 25791 024.9866 353.8713 0010987 237.1497 122.7945 14.40075887109946
-FUSE 1
-1 25791U 99035A   01206.56887963  .00000511  00000-0  10326-3 0  3278
-2 25791  24.9867 355.9893 0011012 233.5318 126.4174 14.40075691109893
-FUSE 1
-1 25791U 99035A   01205.87587337 +.00000527 +00000-0 +10839-3 0 03505
-2 25791 024.9868 000.2251 0011076 226.2868 133.6720 14.40075413109799
-FUSE 1
-1 25791U 99035A   01205.25216864  .00000510  00000-0  10313-3 0  3263
-2 25791  24.9867   4.0363 0011090 219.8115 140.1582 14.40074798109708
-FUSE 1
-1 25791U 99035A   01203.93545728 +.00000516 +00000-0 +10479-3 0 03269
-2 25791 024.9866 012.0811 0011114 206.0591 153.9357 14.40073969109517
-FUSE 1
-1 25791U 99035A   01203.86615663  .00000516  00000-0  10479-3 0  3256
-2 25791  24.9866  12.5045 0011114 205.3331 154.6628 14.40073923109503
-FUSE 1
-1 25791U 99035A   01202.96524958 +.00000508 +00000-0 +10233-3 0 03486
-2 25791 024.9865 018.0111 0011154 196.1382 163.8780 14.40073233109374
-FUSE 1
-1 25791U 99035A   01202.54944641  .00000493  00000-0  97826-4 0  3246
-2 25791  24.9863  20.5527 0011169 191.8050 168.2200 14.40072784109311
-FUSE 1
-1 25791U 99035A   01201.16343360  .00000507  00000-0  10206-3 0  3235
-2 25791  24.9866  29.0225 0011223 177.3906 182.6661 14.40072075109115
-FUSE 1
-1 25791U 99035A   01200.12393049  .00000384  00000-0  63784-4 0  3221
-2 25791  24.9826  35.4045 0011352 165.2759 194.8082 14.40070335108968
-FUSE 1
-1 25791U 99035A   01198.94581712 +.00000454 +00000-0 +85448-4 0 03255
-2 25791 024.9819 042.6054 0011509 153.7866 206.3225 14.40070361108793
-FUSE 1
-1 25791U 99035A   01198.87651654  .00000454  00000-0  85668-4 0  3210
-2 25791  24.9819  43.0290 0011506 153.0511 207.0603 14.40070330108780
-FUSE 1
-1 25791U 99035A   01197.90630513 +.00000543 +00000-0 +11321-3 0 03251
-2 25791 024.9814 048.9614 0011667 143.2067 216.9249 14.40070553108641
-FUSE 1
-1 25791U 99035A   01197.83700416  .00000546  00000-0  11423-3 0  3204
-2 25791  24.9813  49.3856 0011672 142.5933 217.5379 14.40070523108630
-FUSE 1
-1 25791U 99035A   01196.93609183 +.00000693 +00000-0 +16016-3 0 03423
-2 25791 024.9796 054.8902 0011793 132.6084 227.5393 14.40070954108505
-FUSE 1
-1 25791U 99035A   01196.45099063  .00000473  00000-0  91615-4 0  3199
-2 25791  24.9825  57.8656 0011228 128.4789 231.6720 14.40068671108430
-FUSE 1
-1 25791U 99035A   01195.20357322  .00000505  00000-0  10164-3 0  3180
-2 25791  24.9825  65.4916 0011215 116.0156 244.1500 14.40068220108256
-FUSE 1
-1 25791U 99035A   01194.02545613  .00000499  00000-0  99733-4 0  3172
-2 25791  24.9826  72.6920 0011188 103.4129 256.7628 14.40067381108089
-FUSE 1
-1 25791U 99035A   01193.95615541 +.00000494 +00000-0 +98068-4 0 03356
-2 25791 024.9827 073.1157 0011179 102.6649 257.5123 14.40067286108078
-FUSE 1
-1 25791U 99035A   01192.50083132  .00000493  00000-0  97812-4 0  3165
-2 25791  24.9831  82.0131 0011146  87.3221 272.8568 14.40066408107867
-FUSE 1
-1 25791U 99035A   01191.94642156 +.00000499 +00000-0 +99730-4 0 03267
-2 25791 024.9831 085.4021 0011170 081.6595 278.5190 14.40066125107781
-FUSE 1
-1 25791U 99035A   01191.18410683  .00000513  00000-0  10412-3 0  3155
-2 25791  24.9835  90.0635 0011114  74.2217 285.9515 14.40065843107672
-FUSE 1
-1 25791U 99035A   01190.14458616  .00000519  00000-0  10586-3 0  3145
-2 25791  24.9834  96.4153 0011128  63.2236 296.9407 14.40065179107528
-FUSE 1
-1 25791U 99035A   01188.89716000  .00000517  00000-0  10535-3 0  3139
-2 25791  24.9835 104.0390 0011105  50.1547 309.9937 14.40064329107342
-FUSE 1
-1 25791U 99035A   01187.85763598  .00000560  00000-0  11885-3 0  3124
-2 25791  24.9834 110.3927 0011027  39.7903 320.3413 14.40064059107198
-FUSE 1
-1 25791U 99035A   01186.26369845  .00000576  00000-0  12383-3 0  3115
-2 25791  24.9833 120.1320 0011040  23.1413 336.9590 14.40062964106967
-FUSE 1
-1 25791U 99035A   01185.22417234  .00000611  00000-0  13466-3 0  3108
-2 25791  24.9832 126.4851 0010938  12.2821 347.7952 14.40062479106818
-FUSE 1
-1 25791U 99035A   01183.90743981  .00000616  00000-0  13632-3 0  3090
-2 25791  24.9835 134.5338 0011000 358.4299   1.6173 14.40061396106623
-FUSE 1
-1 25791U 99035A   01182.72930922  .00000647  00000-0  14599-3 0  3088
-2 25791  24.9835 141.7349 0010932 346.1083  13.9122 14.40060663106450
-FUSE 1
-1 25791U 99035A   01181.55117807  .00000655  00000-0  14826-3 0  3078
-2 25791  24.9833 148.9349 0010989 333.0109  26.9827 14.40059608106287
-FUSE 1
-1 25791U 99035A   01180.23444311  .00000674  00000-0  15430-3 0  3067
-2 25791  24.9834 156.9835 0010915 318.5214  41.4471 14.40058589106094
-FUSE 1
-1 25791U 99035A   01179.95723625 +.00000660 +00000-0 +14998-3 0 03537
-2 25791 024.9835 158.6778 0010936 315.4784 044.4860 14.40058184106053
-FUSE 1
-1 25791U 99035A   01178.98701077 +.00000700 +00000-0 +16223-3 0 03095
-2 25791 024.9839 164.6103 0010804 304.5310 055.4225 14.40057715105914
-FUSE 1
-1 25791U 99035A   01178.91770917  .00000670  00000-0  15306-3 0  3050
-2 25791  24.9837 165.0340 0010775 303.9328  56.0166 14.40057316105906
-FUSE 1
-1 25791U 99035A   01177.94748394 +.00000667 +00000-0 +15215-3 0 03051
-2 25791 024.9839 170.9631 0010758 293.8032 066.1362 14.40056346105762
-FUSE 1
-1 25791U 99035A   01177.80888028  .00000659  00000-0  14952-3 0  3042
-2 25791  24.9838 171.8101 0010748 292.4036  67.5332 14.40056120105741
-FUSE 1
-1 25791U 99035A   01176.83865444 +.00000669 +00000-0 +15256-3 0 03062
-2 25791 024.9836 177.7390 0010771 281.9230 078.0068 14.40055269105600
-FUSE 1
-1 25791U 99035A   01176.56144703  .00000675  00000-0  15449-3 0  3038
-2 25791  24.9837 179.4333 0010795 278.8637  81.0649 14.40055073105566
-FUSE 1
-1 25791U 99035A   01175.86842919 +.00000678 +00000-0 +15546-3 0 03316
-2 25791 024.9837 183.6698 0010800 271.5427 088.3843 14.40054412105462
-FUSE 1
-1 25791U 99035A   01175.24471298  .00000688  00000-0  15855-3 0  3028
-2 25791  24.9839 187.4824 0010794 264.9104  95.0170 14.40053918105375
-FUSE 1
-1 25791U 99035A   01173.85867780  .00000677  00000-0  15522-3 0  3016
-2 25791  24.9839 195.9535 0010801 250.3967 109.5372 14.40052381105179
-FUSE 1
-1 25791U 99035A   01172.95775496 +.00000670 +00000-0 +15307-3 0 03067
-2 25791 024.9841 201.4598 0010826 240.8926 119.0499 14.40051405105048
-FUSE 1
-1 25791U 99035A   01172.54194415  .00000672  00000-0  15364-3 0  3007
-2 25791  24.9843 204.0010 0010840 236.4724 123.4748 14.40051033104986
-FUSE 1
-1 25791U 99035A   01171.98753138 +.00000679 +00000-0 +15575-3 0 03288
-2 25791 024.9843 207.3895 0010842 230.3514 129.6117 14.40050582104903
-FUSE 1
-1 25791U 99035A   01171.22521133  .00000677  00000-0  15522-3 0  2990
-2 25791  24.9854 212.0560 0010996 222.3356 137.6304 14.40049810104798
-FUSE 1
-1 25791U 99035A   01169.97777976 +.00000651 +00000-0 +14719-3 0 02996
-2 25791 024.9854 219.6805 0010993 209.2640 150.7249 14.40048323104613
-FUSE 1
-1 25791U 99035A   01169.83917607  .00000653  00000-0  14780-3 0  2987
-2 25791  24.9854 220.5274 0010997 207.8311 152.1606 14.40048213104595
-FUSE 1
-1 25791U 99035A   01168.93825267 +.00000639 +00000-0 +14331-3 0 02983
-2 25791 024.9853 226.0330 0011011 198.4101 161.6008 14.40047199104467
-FUSE 1
-1 25791U 99035A   01168.79964884  .00000639  00000-0  14331-3 0  2975
-2 25791  24.9853 226.8798 0011011 196.9581 163.0554 14.40047071104447
-FUSE 1
-1 25791U 99035A   01167.55221537  .00000637  00000-0  14282-3 0  2961
-2 25791  24.9855 234.5040 0011049 184.0993 175.9424 14.40045914104263
-FUSE 1
-1 25791U 99035A   01166.51268687  .00000629  00000-0  14035-3 0  2959
-2 25791  24.9856 240.8573 0011071 173.3506 186.7149 14.40044884104114
-FUSE 1
-1 25791U 99035A   01165.95827450 +.00000603 +00000-0 +13200-3 0 03120
-2 25791 024.9848 244.2600 0010963 166.9546 193.1247 14.40044112104031
-FUSE 1
-1 25791U 99035A   01165.40385861  .00000599  00000-0  13098-3 0  2943
-2 25791  24.9849 247.6487 0010973 161.1937 198.8977 14.40043624103953
-FUSE 1
-1 25791U 99035A   01164.22572358  .00000615  00000-0  13598-3 0  2934
-2 25791  24.9850 254.8490 0011010 149.2494 210.8676 14.40042799103781
-FUSE 1
-1 25791U 99035A   01163.87921276 +.00000615 +00000-0 +13599-3 0 03270
-2 25791 024.9849 256.9662 0011011 145.6235 214.4988 14.40042491103737
-FUSE 1
-1 25791U 99035A   01163.18619226  .00000575  00000-0  12336-3 0  2927
-2 25791  24.9852 261.2039 0011012 139.1112 221.0231 14.40041529103636
-FUSE 1
-1 25791U 99035A   01162.90898327 +.00000573 +00000-0 +12283-3 0 03321
-2 25791 024.9853 262.8977 0011009 136.1629 223.9749 14.40041298103594
-FUSE 1
-1 25791U 99035A   01161.86945008  .00000570  00000-0  12199-3 0  2911
-2 25791  24.9855 269.2523 0011028 125.4435 234.7103 14.40040463103442
-FUSE 1
-1 25791U 99035A   01160.55270529  .00000600  00000-0  13110-3 0  2902
-2 25791  24.9853 277.3011 0011033 112.2693 247.8985 14.40039697103257
-FUSE 1
-1 25791U 99035A   01159.51316909  .00000608  00000-0  13389-3 0  2893
-2 25791  24.9855 283.6566 0011020 101.4944 258.6799 14.40038905103107
-FUSE 1
-1 25791U 99035A   01158.95874900 +.00000619 +00000-0 +13726-3 0 03157
-2 25791 024.9854 287.0455 0011021 095.8528 264.3235 14.40038518103026
-FUSE 1
-1 25791U 99035A   01158.40432836  .00000637  00000-0  14284-3 0  2884
-2 25791  24.9854 290.4346 0011007  89.9818 270.1950 14.40038207102947
-FUSE 1
-1 25791U 99035A   01157.22618367  .00000647  00000-0  14588-3 0  2875
-2 25791  24.9857 297.6350 0011049  77.7985 282.3753 14.40037223102774
-FUSE 1
-1 25791U 99035A   01156.18664290  .00000642  00000-0  14440-3 0  2866
-2 25791  24.9861 303.9893 0011005  67.0287 293.1376 14.40036236102629
-FUSE 1
-1 25791U 99035A   01154.86988814  .00000664  00000-0  15129-3 0  2858
-2 25791  24.9862 312.0359 0010968  53.2775 306.8736 14.40035235102433
-FUSE 1
-1 25791U 99035A   01153.55313207  .00000654  00000-0  14823-3 0  2849
-2 25791  24.9862 320.0822 0010917  39.4182 320.7119 14.40033855102244
-FUSE 1
-1 25791U 99035A   01152.51358604  .00000656  00000-0  14876-3 0  2833
-2 25791  24.9862 326.4348 0010879  28.5266 331.5835 14.40032889102090
-FUSE 1
-1 25791U 99035A   01151.95916093 +.00000658 +00000-0 +14954-3 0 03067
-2 25791 024.9864 329.8227 0010858 022.6676 337.4309 14.40032401102015
-FUSE 1
-1 25791U 99035A   01151.33543277  .00000649  00000-0  14671-3 0  2828
-2 25791  24.9863 333.6343 0010866  15.9419 344.1429 14.40031685101925
-FUSE 1
-1 25791U 99035A   01150.15727791  .00000654  00000-0  14810-3 0  2812
-2 25791  24.9864 340.8337 0010840   3.4915 356.5667 14.40030638101753
-FUSE 1
-1 25791U 99035A   01149.88006493 +.00000653 +00000-0 +14785-3 0 03135
-2 25791 024.9866 342.5280 0010826 000.5019 359.5497 14.40030376101717
-FUSE 1
-1 25791U 99035A   01148.90982283  .00000634  00000-0  14209-3 0  2800
-2 25791  24.9866 348.4566 0010800 350.2840   9.7632 14.40029222101575
-FUSE 1
-1 25791U 99035A   01147.38515028  .00000579  00000-0  12480-3 0  2795
-2 25791  24.9837 357.7948 0010793 333.6467  26.3492 14.40027134101356
-FUSE 1
-1 25791U 99035A   01146.20699331  .00000565  00000-0  12045-3 0  2786
-2 25791  24.9838   4.9959 0010786 321.0840  38.8893 14.40026061101180
-FUSE 1
-1 25791U 99035A   01144.89022932  .00000533  00000-0  11042-3 0  2776
-2 25791  24.9841  13.0436 0010817 306.9215  53.0301 14.40024823100993
-FUSE 1
-1 25791U 99035A   01143.91998144 +.00000546 +00000-0 +11428-3 0 02924
-2 25791 024.9842 018.9724 0010816 296.5378 063.4019 14.40024274100857
-FUSE 1
-1 25791U 99035A   01143.36555441  .00000551  00000-0  11588-3 0  2767
-2 25791  24.9842  22.3601 0010810 290.7426  69.1925 14.40023904100773
-FUSE 1
-1 25791U 99035A   01142.94973432 +.00000553 +00000-0 +11652-3 0 02881
-2 25791 024.9843 024.9015 0010807 286.3744 073.5580 14.40023633100710
-FUSE 1
-1 25791U 99035A   01142.32600379  .00000567  00000-0  12088-3 0  2755
-2 25791  24.9842  28.7136 0010785 279.8487  80.0792 14.40023279100625
-FUSE 1
-1 25791U 99035A   01141.91018440 +.00000540 +00000-0 +11242-3 0 02900
-2 25791 024.9840 031.2547 0010893 276.2467 083.6799 14.40022637100563
-FUSE 1
-1 25791U 99035A   01141.21715079  .00000549  00000-0  11542-3 0  2749
-2 25791  24.9840  35.4898 0010896 268.8475  91.0785 14.40022229100461
-FUSE 1
-1 25791U 99035A   01139.90038775  .00000571  00000-0  12219-3 0  2739
-2 25791  24.9839  43.5397 0010931 255.0386 104.8911 14.40021439100277
-FUSE 1
-1 25791U 99035A   01138.58362425  .00000609  00000-0  13389-3 0  2724
-2 25791  24.9837  51.5882 0011072 241.1629 118.7758 14.40020744100086
-FUSE 1
-1 25791U 99035A   01137.33616481  .00000661  00000-0  15031-3 0  2713
-2 25791  24.9839  59.2112 0011101 227.8811 132.0752 14.40020162 99901
-FUSE 1
-1 25791U 99035A   01136.22731284  .00000674  00000-0  15435-3 0  2700
-2 25791  24.9841  65.9875 0011119 216.3279 143.6473 14.40019220 99747
-FUSE 1
-1 25791U 99035A   01134.97985363 +.00000712 +00000-0 +16613-3 0 02734
-2 25791 024.9840 073.6131 0011195 203.7721 156.2269 14.40018339099566
-FUSE 1
-1 25791U 99035A   01134.91055026  .00000715  00000-0  16725-3 0  2694
-2 25791  24.9839  74.0366 0011202 203.0881 156.9123 14.40018302 99553
-FUSE 1
-1 25791U 99035A   01133.94030404 +.00000743 +00000-0 +17573-3 0 02737
-2 25791 024.9839 079.9663 0011198 193.0427 166.9790 14.40017554099419
-FUSE 1
-1 25791U 99035A   01133.45518076  .00000746  00000-0  17689-3 0  2684
-2 25791  24.9839  82.9302 0011209 188.0450 171.9871 14.40017047 99341
-FUSE 1
-1 25791U 99035A   01132.20772024  .00000785  00000-0  18898-3 0  2676
-2 25791  24.9839  90.5544 0011269 175.2870 184.7740 14.40016047 99160
-FUSE 1
-1 25791U 99035A   01130.96025905 +.00000820 +00000-0 +19980-3 0 02691
-2 25791 024.9841 098.1782 0011296 162.1732 197.9172 14.40014946098983
-FUSE 1
-1 25791U 99035A   01130.89095562  .00000820  00000-0  20001-3 0  2662
-2 25791  24.9841  98.6016 0011296 161.4536 198.6384 14.40014866 98975
-FUSE 1
-1 25791U 99035A   01129.92071030 +.00000847 +00000-0 +20834-3 0 02661
-2 25791 024.9833 104.5520 0011085 151.6354 208.4757 14.40014053098835
-FUSE 1
-1 25791U 99035A   01129.85140680  .00000850  00000-0  20936-3 0  2657
-2 25791  24.9832 104.9757 0011084 150.9394 209.1729 14.40013984 98823
-FUSE 1
-1 25791U 99035A   01128.95046107 +.00000863 +00000-0 +21348-3 0 02704
-2 25791 024.9831 110.4816 0011082 141.5157 218.6142 14.40012890098695
-FUSE 1
-1 25791U 99035A   01128.53463956  .00000867  00000-0  21456-3 0  2640
-2 25791  24.9830 113.0225 0011082 137.1961 222.9409 14.40012343 98632
-FUSE 1
-1 25791U 99035A   01127.98021059 +.00000880 +00000-0 +21866-3 0 02822
-2 25791 024.9832 116.4114 0011088 131.3728 228.7736 14.40011719098555
-FUSE 1
-1 25791U 99035A   01127.21786998  .00000884  00000-0  22005-3 0  2637
-2 25791  24.9831 121.0699 0011080 123.3961 236.7608 14.40010685 98442
-FUSE 1
-1 25791U 99035A   01125.90109773  .00000892  00000-0  22255-3 0  2626
-2 25791  24.9833 129.1184 0011028 109.9749 250.1950 14.40008904 98258
-FUSE 1
-1 25791U 99035A   01124.86153846  .00000895  00000-0  22336-3 0  2612
-2 25791  24.9835 135.4720 0010976  99.2838 260.8908 14.40007464 98102
-FUSE 1
-1 25791U 99035A   01123.82197729  .00000903  00000-0  22598-3 0  2604
-2 25791  24.9836 141.8244 0010956  88.5472 271.6290 14.40006059 97953
-FUSE 1
-1 25791U 99035A   01122.78241421  .00000914  00000-0  22957-3 0  2596
-2 25791  24.9838 148.1778 0010906  77.7606 282.4122 14.40004664 97809
-FUSE 1
-1 25791U 99035A   01121.74284958  .00000909  00000-0  22797-3 0  2588
-2 25791  24.9840 154.5310 0010872  66.8417 293.3235 14.40003100 97659
-FUSE 1
-1 25791U 99035A   01120.98050140 +.00000892 +00000-0 +22245-3 0 02632
-2 25791 024.9840 159.1901 0010848 058.8234 301.3337 14.40001802097545
-FUSE 1
-1 25791U 99035A   01120.56467427  .00000893  00000-0  22276-3 0  2574
-2 25791  24.9840 161.7307 0010845  54.4415 305.7103 14.40001218 97487
-FUSE 1
-1 25791U 99035A   01119.24788803  .00000840  00000-0  20637-3 0  2561
-2 25791  24.9839 169.7779 0010778  40.3623 319.7683 14.39998784 97294
-FUSE 1
-1 25791U 99035A   01117.23804969  .00000814  00000-0  19817-3 0  2547
-2 25791  24.9840 182.0587 0010772  19.4486 340.6431 14.39995823 97003
-FUSE 1
-1 25791U 99035A   01116.96083039 +.00000802 +00000-0 +19449-3 0 02877
-2 25791 024.9843 183.7523 0010778 016.6787 343.4072 14.39995329096960
-FUSE 1
-1 25791U 99035A   01116.19847490  .00001304  00000-0  35116-3 0  2531
-2 25791  24.9827 188.4092 0011139   8.8375 351.2331 14.39996795 96854
-FUSE 1
-1 25791U 99035A   01114.88168133 +.00000626 +00000-0 +13955-3 0 02538
-2 25791 024.9832 196.4565 0011007 354.8618 005.1760 14.39992143096665
-FUSE 1
-1 25791U 99035A   01114.81237588  .00000730  00000-0  17192-3 0  2524
-2 25791  24.9832 196.8805 0010974 353.8797   6.1556 14.39992378 96658
-FUSE 1
-1 25791U 99035A   01113.91141013 +.00001105 +00000-0 +28900-3 0 02583
-2 25791 024.9832 202.3874 0010818 344.5129 015.5072 14.39992088096521
-FUSE 1
-1 25791U 99035A   01113.56488467  .00000804  00000-0  19509-3 0  2514
-2 25791  24.9836 204.5049 0010848 340.9754  19.0347 14.39990691 96476
-FUSE 1
-1 25791U 99035A   01112.87183381 +.00000588 +00000-0 +12770-3 0 02853
-2 25791 024.9838 208.7401 0010866 334.2845 025.7120 14.39989069096372
-FUSE 1
-1 25791U 99035A   01112.24808739  .00000697  00000-0  16161-3 0  2506
-2 25791  24.9837 212.5519 0010856 327.7806  32.2065 14.39988758 96282
-FUSE 1
-1 25791U 99035A   01110.86198210  .00000839  00000-0  20609-3 0  2496
-2 25791  24.9833 221.0217 0010828 312.9646  46.9953 14.39987824 96084
-FUSE 1
-1 25791U 99035A   01109.96101490 +.00000640 +00000-0 +14376-3 0 02662
-2 25791 024.9835 226.5270 0010746 303.7230 056.2253 14.39986069095953
-FUSE 1
-1 25791U 99035A   01109.54518505  .00000698  00000-0  16199-3 0  2483
-2 25791  24.9825 229.0749 0010853 299.3689  60.5757 14.39985563 95896
-FUSE 1
-1 25791U 99035A   01108.92143892 +.00000424 +00000-0 +76456-4 0 02689
-2 25791 024.9835 232.8933 0010773 292.5014 067.4341 14.39984084095805
-FUSE 1
-1 25791U 99035A   01108.43630231  .00000475  00000-0  92307-4 0  2479
-2 25791  24.9841 235.8622 0010842 287.1593  72.7725 14.39984197 95731
-FUSE 1
-1 25791U 99035A   01107.25811420  .00000342  00000-0  50688-4 0  2467
-2 25791  24.9840 243.0654 0010850 274.6194  85.3080 14.39982982 95568
-FUSE 1
-1 25791U 99035A   01106.91158787 +.00000319 +00000-0 +43545-4 0 02816
-2 25791 024.9842 245.1833 0010843 270.9361 088.9901 14.39982821095517
-FUSE 1
-1 25791U 99035A   01105.94131510 +.00000457 +00000-0 +86612-4 0 02469
-2 25791 024.9838 251.1154 0010905 261.3015 098.6260 14.39982811095373
-FUSE 1
-1 25791U 99035A   01105.87200985  .00000459  00000-0  87250-4 0  2454
-2 25791  24.9840 251.5393 0010901 260.6320  99.2952 14.39982811 95366
-FUSE 1
-1 25791U 99035A   01104.55520998  .00001008  00000-0  25888-3 0  2445
-2 25791  24.9829 259.5887 0011021 247.1818 112.7523 14.39983372 95172
-FUSE 1
-1 25791U 99035A   01103.51562954  .00001492  00000-0  40988-3 0  2432
-2 25791  24.9842 265.9425 0010869 234.0542 125.8931 14.39984015 95021
-FUSE 1
-1 25791U 99035A   01102.89188107 +.00001731 +00000-0 +48461-3 0 02649
-2 25791 024.9844 269.7554 0011059 227.9140 132.0419 14.39983703094938
-FUSE 1
-1 25791U 99035A   01102.54535407  .00001893  00000-0  53504-3 0  2429
-2 25791  24.9846 271.8734 0010921 223.7407 136.2232 14.39983757 94883
-FUSE 1
-1 25791U 99035A   01101.92160517 +.00002030 +00000-0 +57800-3 0 02647
-2 25791 024.9848 275.6854 0011217 217.6844 142.2874 14.39982801094794
-FUSE 1
-1 25791U 99035A   01101.57507715  .00002190  00000-0  62781-3 0  2419
-2 25791  24.9854 277.8031 0010956 213.3871 146.5941 14.39983161 94741
-FUSE 1
-1 25791U 99035A   01100.88202474 +.00002253 +00000-0 +64777-3 0 02660
-2 25791 024.9853 282.0379 0011053 206.6572 153.3357 14.39981020094643
-FUSE 1
-1 25791U 99035A   01100.18897006  .00002361  00000-0  68129-3 0  2401
-2 25791  24.9852 286.2722 0011029 198.9302 161.0725 14.39979226 94546
-FUSE 1
-1 25791U 99035A   01099.91174907 +.00002395 +00000-0 +69207-3 0 02750
-2 25791 024.9855 287.9660 0011230 196.5404 163.4735 14.39978461094502
-FUSE 1
-1 25791U 99035A   01098.94147224 +.00002530 +00000-0 +73411-3 0 02421
-2 25791 024.9854 293.8958 0011234 186.4584 173.5772 14.39975567094369
-FUSE 1
-1 25791U 99035A   01098.87216662  .00002543  00000-0  73810-3 0  2399
-2 25791  24.9855 294.3194 0011295 185.6074 174.4304 14.39975420 94358
-FUSE 1
-1 25791U 99035A   01097.55535820  .00002756  00000-0  80493-3 0  2383
-2 25791  24.9857 302.3671 0011209 171.5084 188.5605 14.39971661 94162
-FUSE 1
-1 25791U 99035A   01096.51577572  .00001819  00000-0  51232-3 0  2375
-2 25791  24.9851 308.7196 0011060 159.9502 200.1452 14.39962260 94018
-FUSE 1
-1 25791U 99035A   01095.19896006  .00002137  00000-0  61186-3 0  2366
-2 25791  24.9847 316.7677 0011044 146.2105 213.9107 14.39958939 93821
-FUSE 1
-1 25791U 99035A   01094.92173520 +.00002224 +00000-0 +63882-3 0 02749
-2 25791 024.9845 318.4612 0011055 143.4912 216.6355 14.39958128093784
-FUSE 1
-1 25791U 99035A   01093.95144716 +.00002409 +00000-0 +69674-3 0 02410
-2 25791 024.9843 324.3915 0011216 133.1891 226.9554 14.39954609093645
-FUSE 1
-1 25791U 99035A   01093.88214064  .00002499  00000-0  72482-3 0  2359
-2 25791  24.9842 324.8152 0011197 132.3778 227.7676 14.39954543 93635
-FUSE 1
-1 25791U 99035A   01092.91184954 +.00003251 +00000-0 +95975-3 0 02557
-2 25791 024.9837 330.7471 0011246 122.5955 237.5655 14.39950967093498
-FUSE 1
-1 25791U 99035A   01091.17917824  .00003186  00000-0  93968-3 0  2337
-2 25791  24.9835 341.3417 0011318 105.3746 254.8012 14.39939177 93243
-FUSE 1
-1 25791U 99035A   01090.13956723  .00002972  00000-0  87297-3 0  2322
-2 25791  24.9838 347.6958 0011329  94.7440 265.4361 14.39932401 93090
-FUSE 1
-1 25791U 99035A   01088.96133501 +.00002837 +00000-0 +83108-3 0 02339
-2 25791 024.9838 354.9011 0011327 083.2313 276.9488 14.39925595092925
-FUSE 1
-1 25791U 99035A   01088.89202703  .00002815  00000-0  82399-3 0  2317
-2 25791  24.9839 355.3247 0011337  82.5196 277.6602 14.39925159 92915
-FUSE 1
-1 25791U 99035A   01087.92171315 +.00001946 +00000-0 +55260-3 0 02360
-2 25791 024.9847 001.2552 0011205 072.8181 287.3553 14.39918251092772
-FUSE 1
-1 25791U 99035A   01087.85240649  .00001697  00000-0  47485-3 0  2306
-2 25791  24.9849   1.6791 0011193  72.3247 287.8536 14.39917141 92769
-FUSE 1
-1 25791U 99035A   01082.51561712  .00000996  00000-0  25569-3 0  2266
-2 25791  24.9850  34.2906 0010848  15.4515 344.6316 14.39903030 91997
-FUSE 1
-1 25791U 99035A   01081.96114279 +.00000895 +00000-0 +22411-3 0 02357
-2 25791 024.9850 037.6798 0010802 008.8785 351.1917 14.39901631091915
-FUSE 1
-1 25791U 99035A   01081.33735740  .00000887  00000-0  22159-3 0  2259
-2 25791  24.9850  41.4919 0010779   2.2856 357.7699 14.39900735 91826
-FUSE 1
-1 25791U 99035A   01080.92150068 +.00000863 +00000-0 +21388-3 0 02333
-2 25791 024.9849 044.0329 0010784 357.8343 002.2118 14.39899989091763
-FUSE 1
-1 25791U 99035A   01080.22840542  .00000844  00000-0  20810-3 0  2247
-2 25791  24.9848  48.2669 0010801 350.7139   9.3171 14.39898909 91667
-FUSE 1
-1 25791U 99035A   01079.95116702 +.00000849 +00000-0 +20965-3 0 02537
-2 25791 024.9848 049.9618 0010808 347.8135 012.2110 14.39898588091624
-FUSE 1
-1 25791U 99035A   01078.98083194 +.00000863 +00000-0 +21409-3 0 02245
-2 25791 024.9850 055.8907 0010787 337.5934 022.4103 14.39897482091484
-FUSE 1
-1 25791U 99035A   01078.91152241  .00000863  00000-0  21400-3 0  2238
-2 25791  24.9849  56.3142 0010787 336.8603  23.1424 14.39897379 91472
-FUSE 1
-1 25791U 99035A   01077.94118795 +.00000865 +00000-0 +21466-3 0 02296
-2 25791 024.9846 062.2492 0010753 326.7694 033.2147 14.39896112091337
-FUSE 1
-1 25791U 99035A   01077.52532984  .00000862  00000-0  21353-3 0  2225
-2 25791  24.9844  64.7900 0010747 322.4604  37.5154 14.39895491 91270
-FUSE 1
-1 25791U 99035A   01076.48568446  .00000836  00000-0  20539-3 0  2216
-2 25791  24.9842  71.1417 0010785 311.0390  48.9185 14.39893786 91120
-FUSE 1
-1 25791U 99035A   01075.23810913  .00000832  00000-0  20428-3 0  2209
-2 25791  24.9846  78.7649 0010811 297.7413  62.1997 14.39892127 90946
-FUSE 1
-1 25791U 99035A   01073.99053383 +.00000816 +00000-0 +19913-3 0 02209
-2 25791 024.9845 086.3872 0010797 284.5974 075.3336 14.39890279090766
-FUSE 1
-1 25791U 99035A   01073.92122749  .00000816  00000-0  19910-3 0  2190
-2 25791  24.9845  86.8106 0010797 283.8732  76.0753 14.39890190 90757
-FUSE 1
-1 25791U 99035A   01072.88158105 +.00000784 +00000-0 +18923-3 0 02220
-2 25791 024.9830 093.1816 0010740 272.7044 087.2233 14.39888516090601
-FUSE 1
-1 25791U 99035A   01072.53503188  .00000787  00000-0  19030-3 0  2185
-2 25791  24.9830  95.2987 0010757 268.9911  90.9362 14.39888127 90557
-FUSE 1
-1 25791U 99035A   01071.98055429 +.00000763 +00000-0 +18258-3 0 02201
-2 25791 024.9833 098.6880 0010753 263.1759 096.7529 14.39887246090473
-FUSE 1
-1 25791U 99035A   01071.49538471  .00000791  00000-0  19130-3 0  2177
-2 25791  24.9831 101.6522 0010849 257.9268 102.0023 14.39886914 90405
-FUSE 1
-1 25791U 99035A   01070.94090658 +.00000785 +00000-0 +18959-3 0 02469
-2 25791 024.9831 105.0409 0010844 252.1036 107.8288 14.39886182090326
-FUSE 1
-1 25791U 99035A   01070.24780824  .00000809  00000-0  19709-3 0  2161
-2 25791  24.9831 109.2771 0010871 244.6528 115.2853 14.39885565 90220
-FUSE 1
-1 25791U 99035A   01069.20816158  .00000791  00000-0  19153-3 0  2157
-2 25791  24.9832 115.6328 0011054 233.9117 126.0367 14.39884078 90070
-FUSE 1
-1 25791U 99035A   01067.82196489  .00000809  00000-0  19705-3 0  2143
-2 25791  24.9830 124.1033 0011113 218.9869 140.9835 14.39882486 89871
-FUSE 1
-1 25791U 99035A   01066.64369761 +.00000799 +00000-0 +19374-3 0 02169
-2 25791 024.9830 131.3033 0011151 207.0123 152.9803 14.39880895089707
-FUSE 1
-1 25791U 99035A   01066.50507788  .00000796  00000-0  19291-3 0  2139
-2 25791  24.9830 132.1500 0011152 205.5911 154.4046 14.39880702 89684
-FUSE 1
-1 25791U 99035A   01065.88128936 +.00000790 +00000-0 +19103-3 0 02397
-2 25791 024.9831 135.9622 0011122 198.9598 161.0503 14.39879873089593
-FUSE 1
-1 25791U 99035A   01065.18819067  .00000783  00000-0  18885-3 0  2121
-2 25791  24.9834 140.1989 0011152 191.7198 168.3068 14.39878991 89495
-FUSE 1
-1 25791U 99035A   01064.91095089 +.00000771 +00000-0 +18518-3 0 02446
-2 25791 024.9835 141.8928 0011125 188.7032 171.3283 14.39878539089457
-FUSE 1
-1 25791U 99035A   01063.87130138  .00000765  00000-0  18340-3 0  2115
-2 25791  24.9836 148.2465 0011125 177.9406 182.1148 14.39877264 89308
-FUSE 1
-1 25791U 99035A   01063.87130137 +.00000767 +00000-0 +18406-3 0 02120
-2 25791 024.9835 148.2460 0011132 177.9393 182.1166 14.39877276089308
-FUSE 1
-1 25791U 99035A   01062.90096058 +.00000769 +00000-0 +18444-3 0 02210
-2 25791 024.9839 154.1757 0011132 167.8039 192.2735 14.39876200089166
-FUSE 1
-1 25791U 99035A   01062.55441017  .00000773  00000-0  18590-3 0  2105
-2 25791  24.9841 156.2936 0011137 164.3299 195.7558 14.39875851 89113
-FUSE 1
-1 25791U 99035A   01061.30682837  .00000772  00000-0  18556-3 0  2093
-2 25791  24.9841 163.9191 0011157 150.7881 209.3252 14.39874318 88938
-FUSE 1
-1 25791U 99035A   01060.82165726 +.00000760 +00000-0 +18192-3 0 02488
-2 25791 024.9843 166.8839 0011144 145.5272 214.5963 14.39873647088866
-FUSE 1
-1 25791U 99035A   01059.92062424 +.00000739 +00000-0 +17528-3 0 02194
-2 25791 024.9846 172.3899 0011179 135.9727 224.1680 14.39872415088734
-FUSE 1
-1 25791U 99035A   01059.57407284  .00000713  00000-0  16698-3 0  2089
-2 25791  24.9853 174.5090 0011130 132.3934 227.7515 14.39871839 88686
-FUSE 1
-1 25791U 99035A   01058.25717454  .00000711  00000-0  16656-3 0  2077
-2 25791  24.9850 182.5567 0011163 119.2623 240.9005 14.39870406 88495
-FUSE 1
-1 25791U 99035A   01057.91062171 +.00000714 +00000-0 +16747-3 0 02319
-2 25791 024.9852 184.6743 0011160 115.8000 244.3659 14.39870084088444
-FUSE 1
-1 25791U 99035A   01056.87096351  .00000689  00000-0  15951-3 0  2069
-2 25791  24.9851 191.0276 0011173 104.7434 255.4312 14.39868715 88298
-FUSE 1
-1 25791U 99035A   01055.90061376 +.00000679 +00000-0 +15637-3 0 02285
-2 25791 024.9850 196.9579 0011170 094.7617 265.4158 14.39867625088158
-FUSE 1
-1 25791U 99035A   01055.55406001  .00000689  00000-0  15968-3 0  2057
-2 25791  24.9853 199.0771 0011176  91.3496 268.8293 14.39867412 88109
-FUSE 1
-1 25791U 99035A   01054.23715345  .00000689  00000-0  15972-3 0  2049
-2 25791  24.9854 207.1235 0011152  77.7001 282.4754 14.39866067 87917
-FUSE 1
-1 25791U 99035A   01053.89059839 +.00000696 +00000-0 +16187-3 0 02158
-2 25791 024.9856 209.2409 0011136 074.1479 286.0253 14.39865797087864
-FUSE 1
-1 25791U 99035A   01052.92024384 +.00000702 +00000-0 +16372-3 0 02040
-2 25791 024.9854 215.1686 0011139 064.1094 296.0556 14.39864826087724
-FUSE 1
-1 25791U 99035A   01052.85093275  .00000705  00000-0  16455-3 0  2031
-2 25791  24.9853 215.5920 0011131  63.4459 296.7188 14.39864778 87710
-FUSE 1
-1 25791U 99035A   01051.88057587 +.00000742 +00000-0 +17626-3 0 02031
-2 25791 024.9846 221.5212 0010994 053.4019 306.7497 14.39864094087570
-FUSE 1
-1 25791U 99035A   01049.17743500  .00000805  00000-0  19598-3 0  2004
-2 25791  24.9852 238.0376 0010943  24.9759 335.1274 14.39861598 87181
-FUSE 1
-1 25791U 99035A   01048.13776370  .00000818  00000-0  20021-3 0  1994
-2 25791  24.9855 244.3897 0010946  14.2126 345.8687 14.39860443 87033
-FUSE 1
-1 25791U 99035A   01046.95946808 +.00000826 +00000-0 +20265-3 0 02009
-2 25791 024.9856 251.5883 0010925 001.7292 358.3251 14.39859035086862
-FUSE 1
-1 25791U 99035A   01046.89015657  .00000828  00000-0  20328-3 0  1989
-2 25791  24.9856 252.0117 0010921   1.0228 359.0304 14.39858972 86851
-FUSE 1
-1 25791U 99035A   01045.91979473 +.00000825 +00000-0 +20234-3 0 02104
-2 25791 024.9857 257.9395 0010895 350.7865 009.2444 14.39857693086718
-FUSE 1
-1 25791U 99035A   01045.57323730  .00000822  00000-0  20128-3 0  1978
-2 25791  24.9855 260.0575 0010891 347.1542  12.8705 14.39857185 86669
-FUSE 1
-1 25791U 99035A   01044.32563210  .00000852  00000-0  21070-3 0  1968
-2 25791  24.9845 267.6885 0010940 335.0275  24.9843 14.39855877 86482
-FUSE 1
-1 25791U 99035A   01043.90976161 +.00000818 +00000-0 +19993-3 0 02047
-2 25791 024.9856 270.2365 0010879 331.1039 028.8868 14.39855093086427
-FUSE 1
-1 25791U 99035A   01043.21664491  .00000820  00000-0  20056-3 0  1955
-2 25791  24.9857 274.4720 0010879 323.9471  36.0302 14.39854225 86327
-FUSE 1
-1 25791U 99035A   01042.93939835 +.00000809 +00000-0 +19728-3 0 02345
-2 25791 024.9860 276.1661 0010879 321.0294 038.9430 14.39853798086288
-FUSE 1
-1 25791U 99035A   01041.89972384  .00000762  00000-0  18265-3 0  1943
-2 25791  24.9864 282.5199 0010886 310.1836  49.7717 14.39852068 86139
-FUSE 1
-1 25791U 99035A   01040.86004627  .00000786  00000-0  18998-3 0  1933
-2 25791  24.9864 288.8712 0010909 298.1189  61.8216 14.39851115 85984
-FUSE 1
-1 25791U 99035A   01039.88968203 +.00000776 +00000-0 +18695-3 0 01946
-2 25791 024.9866 294.8003 0010918 287.8124 072.1191 14.39849851085846
-FUSE 1
-1 25791U 99035A   01039.54312320  .00000778  00000-0  18759-3 0  1923
-2 25791  24.9865 296.9171 0010912 284.1925  75.7371 14.39849453 85798
-FUSE 1
-1 25791U 99035A   01038.91931566 +.00000841 +00000-0 +20715-3 0 01973
-2 25791 024.9853 300.7300 0011058 276.2116 083.7128 14.39849226085707
-FUSE 1
-1 25791U 99035A   01038.36482175  .00000851  00000-0  21041-3 0  1917
-2 25791  24.9852 304.1176 0011034 270.4549  89.4688 14.39848568 85628
-FUSE 1
-1 25791U 99035A   01037.94895133 +.00000854 +00000-0 +21128-3 0 02024
-2 25791 024.9850 306.6578 0011082 266.4454 093.4786 14.39848015085566
-FUSE 1
-1 25791U 99035A   01037.18652191  .00000871  00000-0  21669-3 0  1900
-2 25791  24.9854 311.3163 0011114 258.2637 101.6623 14.39847183 85456
-FUSE 1
-1 25791U 99035A   01035.93891068 +.00000893 +00000-0 +22356-3 0 01974
-2 25791 024.9856 318.9409 0011155 245.1344 114.8003 14.39845662085277
-FUSE 1
-1 25791U 99035A   01035.86959892  .00000895  00000-0  22415-3 0  1895
-2 25791  24.9856 319.3643 0011153 244.4229 115.5125 14.39845576 85260
-FUSE 1
-1 25791U 99035A   01034.96854630 +.00000904 +00000-0 +22698-3 0 02030
-2 25791 024.9856 324.8713 0011214 234.8399 125.1056 14.39844383085139
-FUSE 1
-1 25791U 99035A   01034.48336452  .00000891  00000-0  22284-3 0  1882
-2 25791  24.9853 327.8353 0011183 229.6286 130.3245 14.39843518 85060
-FUSE 1
-1 25791U 99035A   01033.23575272  .00000882  00000-0  22011-3 0  1876
-2 25791  24.9856 335.4581 0011214 216.6240 143.3500 14.39841675 84881
-FUSE 1
-1 25791U 99035A   01031.91882870  .00000844  00000-0  20813-3 0  1869
-2 25791  24.9858 343.5045 0011276 203.2127 156.7872 14.39839469 84699
-FUSE 1
-1 25791U 99035A   01031.91882869 +.00000845 +00000-0 +20836-3 0 01874
-2 25791 024.9858 343.5045 0011276 203.2090 156.7909 14.39839478084699
-FUSE 1
-1 25791U 99035A   01030.94846209 +.00000841 +00000-0 +20712-3 0 01918
-2 25791 024.9858 349.4319 0011289 193.2674 166.7539 14.39838132084559
-FUSE 1
-1 25791U 99035A   01030.46327849  .00000841  00000-0  20740-3 0  1853
-2 25791  24.9859 352.3959 0011304 188.2132 171.8192 14.39837508 84484
-FUSE 1
-1 25791U 99035A   01029.97809487 +.00000835 +00000-0 +20546-3 0 01981
-2 25791 024.9857 355.3599 0011303 183.2284 176.8152 14.39836776084417
-FUSE 1
-1 25791U 99035A   01029.21566280  .00000836  00000-0  20576-3 0  1848
-2 25791  24.9858   0.0180 0011350 175.3074 184.7541 14.39835807 84301
-FUSE 1
-1 25791U 99035A   01028.93841499 +.00000830 +00000-0 +20392-3 0 02294
-2 25791 024.9857 001.7120 0011345 172.4854 187.5833 14.39835361084265
-FUSE 1
-1 25791U 99035A   01027.96804596 +.00000821 +00000-0 +20111-3 0 01864
-2 25791 024.9857 007.6404 0011373 162.4249 197.6654 14.39833987084123
-FUSE 1
-1 25791U 99035A   01026.85905350  .00000774  00000-0  18631-3 0  1828
-2 25791  24.9845  14.4272 0011225 151.2576 208.8553 14.39832070 83960
-FUSE 1
-1 25791U 99035A   01025.95799395 +.00000773 +00000-0 +18616-3 0 01909
-2 25791 024.9845 019.9320 0011218 141.9876 218.1434 14.39830995083837
-FUSE 1
-1 25791U 99035A   01025.47280699  .00000781  00000-0  18854-3 0  1811
-2 25791  24.9846  22.8964 0011235 137.2317 222.9063 14.39830514 83762
-FUSE 1
-1 25791U 99035A   01024.91830785 +.00000785 +00000-0 +18987-3 0 01952
-2 25791 024.9848 026.2846 0011214 131.5244 228.6226 14.39829899083683
-FUSE 1
-1 25791U 99035A   01024.22518426  .00000758  00000-0  18147-3 0  1803
-2 25791  24.9850  30.5196 0011218 123.7953 236.3624 14.39828802 83586
-FUSE 1
-1 25791U 99035A   01022.97755790 +.00000765 +00000-0 +18342-3 0 01805
-2 25791 024.9847 038.1420 0011197 110.9464 249.2242 14.39827391083409
-FUSE 1
-1 25791U 99035A   01022.90824523  .00000765  00000-0  18346-3 0  1791
-2 25791  24.9847  38.5654 0011197 110.2109 249.9602 14.39827310 83397
-FUSE 1
-1 25791U 99035A   01021.93786714 +.00000792 +00000-0 +19214-3 0 01821
-2 25791 024.9847 044.4944 0011176 100.2360 259.9412 14.39826436083253
-FUSE 1
-1 25791U 99035A   01021.52199043  .00000791  00000-0  19188-3 0  1783
-2 25791  24.9847  47.0345 0011184  95.8875 264.2905 14.39825918 83199
-FUSE 1
-1 25791U 99035A   01020.48229781  .00000782  00000-0  18904-3 0  1774
-2 25791  24.9841  53.3876 0011058  84.9507 275.2262 14.39824524 83047
-FUSE 1
-1 25791U 99035A   01019.23466394  .00000810  00000-0  19778-3 0  1769
-2 25791  24.9842  61.0115 0011055  71.9716 288.1993 14.39823278 82863
-FUSE 1
-1 25791U 99035A   01018.81878536 +.00000815 +00000-0 +19923-3 0 02046
-2 25791 024.9840 063.5519 0011051 067.5973 292.5699 14.39822788082809
-FUSE 1
-1 25791U 99035A   01017.84840102  .00000828  00000-0  20329-3 0  1759
-2 25791  24.9838  69.4799 0011044  57.4205 302.7356 14.39821674 82660
-FUSE 1
-1 25791U 99035A   01016.80870221 +.00000844 +00000-0 +20844-3 0 01759
-2 25791 024.9839 075.8311 0011035 046.6049 313.5376 14.39820510082512
-FUSE 1
-1 25791U 99035A   01012.85783892  .00000765  00000-0  18364-3 0  1719
-2 25791  24.9824  99.9904 0011095   5.3964 354.6663 14.39814661 81946
-FUSE 1
-1 25791U 99035A   01011.81813392  .00000754  00000-0  18014-3 0  1702
-2 25791  24.9823 106.3421 0011120 354.5641   5.4745 14.39813318 81795
-FUSE 1
-1 25791U 99035A   01010.84774202 +.00000728 +00000-0 +17200-3 0 01820
-2 25791 024.9826 112.2708 0011146 344.3870 015.6294 14.39811988081659
-FUSE 1
-1 25791U 99035A   01010.57048690  .00000725  00000-0  17100-3 0  1696
-2 25791  24.9825 113.9647 0011158 341.3954  18.6145 14.39811641 81611
-FUSE 1
-1 25791U 99035A   01009.87734870 +.00000732 +00000-0 +17321-3 0 02008
-2 25791 024.9824 118.1992 0011164 334.0178 025.9768 14.39810940081516
-FUSE 1
-1 25791U 99035A   01006.55028272  .00000853  00000-0  21119-3 0  1667
-2 25791  24.9829 138.5275 0011161 298.7980  61.1405 14.39808266 81030
-FUSE 1
-1 25791U 99035A   01005.23331831  .00000949  00000-0  24121-3 0  1650
-2 25791  24.9829 146.5736 0011130 284.7867  75.1402 14.39807380 80842
-FUSE 1
-1 25791U 99035A   01004.95606288 +.00000961 +00000-0 +24508-3 0 01933
-2 25791 024.9830 148.2673 0011129 281.7309 078.1948 14.39807093080804
-FUSE 1
-1 25791U 99035A   01004.12429643  .00001014  00000-0  26161-3 0  1645
-2 25791  24.9831 153.3490 0011081 272.9218  87.0015 14.39806304 80681
-FUSE 1
-1 25791U 99035A   01003.91635493 +.00001024 +00000-0 +26479-3 0 02041
-2 25791 024.9833 154.6194 0011082 270.5710 089.3526 14.39806079080658
-FUSE 1
-1 25791U 99035A   01002.94596086 +.00001080 +00000-0 +28217-3 0 01657
-2 25791 024.9835 160.5480 0011065 260.2028 099.7226 14.39805000080513
-FUSE 1
-1 25791U 99035A   01002.87664699  .00001085  00000-0  28401-3 0  1633
-2 25791  24.9835 160.9715 0011055 259.4691 100.4567 14.39804944 80506
-FUSE 1
-1 25791U 99035A   01001.90625279 +.00001148 +00000-0 +30354-3 0 01851
-2 25791 024.9836 166.9004 0011074 249.1527 110.7793 14.39803819080368
-FUSE 1
-1 25791U 99035A   01001.55968328  .00001172  00000-0  31103-3 0  1622
-2 25791  24.9835 169.0177 0011071 245.6535 114.2814 14.39803412 80316
-FUSE 1
-1 25791U 99035A   00366.24272051  .00001201  00000-0  32013-3 0  1615
-2 25791  24.9835 177.0632 0011054 231.9139 128.0369 14.39801117 80127
-FUSE 1
-1 25791U 99035A   00365.13370179  .00001276  00000-0  34372-3 0  1603
-2 25791  24.9782 183.8601 0011264 220.6704 139.2961 14.39798988 79968
-FUSE 1
-1 25791U 99035A   00363.88605187  .00001279  00000-0  34462-3 0  1594
-2 25791  24.9781 191.4825 0011236 207.4675 152.5240 14.39796242 79788
-FUSE 1
-1 25791U 99035A   00362.91565615 +.00001282 +00000-0 +34567-3 0 01880
-2 25791 024.9781 197.4116 0011250 197.2959 162.7167 14.39794117079649
-FUSE 1
-1 25791U 99035A   00361.52937650  .00001173  00000-0  31161-3 0  1570
-2 25791  24.9788 205.8833 0011253 183.0025 177.0420 14.39790123 79448
-FUSE 1
-1 25791U 99035A   00360.21240650  .00001095  00000-0  28697-3 0  1564
-2 25791  24.9795 213.9300 0011256 169.4207 190.6539 14.39786866 79258
-FUSE 1
-1 25791U 99035A   00358.89543401  .00000997  00000-0  25633-3 0  1551
-2 25791  24.9802 221.9784 0011166 156.0199 204.0842 14.39783673 79063
-FUSE 1
-1 25791U 99035A   00357.57846016  .00000809  00000-0  19747-3 0  1543
-2 25791  24.9811 230.0287 0011220 142.5559 217.5744 14.39779898 78875
-FUSE 1
-1 25791U 99035A   00356.33079409  .00000742  00000-0  17656-3 0  1532
-2 25791  24.9815 237.6510 0011207 129.3758 230.7742 14.39777765 78696
-FUSE 1
-1 25791U 99035A   00355.91490500 +.00000715 +00000-0 +16811-3 0 01738
-2 25791 024.9818 240.1930 0011125 125.1559 234.9994 14.39777043078634
-FUSE 1
-1 25791U 99035A   00355.22175552  .00000689  00000-0  15980-3 0  1522
-2 25791  24.9818 244.4279 0011116 117.9072 242.2571 14.39776049 78533
-FUSE 1
-1 25791U 99035A   00354.94449551 +.00000671 +00000-0 +15421-3 0 01715
-2 25791 024.9820 246.1228 0011092 115.1399 245.0262 14.39775609078498
-FUSE 1
-1 25791U 99035A   00354.18203097  .00000667  00000-0  15302-3 0  1515
-2 25791  24.9821 250.7805 0011090 107.2769 252.9059 14.39774846 78383
-FUSE 1
-1 25791U 99035A   00353.14230184  .00000588  00000-0  12827-3 0  1507
-2 25791  24.9841 257.1312 0011153  94.7945 265.3836 14.39773357 78236
-FUSE 1
-1 25791U 99035A   00351.89462457  .00000618  00000-0  13768-3 0  1494
-2 25791  24.9843 264.7546 0011143  81.4463 278.7305 14.39772637 78057
-FUSE 1
-1 25791U 99035A   00350.57762798  .00000713  00000-0  16757-3 0  1485
-2 25791  24.9838 272.8003 0011117  67.5108 292.6555 14.39772305 77863
-FUSE 1
-1 25791U 99035A   00349.95378601 +.00000801 +00000-0 +19521-3 0 01751
-2 25791 024.9839 276.6107 0011037 061.1524 299.0082 14.39772533077773
-FUSE 1
-1 25791U 99035A   00348.91404926 +.00000938 +00000-0 +23822-3 0 01543
-2 25791 024.9841 282.9613 0011060 050.5076 309.6402 14.39772572077629
-FUSE 1
-1 25791U 99035A   00348.22089271  .00000955  00000-0  24346-3 0  1472
-2 25791  24.9841 287.1948 0011058  43.2638 316.8736 14.39771669 77522
-FUSE 1
-1 25791U 99035A   00347.94362883 +.00001009 +00000-0 +26044-3 0 01831
-2 25791 024.9842 288.8885 0011102 040.6503 319.4819 14.39771783077486
-FUSE 1
-1 25791U 99035A   00344.20056550  .00001466  00000-0  40388-3 0  1450
-2 25791  24.9857 311.7525 0010921   1.7998 358.2548 14.39768887 76944
-FUSE 1
-1 25791U 99035A   00342.95287422 +.00001623 +00000-0 +45287-3 0 02453
-2 25791 024.9861 319.3741 0010868 348.9036 011.1207 14.39767344076766
-FUSE 1
-1 25791U 99035A   00341.91313263 +.00001697 +00000-0 +47635-3 0 02169
-2 25791 024.9862 325.7251 0010827 338.0727 021.9314 14.39765205076612
-FUSE 1
-1 25791U 99035A   00340.80407309 +.00001773 +00000-0 +50001-3 0 01795
-2 25791 024.9865 332.4995 0010780 326.3093 033.6722 14.39762765076452
-FUSE 1
-1 25791U 99035A   00339.97228129 +.00001440 +00000-0 +39551-3 0 01453
-2 25791 024.9788 337.5913 0010715 317.2047 042.7636 14.39758312076333
-FUSE 1
-1 25791U 99035A   00339.90296490  .00001431  00000-0  39277-3 0  1446
-2 25791  24.9788 338.0153 0010711 316.5102  43.4556 14.39758072 76326
-FUSE 1
-1 25791U 99035A   00338.93253567 +.00001650 +00000-0 +46156-3 0 01892
-2 25791 024.9780 343.9450 0010727 305.4403 054.5107 14.39756594076187
-FUSE 1
-1 25791U 99035A   00337.89278976 +.00002012 +00000-0 +57514-3 0 01474
-2 25791 024.9771 350.3001 0010560 294.2116 065.7285 14.39754923076031
-FUSE 1
-1 25791U 99035A   00337.54620726  .00002120  00000-0  60886-3 0  1432
-2 25791  24.9769 352.4170 0010591 290.1130  69.8236 14.39754084 75985
-FUSE 1
-1 25791U 99035A   00336.78372846 +.00002078 +00000-0 +59583-3 0 02103
-2 25791 024.9767 357.0797 0010598 283.2388 076.6938 14.39750755075878
-FUSE 1
-1 25791U 99035A   00335.81329748 +.00001963 +00000-0 +55983-3 0 01784
-2 25791 024.9768 003.0088 0010682 272.4500 087.4788 14.39746543075738
-FUSE 1
-1 25791U 99035A   00332.55541084  .00001441  00000-0  39598-3 0  1416
-2 25791  24.9789  22.9137 0010823 238.8335 121.1112 14.39732709 75269
-FUSE 1
-1 25791U 99035A   00329.50545449  .00001099  00000-0  28863-3 0  1407
-2 25791  24.9807  41.5484 0010919 206.6216 153.3741 14.39723397 74828
-FUSE 1
-1 25791U 99035A   00326.80207218  .00000755  00000-0  18065-3 0  1395
-2 25791  24.9826  58.0674 0010967 178.4838 181.5705 14.39716699 74439
-FUSE 1
-1 25791U 99035A   00325.90094187 +.00000678 +00000-0 +15666-3 0 02663
-2 25791 024.9830 063.5734 0010889 169.1263 190.9481 14.39715100074301
-FUSE 1
-1 25791U 99035A   00324.86117451 +.00000608 +00000-0 +13450-3 0 02311
-2 25791 024.9833 069.9269 0010882 158.3926 201.7040 14.39713575074155
-FUSE 1
-1 25791U 99035A   00323.96004177 +.00000488 +00000-0 +96967-4 0 01894
-2 25791 024.9842 075.4361 0010837 150.2956 209.8168 14.39712104074027
-FUSE 1
-1 25791U 99035A   00322.92027010 +.00000542 +00000-0 +11394-3 0 01510
-2 25791 024.9842 081.7899 0010800 140.3373 219.7924 14.39711850073875
-FUSE 1
-1 25791U 99035A   00322.57367987  .00000544  00000-0  11471-3 0  1384
-2 25791  24.9842  83.9087 0010770 137.0085 223.1269 14.39711602 73828
-FUSE 1
-1 25791U 99035A   00321.88049734 +.00000639 +00000-0 +14444-3 0 02068
-2 25791 024.9838 088.1431 0010747 130.4414 229.7025 14.39711664073729
-FUSE 1
-1 25791U 99035A   00319.45435949  .00001051  00000-0  27399-3 0  1370
-2 25791  24.9822 102.9641 0011109 102.6166 257.5577 14.39710812 73374
-FUSE 1
-1 25791U 99035A   00318.83049407 +.00001135 +00000-0 +30023-3 0 02126
-2 25791 024.9820 106.7751 0011100 096.2751 263.9015 14.39710072073281
-FUSE 1
-1 25791U 99035A   00317.92935383 +.00001328 +00000-0 +36094-3 0 01927
-2 25791 024.9815 112.2808 0011081 086.9676 273.2095 14.39708951073151
-FUSE 1
-1 25791U 99035A   00316.95889405 +.00001476 +00000-0 +40722-3 0 01547
-2 25791 024.9811 118.2117 0011162 076.8388 283.3367 14.39707302073012
-FUSE 1
-1 25791U 99035A   00316.54298192  .00001536  00000-0  42622-3 0  1367
-2 25791  24.9808 120.7548 0011167  72.5609 287.6119 14.39706598 72958
-FUSE 1
-1 25791U 99035A   00312.17588299  .00001526  00000-0  42309-3 0  1352
-2 25791  24.9810 147.4346 0011047  26.6311 333.4765 14.39694429 72327
-FUSE 1
-1 25791U 99035A   00311.89860506 +.00001531 +00000-0 +42464-3 0 02432
-2 25791 024.9811 149.1285 0011021 023.7582 336.3433 14.39693742072285
-FUSE 1
-1 25791U 99035A   00310.92813172 +.00001533 +00000-0 +42529-3 0 02234
-2 25791 024.9811 155.0570 0011011 013.6669 346.4135 14.39691108072141
-FUSE 1
-1 25791U 99035A   00309.95765612 +.00001545 +00000-0 +42918-3 0 01953
-2 25791 024.9811 160.9853 0010987 003.5007 356.5574 14.39688573072001
-FUSE 1
-1 25791U 99035A   00308.91785913 +.00001558 +00000-0 +43320-3 0 01631
-2 25791 024.9811 167.3377 0010936 352.6420 007.3927 14.39685825071856
-FUSE 1
-1 25791U 99035A   00307.94738084  .00001523  00000-0  42238-3 0  1347
-2 25791  24.9813 173.2666 0010902 342.2944  17.7187 14.39682876 71715
-FUSE 1
-1 25791U 99035A   00306.90758062 +.00001494 +00000-0 +41322-3 0 02161
-2 25791 024.9816 179.6189 0010843 331.2370 028.7545 14.39679852071566
-FUSE 1
-1 25791U 99035A   00305.93709941 +.00001422 +00000-0 +39070-3 0 01847
-2 25791 024.9820 185.5476 0010836 320.8016 039.1721 14.39676778071420
-FUSE 1
-1 25791U 99035A   00304.96661633 +.00001342 +00000-0 +36540-3 0 01518
-2 25791 024.9825 191.4771 0010878 310.3487 049.6069 14.39673761071285
-FUSE 1
-1 25791U 99035A   00304.48137472  .00001294  00000-0  35039-3 0  1332
-2 25791  24.9827 194.4415 0010840 305.2721  54.6774 14.39672228 71217
-FUSE 1
-1 25791U 99035A   00300.94603167 +.00001128 +00000-0 +29826-3 0 01487
-2 25791 024.9836 216.0428 0010846 267.5163 092.4104 14.39663463070709
-FUSE 1
-1 25791U 99035A   00300.32214586  .00001125  00000-0  29742-3 0  1329
-2 25791  24.9837 219.8536 0010864 260.8686  99.0595 14.39662271 70610
-FUSE 1
-1 25791U 99035A   00299.97554307 +.00001099 +00000-0 +28908-3 0 02622
-2 25791 024.9840 221.9723 0010883 257.3195 102.6096 14.39661414070562
-FUSE 1
-1 25791U 99035A   00298.93573357 +.00001095 +00000-0 +28804-3 0 02219
-2 25791 024.9842 228.3263 0010808 246.2256 113.7131 14.39659498070412
-FUSE 1
-1 25791U 99035A   00297.96524296 +.00001101 +00000-0 +28980-3 0 01840
-2 25791 024.9843 234.2549 0010819 235.8887 124.0592 14.39657800070277
-FUSE 1
-1 25791U 99035A   00296.92543051 +.00001198 +00000-0 +32020-3 0 01469
-2 25791 024.9839 240.6071 0010755 225.0055 134.9574 14.39656593070122
-FUSE 1
-1 25791U 99035A   00296.23222249  .00001231  00000-0  33056-3 0  1318
-2 25791  24.9837 244.8414 0010747 217.7619 142.2134 14.39655396 70025
-FUSE 1
-1 25791U 99035A   00295.95493830 +.00001341 +00000-0 +36537-3 0 02570
-2 25791 024.9831 246.5364 0010694 214.7072 145.2732 14.39655631069985
-FUSE 1
-1 25791U 99035A   00294.98444509 +.00001216 +00000-0 +32610-3 0 02121
-2 25791 024.9831 252.4518 0011171 205.6776 154.3176 14.39652293069842
-FUSE 1                    
-1 25791U 99035A   00292.97413670  .00001233  00000-0  33120-3 0  1465
-2 25791  24.9832 264.7305 0011154 184.3003 175.7409 14.39648196 69551
-FUSE 1
-1 25791U 99035A   00292.21160463  .00001227  00000-0  32957-3 0  1304
-2 25791  24.9833 269.3878 0011141 176.2888 183.7705 14.39646543 69445
-FUSE 1
-1 25791U 99035A   00290.96382404  .00001125  00000-0  29744-3 0  2033
-2 25791  24.9839 277.0093 0011248 162.9629 197.1281 14.39643362 69263
-FUSE 1
-1 25791U 99035A   00289.92400452  .00001005  00000-0  25962-3 0  1697
-2 25791  24.9842 283.3623 0011271 152.1446 207.9673 14.39640561 69117
-FUSE 1
-1 25791U 99035A   00288.88418235  .00000939  00000-0  23889-3 0  1296
-2 25791  24.9839 289.7161 0011345 141.9406 218.1903 14.39638291 68963
-FUSE 1
-1 25791U 99035A   00286.94317390  .00000937  00000-0  23849-3 0  2050
-2 25791  24.9842 301.5720 0011377 121.8967 238.2636 14.39635355 68688
-FUSE 1
-1 25791U 99035A   00284.93283722  .00000946  00000-0  24124-3 0  1290
-2 25791  24.9844 313.8517 0011349 101.4953 258.6830 14.39632282 68394
-FUSE 1
-1 25791U 99035A   00283.82368229  .00001113  00000-0  29370-3 0  2356
-2 25791  24.9845 320.6276 0011360  90.5778 269.6031 14.39631230 68239
-FUSE 1
-1 25791U 99035A   00281.18943126  .00001671  00000-0  46933-3 0  1271
-2 25791  24.9838 336.7203 0011242  63.6820 296.4846 14.39626315 67854
-FUSE 1
-1 25791U 99035A   00279.87230155  .00001498  00000-0  41495-3 0  1843
-2 25791  24.9836 344.7657 0011284  49.9927 310.1569 14.39621506 67667
-FUSE 1
-1 25791U 99035A   00278.13922732  .00001349  00000-0  36829-3 0  1266
-2 25791  24.9841 355.3497 0011217  31.6026 328.5162 14.39615977 67417
-FUSE 1
-1 25791U 99035A   00275.92088045 +.00001249 +00000-0 +33679-3 0 02260
-2 25791 024.9846 008.8984 0011149 008.1796 351.8898 14.39610187067097
-FUSE 1
-1 25791U 99035A   00274.88102724 +.00001183 +00000-0 +31605-3 0 01932
-2 25791 024.9847 015.2496 0011092 357.4607 002.5840 14.39607485066943
-FUSE 1
-1 25791U 99035A   00273.91049603 +.00001143 +00000-0 +30335-3 0 01587
-2 25791 024.9849 021.1778 0011061 347.4078 012.6154 14.39605252066806
-FUSE 1
-1 25791U 99035A   00272.87063947  .00001058  00000-0  27682-3 0  1258
-2 25791  24.9850  27.5285 0010951 336.1587  23.8412 14.39602697 66652
-FUSE 1
-1 25791U 99035A   00271.90010587 +.00000952 +00000-0 +24332-3 0 02019
-2 25791 024.9849 033.4553 0010904 326.2752 033.7061 14.39600291066519
-FUSE 1
-1 25791U 99035A   00270.86024700 +.00000806 +00000-0 +19727-3 0 01755
-2 25791 024.9848 039.8050 0010873 315.4400 044.5233 14.39597817066368
-FUSE 1
-1 25791U 99035A   00269.95903493 +.00000698 +00000-0 +16343-3 0 01422
-2 25791 024.9847 045.3098 0010847 305.7600 054.1897 14.39596109066238
-FUSE 1
-1 25791U 99035A   00269.19647060  .00000662  00000-0  15206-3 0  1241
-2 25791  24.9847  49.9681 0010790 297.8206  62.1208 14.39595085 66121
-FUSE 1
-1 25791U 99035A   00265.93823791 +.00000839 +00000-0 +20769-3 0 01602
-2 25791 024.9853 069.8642 0010925 262.8653 097.0612 14.39592139065654
-FUSE 1
-1 25791U 99035A   00264.89837713  .00000866  00000-0  21632-3 0  1234
-2 25791  24.9853  76.2157 0010914 251.7893 108.1424 14.39590766 65501
-FUSE 1
-1 25791U 99035A   00263.85851584 +.00000759 +00000-0 +18267-3 0 02468
-2 25791 024.9844 082.5656 0011036 240.7792 119.1611 14.39588783065356
-FUSE 1
-1 25791U 99035A   00262.95730211 +.00000987 +00000-0 +25418-3 0 02190
-2 25791 024.9843 088.0698 0011108 231.2492 128.7025 14.39588229065220
-FUSE 1
-1 25791U 99035A   00261.91744362 +.00000854 +00000-0 +21237-3 0 01903
-2 25791 024.9840 094.4417 0011199 219.5461 140.4230 14.39586929065079
-FUSE 1
-1 25791U 99035A   00260.94690555 +.00000874 +00000-0 +21887-3 0 01496
-2 25791 024.9839 100.3694 0011196 209.3232 150.6648 14.39585857064930
-FUSE 1
-1 25791U 99035A   00260.60028428  .00000895  00000-0  22526-3 0  1228
-2 25791  24.9838 102.4866 0011182 205.8154 154.1794 14.39585645 64882
-FUSE 1
-1 25791U 99035A   00257.89664249 +.00000980 +00000-0 +25207-3 0 01574
-2 25791 024.9797 119.0147 0011228 178.5341 181.5202 14.39582285064499
-FUSE 1
-1 25791U 99035A   00256.92610205 +.00001007 +00000-0 +26048-3 0 01317
-2 25791 024.9796 124.9428 0011260 168.6067 191.4699 14.39580956064354
-FUSE 1
-1 25791U 99035A   00256.57948045  .00001009  00000-0  26113-3 0  1218
-2 25791  24.9796 127.0600 0011258 164.9452 195.1394 14.39580392 64306
-FUSE 1
-1 25791U 99035A   00255.95556083 +.00001022 +00000-0 +26540-3 0 02272
-2 25791 024.9796 130.8705 0011304 158.5484 201.5503 14.39579482064212
-FUSE 1
-1 25791U 99035A   00254.91569423 +.00001012 +00000-0 +26236-3 0 01998
-2 25791 024.9795 137.2214 0011318 147.7697 212.3506 14.39577628064064
-FUSE 1
-1 25791U 99035A   00253.94515052 +.00000993 +00000-0 +25614-3 0 01704
-2 25791 024.9796 143.1491 0011353 137.8454 222.2931 14.39575858063927
-FUSE 1
-1 25791U 99035A   00252.90528132 +.00000931 +00000-0 +23692-3 0 01337
-2 25791 024.9802 149.5025 0011353 127.3223 232.8322 14.39573664063773
-FUSE 1
-1 25791U 99035A   00252.21203297  .00000929  00000-0  23624-3 0  1201
-2 25791  24.9802 153.7367 0011354 120.2792 239.8836 14.39572606 63674
-FUSE 1
-1 25791U 99035A   00250.96418540 +.00000820 +00000-0 +20171-3 0 02317
-2 25791 024.9813 161.3571 0011231 106.6703 253.5039 14.39569924063499
-FUSE 1
-1 25791U 99035A   00249.92430983 +.00000751 +00000-0 +18005-3 0 01973
-2 25791 024.9819 167.7098 0011202 095.9335 264.2451 14.39568010063344
-FUSE 1
-1 25791U 99035A   00248.95375648 +.00000728 +00000-0 +17305-3 0 01641
-2 25791 024.9822 173.6380 0011200 085.7277 274.4508 14.39566715063209
-FUSE 1
-1 25791U 99035A   00247.98320188 +.00000685 +00000-0 +15936-3 0 01204
-2 25791 024.9827 179.5664 0011177 075.4057 284.7689 14.39565289063062
-FUSE 1
-1 25791U 99035A   00247.91387641  .00000685  00000-0  15938-3 0  1194
-2 25791  24.9827 179.9897 0011176  74.6798 285.4945 14.39565219 63051
-FUSE 1
-1 25791U 99035A   00243.89298918 +.00000627 +00000-0 +14121-3 0 01217
-2 25791 024.9838 204.5495 0011279 032.6718 327.4493 14.39560964062474
-FUSE 1
-1 25791U 99035A   00243.54635985  .00000620  00000-0  13900-3 0  1181
-2 25791  24.9838 206.6661 0011299  29.0913 331.0222 14.39560578 62428
-FUSE 1
-1 25791U 99035A   00242.92242652 +.00000636 +00000-0 +14397-3 0 02524
-2 25791 024.9839 210.4766 0011308 022.5635 337.5375 14.39560193062331
-FUSE 1
-1 25791U 99035A   00241.95186248 +.00000663 +00000-0 +15237-3 0 02180
-2 25791 024.9839 216.4045 0011240 012.3907 347.6875 14.39559570062199
-FUSE 1
-1 25791U 99035A   00241.11995000 +.00000705 +00000-0 +16585-3 0 01905
-2 25791 024.9843 221.4849 0011230 004.1902 355.8697 14.39559225062072
-FUSE 1
-1 25791U 99035A   00240.14938556 +.00000715 +00000-0 +16878-3 0 01535
-2 25791 024.9843 227.4129 0011265 353.6646 006.3718 14.39558267061935
-FUSE 1
-1 25791U 99035A   00239.24814579  .00000768  00000-0  18562-3 0  1172
-2 25791  24.9851 232.9197 0011057 343.6898  16.3253 14.39557918 61800
-FUSE 1
-1 25791U 99035A   00237.16836108 +.00000937 +00000-0 +23867-3 0 01265
-2 25791 024.9852 245.6242 0010930 321.1150 038.8565 14.39556840061509
-FUSE 1
-1 25791U 99035A   00236.47509969  .00000981  00000-0  25253-3 0  1169
-2 25791  24.9852 249.8576 0010910 313.5211  46.4389 14.39556202 61406
-FUSE 1
-1 25791U 99035A   00236.12846894 +.00001006 +00000-0 +26041-3 0 02540
-2 25791 024.9853 251.9740 0010908 310.0331 049.9215 14.39555895061353
-FUSE 1
-1 25791U 99035A   00234.18733724 +.00001106 +00000-0 +29194-3 0 01914
-2 25791 024.9856 263.8291 0010929 289.3257 070.6065 14.39553537061071
-FUSE 1
-1 25791U 99035A   00233.97935917 +.00001108 +00000-0 +29254-3 0 01827
-2 25791 024.9855 265.0992 0010925 287.2111 072.7202 14.39553153061041
-FUSE 1
-1 25791U 99035A   00232.93946679 +.00001150 +00000-0 +30606-3 0 01414
-2 25791 024.9859 271.4505 0010949 275.8605 084.0653 14.39551685060899
-FUSE 1
-1 25791U 99035A   00232.24620540  .00001162  00000-0  30984-3 0  1157
-2 25791  24.9861 275.6842 0010947 268.2547  91.6703 14.39550498 60791
-FUSE 1
-1 25791U 99035A   00230.85968265 +.00001168 +00000-0 +31152-3 0 01841
-2 25791 024.9861 284.1498 0010908 253.3956 106.5351 14.39547810060596
-FUSE 1
-1 25791U 99035A   00229.88911656 +.00001173 +00000-0 +31324-3 0 01650
-2 25791 024.9862 290.0753 0010918 243.1432 116.7994 14.39545953060451
-FUSE 1
-1 25791U 99035A   00228.84922713 +.00001681 +00000-0 +47341-3 0 01392
-2 25791 024.9833 296.4467 0010541 233.3366 126.6176 14.39544754060304
-FUSE 1
-1 25791U 99035A   00228.22529183  .00001437  00000-0  39642-3 0  1145
-2 25791  24.9839 300.2597 0010660 226.7882 133.1742 14.39542247 60216
-FUSE 1
-1 25791U 99035A   00227.87866114 +.00001204 +00000-0 +32286-3 0 01748
-2 25791 024.9843 302.3743 0010672 222.4107 137.5583 14.39540549060161
-FUSE 1
-1 25791U 99035A   00226.90809209 +.00001066 +00000-0 +27935-3 0 01531
-2 25791 024.9844 308.3015 0010818 212.0864 147.8990 14.39538035060025
-FUSE 1
-1 25791U 99035A   00225.86819636 +.00000875 +00000-0 +21927-3 0 01240
-2 25791 024.9839 314.6498 0010966 200.7238 159.2827 14.39535222059879
-FUSE 1
-1 25791U 99035A   00225.59089041  .00000839  00000-0  20809-3 0  1135
-2 25791  24.9841 316.3434 0010990 198.0059 162.0059 14.39534638 59833
-FUSE 1
-1 25791U 99035A   00222.88715209 +.00000729 +00000-0 +17338-3 0 01575
-2 25791 024.9839 332.8560 0011113 170.5138 189.5580 14.39530485059440
-FUSE 1
-1 25791U 99035A   00221.91657699 +.00000732 +00000-0 +17430-3 0 01315
-2 25791 024.9840 338.7844 0011141 160.6691 199.4239 14.39529454059307
-FUSE 1
-1 25791U 99035A   00221.15398144  .00000741  00000-0  17714-3 0  1122
-2 25791  24.9839 343.4418 0011158 152.7937 207.3154 14.39528689 59199
-FUSE 1
-1 25791U 99035A   00219.90609556 +.00000787 +00000-0 +19148-3 0 01712
-2 25791 024.9839 351.0626 0011186 140.1583 219.9740 14.39527697059013
-FUSE 1
-1 25791U 99035A   00218.93551634 +.00000842 +00000-0 +20903-3 0 01383
-2 25791 024.9842 356.9905 0011221 130.2195 229.9294 14.39527076058879
-FUSE 1
-1 25791U 99035A   00218.24224392  .00000911  00000-0  23076-3 0  1117
-2 25791  24.9837   1.2239 0011126 122.7808 237.3779 14.39526803 58771
-FUSE 1
-1 25791U 99035A   00216.92502528 +.00000994 +00000-0 +25698-3 0 01359
-2 25791 024.9840 009.2668 0011090 109.2022 250.9670 14.39525666058583
-FUSE 1
-1 25791U 99035A   00215.95444232 +.00001073 +00000-0 +28173-3 0 01224
-2 25791 024.9846 015.1947 0011165 099.5630 260.6137 14.39524901058446
-FUSE 1
-1 25791U 99035A   00215.19184019  .00001121  00000-0  29713-3 0  1106
-2 25791  24.9845  19.8506 0011155  91.5631 268.6149 14.39524011 58330
-FUSE 1
-1 25791U 99035A   00213.87461582 +.00001234 +00000-0 +33255-3 0 01563
-2 25791 024.9851 027.8945 0011173 078.5475 281.6282 14.39522670058145
-FUSE 1
-1 25791U 99035A   00212.90402845 +.00001276 +00000-0 +34584-3 0 01363
-2 25791 024.9853 033.8211 0011136 068.8066 291.3628 14.39521095058004
-FUSE 1
-1 25791U 99035A   00212.14142266  .00001313  00000-0  35764-3 0  1090
-2 25791  24.9850  38.4778 0011130  60.7162 299.4447 14.39519790 57895
-FUSE 1
-1 25791U 99035A   00209.92292793 +.00001396 +00000-0 +38383-3 0 01533
-2 25791 024.9849 052.0258 0011073 037.5021 322.6251 14.39515598057579
-FUSE 1
-1 25791U 99035A   00208.95233548 +.00001473 +00000-0 +40802-3 0 01252
-2 25791 024.9837 057.9580 0011424 026.9665 333.1435 14.39514058057430
-FUSE 1
-1 25791U 99035A   00208.18972549  .00001576  00000-0  44071-3 0  1085
-2 25791  24.9833  62.6176 0011472  18.7210 341.3716 14.39512347 57328
-FUSE 1
-1 25791U 99035A   00206.94181514 +.00001511 +00000-0 +42008-3 0 01921
-2 25791 024.9854 070.2405 0011038 006.6126 353.4533 14.39509278057141
-FUSE 1
-1 25791U 99035A   00205.97121710 +.00001487 +00000-0 +41266-3 0 01685
-2 25791 024.9852 076.1701 0011017 356.2364 003.8067 14.39506509057005
-FUSE 1
-1 25791U 99035A   00204.93128816 +.00001476 +00000-0 +40903-3 0 01386
-2 25791 024.9852 082.5219 0010972 345.2641 014.7546 14.39503741056855
-FUSE 1
-1 25791U 99035A   00203.96068597 +.00001638 +00000-0 +46010-3 0 01113
-2 25791 024.9851 088.4485 0010910 335.3315 024.6669 14.39501677056711
-FUSE 1
-1 25791U 99035A   00203.89135786  .00001602  00000-0  44873-3 0  1071
-2 25791  24.9852  88.8720 0010897 334.6954  25.3042 14.39501366 56700
-FUSE 1
-1 25791U 99035A   00201.95014789 +.00001572 +00000-0 +43936-3 0 01799
-2 25791 024.9852 100.7256 0010918 312.2678 047.6911 14.39496898056421
-FUSE 1
-1 25791U 99035A   00200.97954187 +.00001738 +00000-0 +49182-3 0 01451
-2 25791 024.9852 106.6535 0010962 301.6227 058.3210 14.39494751056288
-FUSE 1
-1 25791U 99035A   00199.93960649 +.00001805 +00000-0 +51300-3 0 01117
-2 25791 024.9853 113.0050 0010969 290.2578 069.6750 14.39491667056133
-FUSE 1
-1 25791U 99035A   00199.87027750  .00001803  00000-0  51229-3 0  1069
-2 25791  24.9852 113.4283 0010971 289.5399  70.3926 14.39491421 56120
-FUSE 1
-1 25791U 99035A   00198.96900068 +.00001318 +00000-0 +35923-3 0 01266
-2 25791 024.9850 118.9330 0011332 279.9281 079.9947 14.39486512055993
-FUSE 1
-1 25791U 99035A   00198.20638092  .00001053  00000-0  27558-3 0  1056
-2 25791  24.9852 123.5922 0011255 271.8947  88.0275 14.39483842 55884
-FUSE 1
-1 25791U 99035A   00195.91851583  .00000689  00000-0  16100-3 0  1047
-2 25791  24.9847 137.5630 0011254 247.8427 112.0894 14.39478555 55558
-FUSE 1
-1 25791U 99035A   00194.94790513 +.00000622 +00000-0 +13965-3 0 02217
-2 25791 024.9845 143.4897 0011244 237.8927 122.0496 14.39476756055415
-FUSE 1
-1 25791U 99035A   00193.97729403 +.00000584 +00000-0 +12775-3 0 01820
-2 25791 024.9847 149.4236 0011293 228.1708 131.7837 14.39475391055278
-FUSE 1
-1 25791U 99035A   00192.93735201 +.00000550 +00000-0 +11684-3 0 01414
-2 25791 024.9846 155.7737 0011308 217.3578 142.6152 14.39474212055121
-FUSE 1
-1 25791U 99035A   00191.96673850 +.00000542 +00000-0 +11437-3 0 01065
-2 25791 024.9844 161.7002 0011295 207.2529 152.7388 14.39473399054981
-FUSE 1
-1 25791U 99035A   00191.89740911  .00000540  00000-0  11391-3 0  1034
-2 25791  24.9843 162.1235 0011294 206.5071 153.4866 14.39473330 54979
-FUSE 1
-1 25791U 99035A   00188.91623713 +.00000545 +00000-0 +11536-3 0 01387
-2 25791 024.9846 180.3280 0011401 175.5058 184.5555 14.39471262054549
-FUSE 1
-1 25791U 99035A   00187.94562172 +.00000562 +00000-0 +12095-3 0 01032
-2 25791 024.9848 186.2545 0011434 165.3569 194.7270 14.39470796054403
-FUSE 1
-1 25791U 99035A   00187.87629207  .00000562  00000-0  12095-3 0  1026
-2 25791  24.9848 186.6777 0011434 164.6313 195.4544 14.39470742 54394
-FUSE 1
-1 25791U 99035A   00183.57784536  .00000667  00000-0  15416-3 0  1011
-2 25791  24.9855 212.9320 0011413 120.5817 239.5821 14.39468389 53779
-FUSE 1
-1 25791U 99035A   00181.91392783 +.00000671 +00000-0 +15546-3 0 01789
-2 25791 024.9854 223.1058 0011337 102.1276 258.0499 14.39467140053535
-FUSE 1
-1 25791U 99035A   00180.87397553 +.00000700 +00000-0 +16442-3 0 01445
-2 25791 024.9852 229.4559 0011322 091.4012 268.7791 14.39466353053381
-FUSE 1
-1 25791U 99035A   00179.97268238 +.00000726 +00000-0 +17280-3 0 01057
-2 25791 024.9855 234.9604 0011315 082.3086 277.8702 14.39465677053255
-FUSE 1
-1 25791U 99035A   00179.55670036  .00000742  00000-0  17762-3 0  1002
-2 25791  24.9855 237.5004 0011277  78.2476 281.9296 14.39465389 53199
-FUSE 1
-1 25791U 99035A   00178.86339700 +.00000752 +00000-0 +18089-3 0 02381
-2 25791 024.9856 241.7337 0011290 070.9195 289.2531 14.39464704053090
-FUSE 1
-1 25791U 99035A   00177.89277115 +.00000766 +00000-0 +18548-3 0 02031
-2 25791 024.9859 247.6607 0011289 060.8540 299.3095 14.39463739052956
-FUSE 1
-1 25791U 99035A   00176.92214342 +.00000800 +00000-0 +19601-3 0 01665
-2 25791 024.9859 253.5881 0011190 051.0927 309.0575 14.39462915052810
-FUSE 1
-1 25791U 99035A   00175.88218431 +.00000816 +00000-0 +20117-3 0 01315
-2 25791 024.9862 259.9387 0011137 040.3293 319.8037 14.39461801052661
-FUSE 1
-1 25791U 99035A   00175.25820859  .00000821  00000-0  20275-3 0   993
-2 25791  24.9863 263.7490 0011148  33.8548 326.2678 14.39461054 52575
-FUSE 1
-1 25791U 99035A   00173.87159264 +.00000872 +00000-0 +21895-3 0 01978
-2 25791 024.9863 272.2156 0011038 020.3739 339.7205 14.39459774052379
-FUSE 1
-1 25791U 99035A   00172.90096122 +.00000862 +00000-0 +21562-3 0 01592
-2 25791 024.9869 278.1422 0011016 010.0480 350.0243 14.39458368052232
-FUSE 1
-1 25791U 99035A   00171.93032817 +.00000868 +00000-0 +21744-3 0 01290
-2 25791 024.9870 284.0679 0010950 359.6225 000.4272 14.39457116052091
-FUSE 1
-1 25791U 99035A   00170.95969467 +.00000873 +00000-0 +21901-3 0 01001
-2 25791 024.9872 289.9957 0010930 349.1807 010.8463 14.39455848051955
-FUSE 1
-1 25791U 99035A   00170.89036360  .00000875  00000-0  21983-3 0   989
-2 25791  24.9872 290.4190 0010916 348.4366  11.5890 14.39455786 51949
-FUSE 1
-1 25791U 99035A   00167.83979740 +.00000834 +00000-0 +20689-3 0 01244
-2 25791 024.9865 309.0441 0011049 315.9144 044.0481 14.39451106051509
-FUSE 1
-1 25791U 99035A   00166.93849291 +.00000817 +00000-0 +20146-3 0 00991
-2 25791 024.9866 314.5466 0011043 306.5008 053.4481 14.39449711051375
-FUSE 1
-1 25791U 99035A   00166.86916175  .00000816  00000-0  20127-3 0   975
-2 25791  24.9867 314.9701 0011045 305.7696  54.1782 14.39449617 51364
-FUSE 1
-1 25791U 99035A   00165.89852612 +.00001393 +00000-0 +38331-3 0 01420
-2 25791 024.9880 320.9003 0010529 293.0245 066.9309 14.39451820051226
-FUSE 1
-1 25791U 99035A   00164.92788963 +.00001058 +00000-0 +27751-3 0 01130
-2 25791 024.9900 326.8234 0010700 286.6900 073.2425 14.39448463051080
-FUSE 1
-1 25791U 99035A   00164.58123317  .00001414  00000-0  39006-3 0   960
-2 25791  24.9895 328.9405 0010608 283.0060  76.9260 14.39449353 51032
-FUSE 1
-1 25791U 99035A   00163.88792360 +.00001009 +00000-0 +26201-3 0 01988
-2 25791 024.9902 333.1737 0010422 276.0922 083.8398 14.39446429050938
-FUSE 1
-1 25791U 99035A   00162.91728936 +.00000838 +00000-0 +20810-3 0 01731
-2 25791 024.9924 339.1014 0009907 267.6684 092.2688 14.39444419050790
-FUSE                    
-1 25791U 99035A   00160.90668101  .00000585  00000-0  12820-3 0  1084
-2 25791  24.9857 351.3806 0010965 243.0464 116.8920 14.39441160 50501
-FUSE                    
-1 25791U 99035A   00159.93604429  .00000520  00000-0  10769-3 0  2088
-2 25791  24.9857 357.3078 0010932 232.6720 127.2791 14.39439999 50364
-FUSE                    
-1 25791U 99035A   00158.89607500  .00000535  00000-0  11232-3 0  1828
-2 25791  24.9859   3.6563 0011010 221.7464 138.2204 14.39439406 50216
-FUSE                    
-1 25791U 99035A   00157.92543755  .00000593  00000-0  13055-3 0  1551
-2 25791  24.9862   9.5835 0010973 212.1855 147.7986 14.39438945 50075
-FUSE                    
-1 25791U 99035A   00156.95479994  .00000684  00000-0  15953-3 0  1220
-2 25791  24.9855  15.5108 0010936 202.2301 157.7734 14.39438339 49934
-FUSE                    
-1 25791U 99035A   00153.90422121  .00000864  00000-0  21631-3 0  1165
-2 25791  24.9865  34.1388 0011133 170.3555 189.7168 14.39436079 49494
-FUSE                    
-1 25791U 99035A   00152.93358165  .00000892  00000-0  22526-3 0  1001
-2 25791  24.9870  40.0657 0011211 160.4686 199.6263 14.39435106 49358
-FUSE                    
-1 25791U 99035A   00151.96294208  .00000727  00000-0  17304-3 0  1612
-2 25791  24.9867  45.9944 0011211 149.4582 210.6578 14.39433226 49218
-FUSE 1
-1 25791U 99035A   00150.92296786 +.00000783 +00000-0 +19073-3 0 01460
-2 25791 024.9865 052.3453 0011336 140.3401 219.7938 14.39432403049060
-FUSE 1
-1 25791U 99035A   00149.95232539 +.00000829 +00000-0 +20521-3 0 01198
-2 25791 024.9864 058.2759 0011314 130.9449 229.2035 14.39431340048923
-FUSE 1
-1 25791U 99035A   00148.91235042  .00001108  00000-0  29356-3 0   921
-2 25791  24.9862  64.6309 0011392 119.2869 240.8777 14.39431427 48776
-FUSE 1
-1 25791U 99035A   00146.97105909 +.00001049 +00000-0 +27490-3 0 01217
-2 25791 024.9860 076.4928 0011034 100.1008 260.0730 14.39427312048499
-FUSE 1
-1 25791U 99035A   00145.93107729 +.00001195 +00000-0 +32101-3 0 01053
-2 25791 024.9858 082.8448 0010906 089.5878 270.5877 14.39425983048340
-FUSE 1
-1 25791U 99035A   00144.96042610 +.00001210 +00000-0 +32585-3 0 00943
-2 25791 024.9858 088.7713 0010797 079.6238 280.5487 14.39424047048201
-FUSE 1
-1 25791U 99035A   00144.89109336  .00001242  00000-0  33587-3 0   919
-2 25791  24.9856  89.1955 0010755  78.9603 281.2108 14.39424127 48199
-FUSE 1
-1 25791U 99035A   00143.92043990 +.00001286 +00000-0 +34981-3 0 01362
-2 25791 024.9853 095.1215 0010661 068.9516 291.2131 14.39422329048054
-FUSE 1
-1 25791U 99035A   00142.94978508 +.00001390 +00000-0 +38255-3 0 01224
-2 25791 024.9849 101.0495 0010673 058.3816 301.7746 14.39420789047916
-FUSE 1
-1 25791U 99035A   00141.97912863 +.00001410 +00000-0 +38914-3 0 01076
-2 25791 024.9848 106.9769 0010693 048.0107 312.1315 14.39418518047773
-FUSE 1
-1 25791U 99035A   00140.31514173  .00001395  00000-0  38437-3 0   908
-2 25791  24.9846 117.1387 0010720  30.1996 329.9129 14.39414225 47534
-FUSE 1
-1 25791U 99035A   00139.96847802 +.00001336 +00000-0 +36555-3 0 01225
-2 25791 024.9846 119.2585 0010753 026.5593 333.5472 14.39413031047485
-FUSE 1
-1 25791U 99035A   00138.30448417 +.00000986 +00000-0 +25496-3 0 01032
-2 25791 024.9849 129.4190 0010807 008.4590 351.6103 14.39408079047241
-FUSE 1
-1 25791U 99035A   00138.16581799 +.00000917 +00000-0 +23330-3 0 00989
-2 25791 024.9852 130.2683 0010800 006.3941 353.6704 14.39407532047222
-FUSE 1
-1 25791U 99035A   00137.33381884  .00000891  00000-0  22495-3 0   892
-2 25791  24.9849 135.3478 0010942 358.1038   1.9431 14.39406114 47100
-FUSE 1
-1 25791U 99035A   00137.12581947 +.00000782 +00000-0 +19067-3 0 01443
-2 25791 024.9853 136.6194 0010936 354.9891 005.0518 14.39405165047070
-FUSE 1
-1 25791U 99035A   00136.15515183 +.00000717 +00000-0 +17007-3 0 01309
-2 25791 024.9856 142.5472 0011025 344.6838 015.3341 14.39403617046937
-FUSE 1
-1 25791U 99035A   00135.11514942 +.00000688 +00000-0 +16101-3 0 01150
-2 25791 024.9856 148.8977 0011074 333.6712 026.3233 14.39402271046789
-FUSE 1
-1 25791U 99035A   00134.14447983 +.00000686 +00000-0 +16024-3 0 01019
-2 25791 024.9858 154.8255 0011141 323.3354 036.6390 14.39401238046645
-FUSE 1
-1 25791U 99035A   00133.24314397  .00000697  00000-0  16371-3 0   882
-2 25791  24.9859 160.3315 0011225 313.9280  46.0306 14.39400350 46513
-FUSE 1
-1 25791U 99035A   00132.13380598 +.00000799 +00000-0 +19602-3 0 01249
-2 25791 024.9855 167.1074 0011235 302.2916 057.6506 14.39399858046356
-FUSE 1
-1 25791U 99035A   00130.46979970 +.00000876 +00000-0 +22019-3 0 01108
-2 25791 024.9854 177.2667 0011205 284.7991 075.1274 14.39398379046117
-FUSE 1
-1 25791U 99035A   00129.42979604 +.00000935 +00000-0 +23904-3 0 00958
-2 25791 024.9855 183.6177 0011214 273.6439 086.2789 14.39397418045968
-FUSE 1
-1 25791U 99035A   00129.22179542  .00000943  00000-0  24155-3 0   878
-2 25791  24.9857 184.8897 0011260 271.3687  88.5531 14.39397203 45932
-FUSE 1
-1 25791U 99035A   00124.57644568  .00001168  00000-0  31255-3 0   864
-2 25791  24.9853 213.2548 0011424 222.2133 137.7495 14.39390992 45261
-FUSE 1
-1 25791U 99035A   00123.60577526 +.00001181 +00000-0 +31680-3 0 01291
-2 25791 024.9854 219.1824 0011455 212.1770 147.8041 14.39389176045129
-FUSE 1
-1 25791U 99035A   00122.63510361 +.00001231 +00000-0 +33248-3 0 01161
-2 25791 024.9854 225.1097 0011461 201.9716 158.0303 14.39387621044982
-FUSE 1
-1 25791U 99035A   00121.66443151 +.00001251 +00000-0 +33895-3 0 01031
-2 25791 024.9854 231.0388 0011524 192.1664 167.8570 14.39385753044847
-FUSE 1
-1 25791U 99035A   00120.69375881 +.00001261 +00000-0 +34204-3 0 00919
-2 25791 024.9855 236.9674 0011466 182.0966 177.9496 14.39383716044709
-FUSE 1
-1 25791U 99035A   00120.55509156  .00001252  00000-0  33924-3 0   859
-2 25791  24.9857 237.8165 0011446 180.8748 179.1742 14.39383343 44689
-FUSE 1
-1 25791U 99035A   00118.68307534 +.00001268 +00000-0 +34428-3 0 01247
-2 25791 024.9853 249.2479 0011337 161.2641 198.8291 14.39379290044418
-FUSE 1
-1 25791U 99035A   00117.71239774 +.00001285 +00000-0 +34957-3 0 01099
-2 25791 024.9854 255.1775 0011271 151.1573 208.9557 14.39377287044279
-FUSE 1
-1 25791U 99035A   00116.74171833 +.00001334 +00000-0 +36531-3 0 00984
-2 25791 024.9851 261.1035 0011286 140.4017 219.7326 14.39375466044138
-FUSE 1
-1 25791U 99035A   00115.77103748  .00001336  00000-0  36589-3 0   846
-2 25791  24.9850 267.0332 0011164 130.0444 230.1046 14.39373163 43997
-FUSE 1
-1 25791U 99035A   00114.80035556 +.00001323 +00000-0 +36184-3 0 01051
-2 25791 024.9850 272.9636 0011139 118.8594 241.3037 14.39370701043855
-FUSE 1
-1 25791U 99035A   00113.48299633 +.00001343 +00000-0 +36805-3 0 00918
-2 25791 024.9847 281.0129 0011026 104.5281 255.6449 14.39367716043665
-FUSE 1
-1 25791U 99035A   00112.58164220 +.00001325 +00000-0 +36244-3 0 00895
-2 25791 024.9847 286.5147 0010991 094.9470 265.2284 14.39365442043531
-FUSE 1
-1 25791U 99035A   00111.61095147  .00001385  00000-0  38153-3 0   830
-2 25791  24.9843 292.4418 0011151  84.3852 275.7943 14.39363622 43390
-FUSE 1
-1 25791U 99035A   00110.57092100 +.00001565 +00000-0 +43855-3 0 00880
-2 25791 024.9834 298.7936 0011325 073.8814 286.2937 14.39362514043241
-FUSE 1
-1 25791U 99035A   00108.62952641 +.00001728 +00000-0 +49007-3 0 00851
-2 25791 024.9828 310.6444 0011254 054.3518 305.8020 14.39358127042962
-FUSE 1
-1 25791U 99035A   00107.93616998 +.00001752 +00000-0 +49756-3 0 00843
-2 25791 024.9826 314.8766 0011241 047.0226 313.1227 14.39356131042867
-FUSE 1
-1 25791U 99035A   00107.86683435  .00001753  00000-0  49803-3 0   827
-2 25791  24.9827 315.3009 0011242  46.2771 313.8667 14.39355927 42857
-FUSE 1
-1 25791U 99035A   00105.85608578  .00002056  00000-0  59388-3 0   814
-2 25791  24.9817 327.5892 0010873  23.0273 337.0569 14.39351807 42560
-FUSE 1
-1 25791U 99035A   00104.67736936 +.00002243 +00000-0 +65292-3 0 00823
-2 25791 024.9813 334.7843 0010911 011.3549 348.7002 14.39348712042394
-FUSE 1
-1 25791U 99035A   00103.91467118 +.00002381 +00000-0 +69669-3 0 00816
-2 25791 024.9810 339.4400 0010675 002.0282 358.0252 14.39346695042287
-FUSE 1
-1 25791U 99035A   00103.01329876 +.00002405 +00000-0 +70441-3 0 01194
-2 25791 024.9809 344.9404 0010670 352.8750 007.1606 14.39342875042158
-FUSE 1
-1 25791U 99035A   00101.97324977 +.00002555 +00000-0 +75197-3 0 01137
-2 25791 024.9805 351.2909 0010643 342.0641 017.9481 14.39339226042005
-FUSE 1
-1 25791U 99035A   00101.07187295 +.00002583 +00000-0 +76093-3 0 01124
-2 25791 024.9805 356.7922 0010619 332.7422 027.2531 14.39335099041874
-FUSE 1
-1 25791U 99035A   00100.10115731 +.00002671 +00000-0 +78880-3 0 00968
-2 25791 024.9799 002.7214 0010593 322.7422 037.2356 14.39330819041734
-FUSE 1
-1 25791U 99035A   00099.13043908  .00002590  00000-0  76309-3 0   799
-2 25791  24.9798   8.6538 0010792 311.2745  48.6840 14.39325505 41593
-FUSE 1
-1 25791U 99035A   00098.09037990 +.00002445 +00000-0 +71735-3 0 00851
-2 25791 024.9802 015.0028 0010995 299.5824 060.3584 14.39319881041446
-FUSE 1
-1 25791U 99035A   00097.11965747 +.00002329 +00000-0 +68059-3 0 00815
-2 25791 024.9804 020.9278 0010970 289.9717 069.9613 14.39314724041301
-FUSE 1
-1 25791U 99035A   00096.14893064 +.00002270 +00000-0 +66193-3 0 00877
-2 25791 024.9807 026.8527 0011076 279.9873 079.9390 14.39310047041167
-FUSE 1
-1 25791U 99035A   00095.17820409 +.00002063 +00000-0 +59661-3 0 00795
-2 25791 024.9813 032.7786 0011255 270.8469 089.0777 14.39304208041025
-FUSE 1
-1 25791U 99035A   00094.20747091  .00001992  00000-0  57410-3 0   771
-2 25791  24.9816  38.7034 0011419 261.0932  98.8284 14.39299966 40887
-FUSE 1
-1 25791U 99035A   00092.19666424  .00001729  00000-0  49103-3 0   764
-2 25791  24.9822  50.9810 0011573 241.7849 118.1493 14.39290662 40595
-FUSE 1
-1 25791U 99035A   00090.18584768 +.00001549 +00000-0 +43389-3 0 00794
-2 25791 024.9830 063.2550 0011512 221.2878 138.6763 14.39283008040302
-FUSE 1
-1 25791U 99035A   00089.28444503  .00001459  00000-0  40539-3 0   755
-2 25791  24.9832  68.7566 0011380 211.8222 148.1602 14.39279719 40179
-FUSE 1
-1 25791U 99035A   00088.31370039 +.00001360 +00000-0 +37404-3 0 00961
-2 25791 024.9836 074.6816 0011423 202.4456 157.5555 14.39276438040031
-FUSE 1
-1 25791U 99035A   00088.03634565 +.00001304 +00000-0 +35643-3 0 00913
-2 25791 024.9839 076.3760 0011454 200.2734 159.7366 14.39275277039997
-FUSE 1
-1 25791U 99035A   00087.20427617 +.00001254 +00000-0 +34072-3 0 00840
-2 25791 024.9841 081.4558 0011382 191.8207 168.2033 14.39272923039870
-FUSE 1
-1 25791U 99035A   00086.23352802  .00001203  00000-0  32440-3 0   745
-2 25791  24.9842  87.3815 0011279 181.4280 178.6196 14.39270365 39731
-FUSE 1
-1 25791U 99035A   00084.22268757 +.00001077 +00000-0 +28473-3 0 00961
-2 25791 024.9845 099.6586 0011009 160.1136 199.9804 14.39265143039448
-FUSE 1
-1 25791U 99035A   00083.18259301 +.00001067 +00000-0 +28137-3 0 00832
-2 25791 024.9846 106.0081 0010977 149.2929 210.8223 14.39263170039292
-FUSE 1
-1 25791U 99035A   00082.21183569  .00001096  00000-0  29069-3 0   733
-2 25791  24.9846 111.9346 0010974 139.3047 220.8279 14.39261692 39153
-FUSE 1
-1 25791U 99035A   00081.17173683 +.00001160 +00000-0 +31097-3 0 01011
-2 25791 024.9843 118.2860 0010946 128.6797 231.4693 14.39260290039008
-FUSE 1
-1 25791U 99035A   00080.20097578 +.00001213 +00000-0 +32794-3 0 00880
-2 25791 024.9841 124.2128 0010923 118.8383 241.3214 14.39258856038864
-FUSE 1
-1 25791U 99035A   00079.23021298  .00001324  00000-0  36292-3 0   720
-2 25791  24.9837 130.1398 0010979 108.5196 251.6496 14.39257774 38722
-FUSE 1
-1 25791U 99035A   00077.21934109 +.00001513 +00000-0 +42309-3 0 00861
-2 25791 024.9829 142.4172 0010838 088.8266 271.3475 14.39254631038434
-FUSE 1
-1 25791U 99035A   00075.55516719  .00001577  00000-0  44314-3 0   711
-2 25791  24.9825 152.5756 0010789  71.5815 288.5864 14.39250628 38191
-FUSE 1
-1 25791U 99035A   00073.61362244 +.00001623 +00000-0 +45792-3 0 01149
-2 25791 024.9823 164.4274 0010664 051.3108 308.8354 14.39245491037910
-FUSE 1
-1 25791U 99035A   00072.64284711 +.00001597 +00000-0 +44979-3 0 01015
-2 25791 024.9825 170.3543 0010564 040.8844 319.2456 14.39242488037772
-FUSE 1
-1 25791U 99035A   00071.67206979 +.00001573 +00000-0 +44222-3 0 00864
-2 25791 024.9826 176.2815 0010546 030.4691 329.6435 14.39239518037632
-FUSE 1
-1 25791U 99035A   00070.56260671  .00001532  00000-0  42912-3 0   702
-2 25791  24.9828 183.0544 0010529  18.3343 341.7543 14.39236091 37479
-FUSE 1
-1 25791U 99035A   00068.69038219 +.00001413 +00000-0 +39162-3 0 00952
-2 25791 024.9834 194.4830 0010533 358.2154 001.8316 14.39230155037209
-FUSE 1
-1 25791U 99035A   00067.71959612 +.00001335 +00000-0 +36691-3 0 00815
-2 25791 024.9838 200.4095 0010552 347.4671 012.5574 14.39227138037065
-FUSE 1
-1 25791U 99035A   00066.74880810  .00001316  00000-0  36063-3 0   698
-2 25791  24.9838 206.3364 0010621 337.4200  22.5842 14.39224685 36920
-FUSE 1
-1 25791U 99035A   00065.77801832 +.00001263 +00000-0 +34378-3 0 00998
-2 25791 024.9841 212.2629 0010676 326.5841 033.3993 14.39222062036782
-FUSE 1
-1 25791U 99035A   00064.80722849 +.00001189 +00000-0 +32036-3 0 00830
-2 25791 024.9845 218.1911 0010778 316.3193 043.6474 14.39219324036645
-FUSE 1
-1 25791U 99035A   00063.76709448 +.00001101 +00000-0 +29240-3 0 00718
-2 25791 024.9849 224.5412 0010871 305.4534 054.4961 14.39216487036499
-FUSE 1
-1 25791U 99035A   00063.55906739  .00001088  00000-0  28832-3 0   683
-2 25791  24.9850 225.8120 0010913 303.1719  56.7740 14.39215991 36464
-FUSE 1
-1 25791U 99035A   00061.82550819 +.00000982 +00000-0 +25477-3 0 00960
-2 25791 024.9855 236.3933 0010864 286.6270 073.3045 14.39211998036219
-FUSE 1
-1 25791U 99035A   00060.85471378 +.00000901 +00000-0 +22923-3 0 00845
-2 25791 024.9863 242.3201 0010848 276.7178 083.2098 14.39209859036077
-FUSE 1
-1 25791U 99035A   00059.88391871  .00000826  00000-0  20540-3 0   675
-2 25791  24.9869 248.2490 0010930 267.1229  92.8030 14.39207865 35932
-FUSE 1
-1 25791U 99035A   00058.91312284 +.00000781 +00000-0 +19097-3 0 00977
-2 25791 024.9873 254.1768 0010925 257.3125 102.6165 14.39206249035799
-FUSE 1
-1 25791U 99035A   00057.94232639 +.00000728 +00000-0 +17411-3 0 00816
-2 25791 024.9875 260.1056 0011055 247.8021 112.1316 14.39204614035655
-FUSE 1
-1 25791U 99035A   00056.62481384 +.00000758 +00000-0 +18375-3 0 00670
-2 25791 024.9875 268.1502 0011129 234.2119 125.7313 14.39203424035463
-FUSE 1
-1 25791U 99035A   00055.86204329  .00000793  00000-0  19497-3 0   661
-2 25791  24.9873 272.8046 0011161 226.1863 133.7679 14.39202825 35354
-FUSE 1
-1 25791U 99035A   00054.68321769 +.00000848 +00000-0 +21235-3 0 01001
-2 25791 024.9871 279.9967 0011112 213.5611 146.4207 14.39201763035188
-FUSE 1
-1 25791U 99035A   00053.98979045 +.00000850 +00000-0 +21296-3 0 00974
-2 25791 024.9870 284.2284 0011076 206.2727 153.7221 14.39200822035085
-FUSE 1
-1 25791U 99035A   00053.01899083 +.00000935 +00000-0 +24004-3 0 00830
-2 25791 024.9867 290.1552 0011204 196.3192 163.6959 14.39200205034940
-FUSE 1
-1 25791U 99035A   00052.04819115 +.00000994 +00000-0 +25875-3 0 00719
-2 25791 024.9868 296.0811 0011283 186.4833 173.5531 14.39199236034805
-FUSE 1
-1 25791U 99035A   00051.90950592  .00000987  00000-0  25647-3 0   650
-2 25791  24.9870 296.9294 0011270 185.1807 174.8586 14.39198964 34783
-FUSE 1
-1 25791U 99035A   00048.85841520  .00001297  00000-0  35475-3 0   644
-2 25791  24.9866 315.5528 0011618 154.5181 205.5896 14.39195818 34340
-FUSE 1
-1 25791U 99035A   00048.09564157 +.00001343 +00000-0 +36946-3 0 01229
-2 25791 024.9864 320.2075 0011655 146.8674 213.2566 14.39194413034238
-FUSE 1
-1 25791U 99035A   00047.12483713 +.00001391 +00000-0 +38482-3 0 01095
-2 25791 024.9864 326.1324 0011683 137.2771 222.8642 14.39192494034095
-FUSE 1
-1 25791U 99035A   00046.15403192 +.00001360 +00000-0 +37483-3 0 00949
-2 25791 024.9866 332.0573 0011665 127.2938 232.8638 14.39189972033950
-FUSE 1
-1 25791U 99035A   00045.18322419 +.00001296 +00000-0 +35475-3 0 00793
-2 25791 024.9869 337.9835 0011586 117.6016 242.5669 14.39187410033812
-FUSE 1
-1 25791U 99035A   00044.21241546  .00001146  00000-0  30690-3 0   638
-2 25791  24.9869 343.9091 0011473 107.1762 253.0006 14.39184536 33672
-FUSE 1
-1 25791U 99035A   00042.20144618 +.00000911 +00000-0 +23237-3 0 00758
-2 25791 024.9867 356.1818 0011249 085.1954 274.9841 14.39179242033387
-FUSE 1
-1 25791U 99035A   00041.92407140  .00000833  00000-0  20764-3 0   629
-2 25791  24.9866 357.8759 0011123  81.8578 278.3201 14.39178018 33348
-FUSE 1
-1 25791U 99035A   00041.16128579 +.00000812 +00000-0 +20105-3 0 01066
-2 25791 024.9865 002.5305 0011143 073.4503 286.7237 14.39176773033231
-FUSE 1
-1 25791U 99035A   00040.19046659 +.00000730 +00000-0 +17515-3 0 00919
-2 25791 024.9864 008.4561 0011054 062.5359 297.6273 14.39174760033097
-FUSE 1
-1 25791U 99035A   00038.31816651  .00000622  00000-0  14075-3 0   612
-2 25791  24.9860  19.8837 0010946  41.9661 318.1684 14.39171741 32822
-FUSE 1
-1 25791U 99035A   00035.19765343 +.00000599 +00000-0 +13337-3 0 00754
-2 25791 024.9862 038.9297 0010966 008.7816 351.2878 14.39168833032372
-FUSE 1
-1 25791U 99035A   00034.22682512  .00000609  00000-0  13670-3 0   609
-2 25791  24.9863  44.8546 0010985 358.5324   1.5150 14.39168123 32232
-FUSE 1
-1 25791U 99035A   00033.18665576 +.00000568 +00000-0 +12356-3 0 01126
-2 25791 024.9855 051.2265 0011261 347.2812 012.7409 14.39167162032084
-FUSE 1
-1 25791U 99035A   00032.21582678 +.00000591 +00000-0 +13078-3 0 00970
-2 25791 024.9855 057.1532 0011294 337.1761 022.8245 14.39166555031942
-FUSE 1
-1 25791U 99035A   00031.17565214 +.00000642 +00000-0 +14694-3 0 00805
-2 25791 024.9852 063.5033 0011303 326.2800 033.6988 14.39166094031795
-FUSE 1
-1 25791U 99035A   00030.20482266 +.00000686 +00000-0 +16093-3 0 00659
-2 25791 024.9850 069.4311 0011343 315.6598 044.3015 14.39165560031659
-FUSE 1
-1 25791U 99035A   00029.44202816  .00000689  00000-0  16196-3 0   594
-2 25791  24.9849  74.0872 0011363 307.3743  52.5733 14.39164796 31549
-FUSE 1
-1 25791U 99035A   00027.43102888  .00000569  00000-0  18032-3 0   586
-2 25791  24.9851  86.3260 0010521 286.4177  73.5622 14.39162573 31251
-FUSE 1
-1 25791U 99035A   00025.55871179  .00000869  00000-0  21924-3 0   579
-2 25791  24.9844  97.7947 0011481 266.0116  93.9082 14.39161817 30989
-FUSE 1
-1 25791U 99035A   00023.61705451 +.00000924 +00000-0 +23647-3 0 00872
-2 25791 024.9842 109.6465 0011662 245.5194 114.4098 14.39159561030703
-FUSE 1
-1 25791U 99035A   00022.57688135 +.00000962 +00000-0 +24873-3 0 00723
-2 25791 024.9839 115.9974 0011736 234.7227 125.2184 14.39158302030554
-FUSE 1
-1 25791U 99035A   00022.29950177 +.00001003 +00000-0 +26163-3 0 00619
-2 25791 024.9838 117.6930 0011736 231.8231 128.1224 14.39158246030517
-FUSE 1
-1 25791U 99035A   00021.53670825  .00000998  00000-0  26013-3 0   564
-2 25791  24.9840 122.3487 0011792 223.8474 136.1104 14.39156968 30405
-FUSE 1
-1 25791U 99035A   00020.42719000 +.00000962 +00000-0 +24860-3 0 00907
-2 25791 024.9842 129.1211 0011913 212.6223 147.3555 14.39154882030249
-FUSE 1
-1 25791U 99035A   00019.66439581 +.00000966 +00000-0 +24995-3 0 00839
-2 25791 024.9840 133.7768 0011844 204.5957 155.3985 14.39153669030138
-FUSE 1
-1 25791U 99035A   00018.62422196 +.00000928 +00000-0 +23794-3 0 00696
-2 25791 024.9842 140.1276 0011782 194.0350 165.9832 14.39151690029988
-FUSE 1
-1 25791U 99035A   00017.44535596  .00000854  00000-0  21447-3 0   550
-2 25791  24.9848 147.3221 0011810 182.6957 177.3499 14.39149382 29814
-FUSE 1
-1 25791U 99035A   00014.53285856  .00000615  00000-0  13854-3 0   545
-2 25791  24.9856 165.1015 0011407 153.4049 206.7053 14.39143679 29391
-FUSE 1
-1 25791U 99035A   00013.56202232 +.00000571 +00000-0 +12445-3 0 00786
-2 25791 024.9857 171.0254 0011318 143.0152 217.1149 14.39142418029251
-FUSE 1
-1 25791U 99035A   00012.72987589 +.00000562 +00000-0 +12183-3 0 00732
-2 25791 024.9854 176.1050 0011284 133.7108 226.4334 14.39141611029137
-FUSE 1
-1 25791U 99035A   00011.62034564 +.00000527 +00000-0 +11055-3 0 00633
-2 25791 024.9855 182.8750 0011249 121.8036 238.3572 14.39140431028974
-FUSE 1
-1 25791U 99035A   00010.71885112 +.00000512 +00000-0 +10577-3 0 00569
-2 25791 024.9854 188.3761 0011274 111.8566 248.3147 14.39139621028845
-FUSE 1
-1 25791U 99035A   00009.88670072  .00000501  00000-0  10250-3 0   535
-2 25791  24.9854 193.4536 0011262 103.0112 257.1659 14.39138969 28726
-FUSE 1
-1 25791U 99035A   00006.83547797  .00000337  00000-0  10675-3 0   521
-2 25791  24.9869 212.0479 0011133  74.0467 286.1742 14.39136665 28280
-FUSE 1
-1 25791U 99035A   00005.93397487 +.00000522 +00000-0 +10899-3 0 00546
-2 25791 024.9856 217.5808 0011349 060.5895 299.5747 14.39136473028152
-FUSE 1
-1 25791U 99035A   00005.86462875  .00000520  00000-0  10857-3 0   511
-2 25791  24.9857 218.0047 0011344  59.7788 300.3845 14.39136413 28143
-FUSE 1
-1 25791U 99035A   00004.96312675 +.00000518 +00000-0 +10767-3 0 01139
-2 25791 024.9860 223.5077 0011297 050.2547 309.8954 14.39135812028010
-FUSE 1
-1 25791U 99035A   00003.99227761 +.00000520 +00000-0 +10842-3 0 00981
-2 25791 024.9861 229.4342 0011263 039.8658 320.2678 14.39135178027878
-FUSE 1
-1 25791U 99035A   00003.02142715 +.00000562 +00000-0 +12179-3 0 00835
-2 25791 024.9860 235.3606 0011286 029.7368 330.3779 14.39134850027732
-FUSE 1
-1 25791U 99035A   00001.98122961 +.00000601 +00000-0 +13433-3 0 00657
-2 25791 024.9860 241.7105 0011303 018.8712 341.2214 14.39134376027580
-FUSE 1
-1 25791U 99035A   00001.01037721  .00000666  00000-0  15478-3 0   506
-2 25791  24.9859 247.6366 0011281   8.7106 351.3596 14.39134101 27448
-FUSE 1
-1 25791U 99035A   99363.09781835  .00000899  00000-0  22901-3 0   490
-2 25791  24.9851 265.4129 0011197 338.4602  21.5436 14.39132626 27028
-FUSE 1
-1 25791U 99035A   99362.12696497 +.00000961 +00000-0 +24848-3 0 00922
-2 25791 024.9849 271.3386 0011184 327.9746 032.0084 14.39131724026881
-FUSE 1
-1 25791U 99035A   99361.15611130 +.00001034 +00000-0 +27194-3 0 00799
-2 25791 024.9846 277.2653 0011182 317.4471 042.5171 14.39130801026740
-FUSE 1
-1 25791U 99035A   99360.11591130 +.00001087 +00000-0 +28861-3 0 00623
-2 25791 024.9844 283.6152 0011205 306.4053 053.5421 14.39129438026590
-FUSE 1
-1 25791U 99035A   99359.14505772  .00001123  00000-0  30012-3 0   487
-2 25791  24.9844 289.5405 0011210 296.0081  63.9276 14.39127971 26455
-FUSE 1
-1 25791U 99035A   99357.20334989 +.00001185 +00000-0 +31974-3 0 00927
-2 25791 024.9845 301.3934 0011276 275.1736 084.7487 14.39124778026179
-FUSE 1
-1 25791U 99035A   99355.19229507 +.00001143 +00000-0 +30633-3 0 00589
-2 25791 024.9845 313.6688 0011427 254.6519 105.2727 14.39120370025887
-FUSE 1
-1 25791U 99035A   99354.91490853  .00001110  00000-0  29599-3 0   473
-2 25791  24.9845 315.3629 0011470 251.8385 108.0875 14.39119513 25847
-FUSE 1
-1 25791U 99035A   99354.15209340 +.00001101 +00000-0 +29307-3 0 01038
-2 25791 024.9845 320.0181 0011509 244.1536 115.7785 14.39117975025732
-FUSE 1
-1 25791U 99035A   99353.18123792 +.00001083 +00000-0 +28726-3 0 00881
-2 25791 024.9845 325.9428 0011452 234.1361 125.8092 14.39115978025590
-FUSE 1
-1 25791U 99035A   99352.21038154 +.00001042 +00000-0 +27447-3 0 00762
-2 25791 024.9843 331.8688 0011469 224.5539 135.4048 14.39113821025458
-FUSE 1
-1 25791U 99035A   99351.17017792 +.00000973 +00000-0 +25237-3 0 00577
-2 25791 024.9847 338.2189 0011485 214.2213 145.7558 14.39111421025300
-FUSE 1
-1 25791U 99035A   99350.33801333  .00000951  00000-0  24529-3 0   463
-2 25791  24.9846 343.2967 0011487 205.5729 154.4211 14.39109889 25180
-FUSE 1
-1 25791U 99035A   99350.19931958 +.00000933 +00000-0 +23956-3 0 00962
-2 25791 024.9848 344.1445 0011512 204.4239 155.5731 14.39109519025163
-FUSE 1
-1 25791U 99035A   99348.39629426 +.00000823 +00000-0 +20475-3 0 00865
-2 25791 024.9849 355.1452 0011441 185.7566 174.2811 14.39105974024908
-FUSE 1
-1 25791U 99035A   99348.18825288 +.00000798 +00000-0 +19683-3 0 00787
-2 25791 024.9851 356.4159 0011443 183.9954 176.0469 14.39105492024872
-FUSE 1
-1 25791U 99035A   99347.21739099 +.00000760 +00000-0 +18478-3 0 00593
-2 25791 024.9852 002.3410 0011413 174.2811 185.7832 14.39103915024736
-FUSE 1
-1 25791U 99035A   99346.24652782  .00000754  00000-0  18291-3 0   459
-2 25791  24.9852   8.2668 0011377 164.2548 195.8318 14.39102692 24597
-FUSE 1
-1 25791U 99035A   99344.23544964 +.00000756 +00000-0 +18345-3 0 00821
-2 25791 024.9851 020.5393 0011315 143.9081 216.2195 14.39100353024308
-FUSE 1
-1 25791U 99035A   99343.19523523 +.00000758 +00000-0 +18405-3 0 00642
-2 25791 024.9849 026.8884 0011251 133.1541 226.9914 14.39099103024150
-FUSE 1
-1 25791U 99035A   99342.15501899 +.00000788 +00000-0 +19383-3 0 00479
-2 25791 024.9847 033.2384 0011205 122.0799 238.0799 14.39098132024006
-FUSE 1
-1 25791U 99035A   99341.53088842  .00000788  00000-0  19382-3 0   444
-2 25791  24.9847  37.0461 0011204 115.5981 244.5688 14.39097368 23911
-FUSE 1
-1 25791U 99035A   99341.18414898 +.00000797 +00000-0 +19666-3 0 00927
-2 25791 024.9845 039.1646 0011110 111.9666 248.2014 14.39096976023865
-FUSE 1
-1 25791U 99035A   99340.21327751 +.00000821 +00000-0 +20422-3 0 00796
-2 25791 024.9844 045.0894 0011092 101.8687 258.3063 14.39095956023723
-FUSE 1
-1 25791U 99035A   99339.24240445 +.00000860 +00000-0 +21656-3 0 00626
-2 25791 024.9842 051.0146 0011088 091.5490 268.6286 14.39094994023586
-FUSE 1
-1 25791U 99035A   99337.57804728 +.00000910 +00000-0 +23264-3 0 00454
-2 25791 024.9838 061.1710 0011103 073.9223 286.2502 14.39093024023340
-FUSE 1
-1 25791U 99035A   99337.50869901  .00000916  00000-0  23465-3 0   438
-2 25791  24.9838  61.5940 0011123  73.3216 286.8513 14.39092988 23332
-FUSE 1
-1 25791U 99035A   99336.53782164 +.00000978 +00000-0 +25413-3 0 00775
-2 25791 024.9835 067.5184 0011185 063.0696 297.0953 14.39091962023198
-FUSE 1
-1 25791U 99035A   99335.91368480 +.00001057 +00000-0 +27938-3 0 00668
-2 25791 024.9832 071.3272 0011211 056.4491 303.7082 14.39091557023104
-FUSE 1
-1 25791U 99035A   99334.66541084 +.00001103 +00000-0 +29413-3 0 00563
-2 25791 024.9829 078.9441 0011175 043.3897 316.7490 14.39089668022921
-FUSE 1
-1 25791U 99035A   99333.55583168  .00001182  00000-0  31912-3 0   428
-2 25791  24.9828  85.7150 0011228  31.8546 328.2638 14.39088163 22768
-FUSE 1
-1 25791U 99035A   99332.72364624 +.00001252 +00000-0 +34147-3 0 00926
-2 25791 024.9822 090.7928 0011318 023.1121 336.9895 14.39086934022646
-FUSE 1
-1 25791U 99035A   99330.71252915 +.00001370 +00000-0 +37884-3 0 00621
-2 25791 024.9815 103.0720 0011456 002.2762 357.7803 14.39083149022351
-FUSE 1
-1 25791U 99035A   99330.01903979 +.00001341 +00000-0 +36977-3 0 00515
-2 25791 024.9813 107.3056 0011522 355.0936 004.9469 14.39081189022254
-FUSE 1
-1 25791U 99035A   99329.53359692  .00001309  00000-0  35954-3 0   414
-2 25791  24.9818 110.2720 0011533 349.7266  10.3016 14.39079811 22188
-FUSE 1
-1 25791U 99035A   99328.00791539 +.00001217 +00000-0 +33021-3 0 00742
-2 25791 024.9820 119.5846 0011565 334.1745 025.8190 14.39075614021963
-FUSE 1
-1 25791U 99035A   99326.82897714 +.00001154 +00000-0 +31024-3 0 00585
-2 25791 024.9826 126.7842 0011751 321.2678 038.6990 14.39072676021790
-FUSE 1
-1 25791U 99035A   99325.51133788  .00001054  00000-0  27855-3 0   401
-2 25791  24.9847 134.8467 0011912 304.6034  55.3277 14.39069633 21609
-FUSE 1
-1 25791U 99035A   99322.80670431 +.00001256 +00000-0 +34276-3 0 00411
-2 25791 024.9836 151.3552 0012041 275.3401 084.5737 14.39066077021213
-FUSE 1
-1 25791U 99035A   99321.62776187 +.00001252 +00000-0 +34139-3 0 00408
-2 25791 024.9837 158.5475 0012055 262.9443 096.9715 14.39063501021043
-FUSE 1
-1 25791U 99035A   99320.79556237  .00001252  00000-0  34144-3 0   391
-2 25791  24.9836 163.6246 0012002 254.4359 105.4616 14.39061664 20929
-FUSE 1
-1 25791U 99035A   99318.99247388 +.00001603 +00000-0 +45300-3 0 00424
-2 25791 024.9830 174.6225 0011785 234.5772 125.3639 14.39059706020668
-FUSE 1
-1 25791U 99035A   99318.85377493  .00001636  00000-0  46351-3 0   388
-2 25791  24.9833 175.4706 0011739 232.8226 127.1216 14.39059600 20640
-FUSE 1
-1 25791U 99035A   99316.98133499  .00000949  00000-0  24506-3 0   379
-2 25791  24.9842 186.9003 0011834 213.5350 146.4412 14.39050830 20375
-FUSE 1
-1 25791U 99035A   99316.77328072  .00000093  00000-0 -27298-4 0   361
-2 25791  24.9851 188.1733 0012103 214.4787 145.4516 14.39045117 20346
-FUSE 1
-1 25791U 99035A   99316.01043130  .00001289  00000-0  35317-3 0   353
-2 25791  24.9823 192.8263 0011574 206.8856 153.1047 14.39050776 20238
-FUSE 1
-1 25791U 99035A   99314.06863125 +.00000807 +00000-0 +19978-3 0 00675
-2 25791 024.9828 204.6728 0011620 187.0114 173.0230 14.39045484019952
-FUSE 1
-1 25791U 99035A   99313.09772812 +.00000806 +00000-0 +19960-3 0 00668
-2 25791 024.9828 210.5953 0011621 176.8561 183.2018 14.39044261019815
-FUSE 1
-1 25791U 99035A   99312.12682443 +.00000807 +00000-0 +20004-3 0 00607
-2 25791 024.9830 216.5187 0011630 166.7136 193.3684 14.39043064019674
-FUSE 1
-1 25791U 99035A   99311.08656905 +.00000824 +00000-0 +20537-3 0 00492
-2 25791 024.9827 222.8664 0011566 156.1383 203.9662 14.39041822019523
-FUSE 1
-1 25791U 99035A   99310.11566272  .00000873  00000-0  22108-3 0   346
-2 25791  24.9823 228.7931 0011439 146.3502 213.7733 14.39040863 19380
-FUSE 1
-1 25791U 99035A   99309.14475480 +.00000912 +00000-0 +23325-3 0 00624
-2 25791 024.9823 234.7169 0011382 136.4568 223.6834 14.39039788019240
-FUSE 1
-1 25791U 99035A   99308.17384628 +.00000917 +00000-0 +23509-3 0 00594
-2 25791 024.9823 240.6396 0011384 126.3110 233.8450 14.39038400019103
-FUSE 1
-1 25791U 99035A   99307.20293604 +.00000929 +00000-0 +23900-3 0 00509
-2 25791 024.9824 246.5634 0011348 116.2606 243.9068 14.39037064018967
-FUSE 1
-1 25791U 99035A   99306.16267374 +.00000901 +00000-0 +22981-3 0 00427
-2 25791 024.9827 252.9105 0011294 105.3472 254.8283 14.39035306018815
-FUSE 1
-1 25791U 99035A   99305.26111145  .00000880  00000-0  22322-3 0   336
-2 25791  24.9828 258.4108 0011278  95.9573 264.2230 14.39033878 18682
-FUSE 1
-1 25791U 99035A   99302.14030694 +.00000777 +00000-0 +19052-3 0 00420
-2 25791 024.9830 277.4546 0011155 063.6998 296.4659 14.39029030018237
-FUSE 1
-1 25791U 99035A   99301.23873747  .00000793  00000-0  19553-3 0   326
-2 25791  24.9829 282.9548 0011144  54.1449 306.0093 14.39027991 18102
-FUSE 1
-1 25791U 99035A   99300.19846426 +.00000688 +00000-0 +16220-3 0 00785
-2 25791 024.9829 289.3031 0011097 042.8698 317.2674 14.39026119017959
-FUSE 1
-1 25791U 99035A   99299.15818884 +.00000714 +00000-0 +17059-3 0 00607
-2 25791 024.9835 295.6560 0010854 031.9536 328.1631 14.39025229017802
-FUSE 1
-1 25791U 99035A   99298.11791199 +.00000847 +00000-0 +21277-3 0 00447
-2 25791 024.9832 302.0031 0010894 020.7345 339.3596 14.39024199017655
-FUSE 1
-1 25791U 99035A   99297.21633808  .00000871  00000-0  22050-3 0   312
-2 25791  24.9833 307.5043 0010887  10.9937 349.0810 14.39022966 17522
-FUSE 1
-1 25791U 99035A   99295.27448293 +.00000936 +00000-0 +24130-3 0 00647
-2 25791 024.9834 319.3563 0010756 350.0772 009.9521 14.39020654017243
-FUSE 1
-1 25791U 99035A   99294.16484983 +.00001000 +00000-0 +26157-3 0 00453
-2 25791 024.9829 326.1256 0010800 338.5647 021.4408 14.39019299017082
-FUSE 1
-1 25791U 99035A   99293.19392082  .00001020  00000-0  26791-3 0   303
-2 25791  24.9828 332.0506 0010781 328.4327  31.5533 14.39017852 16944
-FUSE 1
-1 25791U 99035A   99292.77780736 +.00001020 +00000-0 +26806-3 0 00883
-2 25791 024.9827 334.5890 0010781 324.0963 035.8778 14.39017148016883
-FUSE 1
-1 25791U 99035A   99292.15363794 +.00001076 +00000-0 +28568-3 0 00761
-2 25791 024.9826 338.3998 0010857 316.4441 043.5205 14.39016547016796
-FUSE 1
-1 25791U 99035A   99291.18270908 +.00001062 +00000-0 +28130-3 0 00587
-2 25791 024.9822 344.3280 0011053 306.1106 053.8378 14.39014543016650
-FUSE 1
-1 25791U 99035A   99289.51825652 +.00001008 +00000-0 +26405-3 0 00430
-2 25791 024.9823 354.4815 0011076 288.6058 071.3246 14.39011177016415
-FUSE 1
-1 25791U 99035A   99288.47797288  .00000951  00000-0  24613-3 0   296
-2 25791  24.9826   0.8275 0011076 277.4591  82.4657 14.39009052 16269
-FUSE 1
-1 25791U 99035A   99286.88287063 +.00000861 +00000-0 +21717-3 0 00634
-2 25791 024.9828 010.5602 0011200 260.5300 099.3940 14.39005892016038
-FUSE 1
-1 25791U 99035A   99285.49582403 +.00000795 +00000-0 +19630-3 0 00486
-2 25791 024.9830 019.0217 0011238 246.2842 113.6491 14.39003480015839
-FUSE 1
-1 25791U 99035A   99284.66359563 +.00000761 +00000-0 +18552-3 0 00398
-2 25791 024.9832 024.0989 0011221 237.5271 122.4154 14.39002187015718
-FUSE 1
-1 25791U 99035A   99283.97007305  .00000754  00000-0  18327-3 0   285
-2 25791  24.9830  28.3293 0011217 230.2490 129.7115 14.39001280 15618
-FUSE 1
-1 25791U 99035A   99280.71050717 +.00000608 +00000-0 +13659-3 0 00426
-2 25791 024.9832 048.2231 0011233 196.9935 163.0195 14.38996802015142
-FUSE 1
-1 25791U 99035A   99280.01698155 +.00000604 +00000-0 +13553-3 0 00286
-2 25791 024.9831 052.4539 0011244 189.6758 170.3528 14.38996155015044
-FUSE 1
-1 25791U 99035A   99279.73957122  .00000606  00000-0  13609-3 0   278
-2 25791  24.9833  54.1486 0011318 187.2744 172.7600 14.38995976 15000
-FUSE 1
-1 25791U 99035A   99278.76863587 +.00000623 +00000-0 +14143-3 0 00780
-2 25791 024.9828 060.0769 0011243 177.0793 182.9783 14.38995168014863
-FUSE 1
-1 25791U 99035A   99278.07510995 +.00000624 +00000-0 +14185-3 0 00637
-2 25791 024.9826 064.3088 0011169 169.6029 190.4711 14.38994496014765
-FUSE 1
-1 25791U 99035A   99276.75740903 +.00000633 +00000-0 +14460-3 0 00461
-2 25791 024.9823 072.3487 0011129 155.6892 204.4141 14.38993316014575
-FUSE 1
-1 25791U 99035A   99276.47999801 +.00000694 +00000-0 +16404-3 0 00358
-2 25791 024.9818 074.0450 0011207 153.0078 207.1024 14.38993598014531
-FUSE 1
-1 25791U 99035A   99275.57841241  .00000671  00000-0  15672-3 0   263
-2 25791  24.9819  79.5451 0011185 143.2379 216.8904 14.38992466 14406
-FUSE 1
-1 25791U 99035A   99272.59623714 +.00000619 +00000-0 +14032-3 0 00288
-2 25791 024.9821 097.7456 0010986 112.1476 248.0207 14.38989140013976
-FUSE 1
-1 25791U 99035A   99271.83335507 +.00000694 +00000-0 +16423-3 0 00261
-2 25791 024.9829 102.4180 0011115 105.0840 255.0961 14.38989289013860
-FUSE 1
-1 25791U 99035A   99270.93176357  .00000625  00000-0  14212-3 0   254
-2 25791  24.9833 107.9206 0010968  96.2277 263.9501 14.38987831 13739
-FUSE 1
-1 25791U 99035A   99269.82210754 +.00000624 +00000-0 +14194-3 0 00270
-2 25791 024.9836 114.6962 0010511 085.3632 274.8041 14.38987014013579
-FUSE 1
-1 25791U 99035A   99268.64310209 +.00000665 +00000-0 +15491-3 0 00260
-2 25791 024.9835 121.8881 0010538 073.0440 287.1349 14.38986259013408
-FUSE 1
-1 25791U 99035A   99267.88021393 +.00000624 +00000-0 +14182-3 0 00258
-2 25791 024.9836 126.5415 0010795 065.0791 295.0869 14.38985118013294
-FUSE 1
-1 25791U 99035A   99266.90926343  .00000583  00000-0  12888-3 0   243
-2 25791  24.9837 132.4642 0010750  54.8710 305.2813 14.38983972 13155
-FUSE 1
-1 25791U 99035A   99266.00766538 +.00000570 +00000-0 +12480-3 0 00561
-2 25791 024.9838 137.9635 0010739 045.4550 314.6838 14.38983153013021
-FUSE 1
-1 25791U 99035A   99265.03671293 +.00000579 +00000-0 +12751-3 0 00498
-2 25791 024.9838 143.8883 0010767 035.0894 325.0328 14.38982440012880
-FUSE 1
-1 25791U 99035A   99264.06575950 +.00000540 +00000-0 +11503-3 0 00439
-2 25791 024.9841 149.8130 0010718 024.5892 335.5124 14.38981393012743
-FUSE 1
-1 25791U 99035A   99263.09480512 +.00000542 +00000-0 +11581-3 0 00315
-2 25791 024.9841 155.7371 0010726 014.3641 345.7173 14.38980695012600
-FUSE 1
-1 25791U 99035A   99262.88674378  .00000509  00000-0  10546-3 0   230
-2 25791  24.9842 157.0081 0010731  11.7394 348.3365 14.38980270 12573
-FUSE 1
-1 25791U 99035A   99260.11258537 +.00000453 +00000-0 +87384-4 0 00502
-2 25791 024.9841 173.9362 0010893 342.6831 017.3307 14.38977970012170
-FUSE 1
-1 25791U 99035A   99259.07227521 +.00000447 +00000-0 +85573-4 0 00347
-2 25791 024.9841 180.2856 0010956 331.9610 028.0309 14.38977330012020
-FUSE 1
-1 25791U 99035A   99258.17067241  .00000427  00000-0  79225-4 0   220
-2 25791  24.9841 185.7874 0011007 322.1366  37.8369 14.38976734 11893
-FUSE 1
-1 25791U 99035A   99256.15940484 +.00000459 +00000-0 +89377-4 0 00465
-2 25791 024.9843 198.0620 0011104 300.6420 059.2997 14.38975981011608
-FUSE 1
-1 25791U 99035A   99255.18844792 +.00000499 +00000-0 +10205-3 0 00357
-2 25791 024.9841 203.9868 0011170 290.1305 069.8003 14.38975748011464
-FUSE 1
-1 25791U 99035A   99254.21749084  .00000578  00000-0  12715-3 0   219
-2 25791  24.9838 209.9117 0011276 279.5024  80.4212 14.38975778 11328
-FUSE 1
-1 25791U 99035A   99252.13687317 +.00000703 +00000-0 +16695-3 0 00422
-2 25791 024.9838 222.6085 0011253 257.6029 102.3226 14.38974995011027
-FUSE 1
-1 25791U 99035A   99251.16591877 +.00000740 +00000-0 +17891-3 0 00306
-2 25791 024.9838 228.5342 0011361 247.5654 112.3649 14.38974264010882
-FUSE 1
-1 25791U 99035A   99250.33367230  .00000790  00000-0  19473-3 0   200
-2 25791  24.9836 233.6120 0011410 238.7623 121.1773 14.38973707 10768
-FUSE 1
-1 25791U 99035A   99250.12561055 +.00000806 +00000-0 +20003-3 0 00780
-2 25791 024.9837 234.8822 0011380 236.5967 123.3441 14.38973616010736
-FUSE 1
-1 25791U 99035A   99249.22401093 +.00000850 +00000-0 +21378-3 0 00688
-2 25791 024.9836 240.3848 0011437 227.1228 132.8321 14.38972820010608
-FUSE 1
-1 25791U 99035A   99248.18370392 +.00000868 +00000-0 +21968-3 0 00504
-2 25791 024.9836 246.7339 0011442 216.3322 143.6406 14.38971553010453
-FUSE 1
-1 25791U 99035A   99247.14339628 +.00000893 +00000-0 +22765-3 0 00331
-2 25791 024.9835 253.0817 0011458 205.6866 154.3072 14.38970276010308
-FUSE 1
-1 25791U 99035A   99246.24179636  .00000875  00000-0  22203-3 0   193
-2 25791  24.9836 258.5836 0011512 196.4275 163.5862 14.38968832 10171
-FUSE 1
-1 25791U 99035A   99244.16117925 +.00000770 +00000-0 +18839-3 0 00526
-2 25791 024.9840 271.2810 0011478 175.5983 184.4632 14.38965078009876
-FUSE 1
-1 25791U 99035A   99243.25957613 +.00000746 +00000-0 +18082-3 0 00412
-2 25791 024.9841 276.7823 0011475 166.5838 193.4978 14.38963795009740
-FUSE 1
-1 25791U 99035A   99242.14991061 +.00000697 +00000-0 +16531-3 0 00214
-2 25791 024.9841 283.5545 0011425 155.0075 205.0993 14.38962068009589
-FUSE 1
-1 25791U 99035A   99241.45636787  .00000690  00000-0  16312-3 0   184
-2 25791  24.9841 287.7844 0011423 147.6480 212.4734 14.38961291  9483
-FUSE 1
-1 25791U 99035A   99238.54348289 +.00000555 +00000-0 +12005-3 0 00339
-2 25791 024.9851 305.5600 0011277 118.2109 241.9541 14.38957529009068
-FUSE 1
-1 25791U 99035A   99237.43380917  .00000519  00000-0  10841-3 0   178
-2 25791  24.9853 312.3322 0011217 106.6278 253.5464 14.38956402  8903
-FUSE 1
-1 25791U 99035A   99236.46284262 +.00000461 +00000-0 +90008-4 0 00705
-2 25791 024.9853 318.2560 0011086 096.8361 263.3410 14.38955295008762
-FUSE 1
-1 25791U 99035A   99236.25477872 +.00000452 +00000-0 +87040-4 0 00615
-2 25791 024.9853 319.5272 0011052 094.6665 265.5117 14.38955073008731
-FUSE 1
-1 25791U 99035A   99235.28381051 +.00000458 +00000-0 +89138-4 0 00470
-2 25791 024.9852 325.4528 0011033 084.2171 275.9597 14.38954552008598
-FUSE 1
-1 25791U 99035A   99233.61929130 +.00000451 +00000-0 +86895-4 0 00303
-2 25791 024.9853 335.6110 0010986 066.4129 293.7536 14.38953524008353
-FUSE 1
-1 25791U 99035A   99232.50961001  .00000368  00000-0  60512-4 0   162
-2 25791  24.9859 342.3821 0010848  54.6767 305.4755 14.38952340  8198
-FUSE 1
-1 25791U 99035A   99230.70637369 +.00000429 +00000-0 +79925-4 0 00424
-2 25791 024.9854 353.3830 0010964 035.3348 324.7888 14.38952031007934
-FUSE 1
-1 25791U 99035A   99229.59668927 +.00000395 +00000-0 +68969-4 0 00285
-2 25791 024.9857 000.1562 0010882 023.2043 336.8948 14.38951224007779
-FUSE 1
-1 25791U 99035A   99228.48700287 +.00000471 +00000-0 +93172-4 0 00221
-2 25791 024.9853 006.9252 0010851 011.6095 348.4667 14.38951260007619
-FUSE 1
-1 25791U 99035A   99227.72409421  .00000487  00000-0  98308-4 0   158
-2 25791  24.9851  11.5809 0010930   3.6815 356.3773 14.38950858  7502
-FUSE 1
-1 25791U 99035A   99223.56276789  .00000619  00000-0  14028-3 0   147
-2 25791  24.9842  36.9742 0011040 318.0438  41.9206 14.38948712  6903
-FUSE 1
-1 25791U 99035A   99218.63853449  .00000720  00000-0  17250-3 0   135
-2 25791  24.9828  67.0232 0011431 267.3032  92.6167 14.38944759  6193
-FUSE 1
-1 25791U 99035A   99216.97400544 +.00000683 +00000-0 +16063-3 0 00166
-2 25791 024.9829 077.1763 0011588 249.8240 110.1026 14.38942807005959
-FUSE 1
-1 25791U 99035A   99215.72561041  .00001104  00000-0  29513-3 0   127
-2 25791  24.9823  84.7905 0011295 237.0915 122.8597 14.38943232  5774
-FUSE 1
-1 25791U 99035A   99213.99172686 +.00000755 +00000-0 +18386-3 0 00281
-2 25791 024.9829 095.3690 0011291 219.0401 140.9295 14.38939332005520
-FUSE 1
-1 25791U 99035A   99213.02075147 +.00000641 +00000-0 +14744-3 0 00175
-2 25791 024.9830 101.2939 0011410 209.3286 150.6585 14.38937829005384
-FUSE 1
-1 25791U 99035A   99212.88204088  .00000581  00000-0  12826-3 0   112
-2 25791  24.9832 102.1415 0011463 208.2710 151.7177 14.38937383  5365
-FUSE 1
-1 25791U 99035A   99211.07879897 +.00000483 +00000-0 +96970-4 0 00493
-2 25791 024.9832 113.1440 0011683 189.9414 170.0864 14.38935491005102
-FUSE 1
-1 25791U 99035A   99210.10782220 +.00000457 +00000-0 +88695-4 0 00361
-2 25791 024.9830 119.0680 0011645 180.0206 180.0306 14.38934715004963
-FUSE 1
-1 25791U 99035A   99209.13684459 +.00000476 +00000-0 +94628-4 0 00215
-2 25791 024.9829 124.9914 0011669 170.0019 190.0732 14.38934254004820
-FUSE 1
-1 25791U 99035A   99208.85942248  .00000483  00000-0  96822-4 0   100
-2 25791  24.9830 126.6849 0011617 167.3014 192.7802 14.38934135  4785
-FUSE 1
-1 25791U 99035A   99208.16586648 +.00000509 +00000-0 +10534-3 0 00689
-2 25791 024.9829 130.9163 0011612 160.0034 200.0933 14.38933809004681
-FUSE 1
-1 25791U 99035A   99207.12553224 +.00000477 +00000-0 +95090-4 0 00537
-2 25791 024.9830 137.2648 0011506 149.5759 210.5420 14.38933010004534
-FUSE 1
-1 25791U 99035A   99206.15455295 +.00000436 +00000-0 +81952-4 0 00388
-2 25791 024.9831 143.1889 0011456 139.5200 220.6160 14.38932240004393
-FUSE 1
-1 25791U 99035A   99205.11421632 +.00000433 +00000-0 +81097-4 0 00221
-2 25791 024.9835 149.5359 0011411 129.0298 231.1227 14.38931694004248
-FUSE 1
-1 25791U 99035A   99204.21259024  .00000427  00000-0  79119-4 0    95
-2 25791  24.9835 155.0370 0011324 120.0292 240.1341 14.38931194  4119
-FUSE 1
-1 25791U 99035A   99203.17225182 +.00000414 +00000-0 +74992-4 0 00525
-2 25791 024.9835 161.3843 0011233 109.2556 250.9169 14.38930540003968
-FUSE 1
-1 25791U 99035A   99202.13191170 +.00000423 +00000-0 +77980-4 0 00383
-2 25791 024.9837 167.7323 0011168 098.4908 261.6865 14.38930164003818
-FUSE 1
-1 25791U 99035A   99201.16092631 +.00000440 +00000-0 +83410-4 0 00235
-2 25791 024.9837 173.6562 0011126 088.3941 271.7841 14.38929874003674
-FUSE 1
-1 25791U 99035A   99200.18994021  .00000454  00000-0  87696-4 0    88
-2 25791  24.9838 179.5806 0011119  78.2644 281.9107 14.38929532  3535
-FUSE 1
-1 25791U 99035A   99200.12059101 +.00000432 +00000-0 +80931-4 0 00725
-2 25791 024.9842 180.0407 0011095 075.8036 284.3701 14.38929430003528
-FUSE 1
-1 25791U 99035A   99199.21895964 +.00000465 +00000-0 +91252-4 0 00631
-2 25791 024.9840 185.5408 0011075 066.4980 293.6690 14.38929231003393
-FUSE 1
-1 25791U 99035A   99198.17861506 +.00000472 +00000-0 +93642-4 0 00475
-2 25791 024.9844 191.8880 0011017 055.5344 304.6202 14.38928745003245
-FUSE 1
-1 25791U 99035A   99197.20762573 +.00000483 +00000-0 +97242-4 0 00328
-2 25791 024.9845 197.8116 0010965 045.0350 315.1043 14.38928247003108
-FUSE 1
-1 25791U 99035A   99196.16727896 +.00000496 +00000-0 +10136-3 0 00130
-2 25791 024.9848 204.1584 0010927 033.8431 326.2770 14.38927757002952
-FUSE 1
-1 25791U 99035A   99195.40435724  .00000525  00000-0  11052-3 0    76
-2 25791  24.9845 208.8116 0010908  25.8212 334.2838 14.38927498  2842
-FUSE 1
-1 25791U 99035A   99195.26564445 +.00000515 +00000-0 +10744-3 0 00732
-2 25791 024.9847 209.6583 0010905 024.2058 335.8962 14.38927325002821
-FUSE 1
-1 25791U 99035A   99194.22529636 +.00000515 +00000-0 +10742-3 0 00547
-2 25791 024.9849 216.0045 0010895 012.9914 347.0873 14.38926634002672
-FUSE 1
-1 25791U 99035A   99193.18494715 +.00000545 +00000-0 +11704-3 0 00384
-2 25791 024.9850 222.3506 0010896 001.9128 358.1416 14.38926205002526
-FUSE 1
-1 25791U 99035A   99192.14459780 +.00000580 +00000-0 +12797-3 0 00193
-2 25791 024.9850 228.6966 0010908 350.8363 009.1951 14.38925741002370
-FUSE 1
-1 25791U 99035A   99191.24296126  .00000600  00000-0  13459-3 0    61
-2 25791  24.9852 234.1962 0010933 341.3306  18.6794 14.38925220  2248
-FUSE 1
-1 25791U 99035A   99189.57840234 +.00000688 +00000-0 +16244-3 0 00431
-2 25791 024.9847 244.3496 0011003 324.3520 035.6271 14.38924327002005
-FUSE 1
-1 25791U 99035A   99188.53805210 +.00000745 +00000-0 +18074-3 0 00304
-2 25791 024.9847 250.6956 0011082 313.4689 046.4896 14.38923665001857
-FUSE 1
-1 25791U 99035A   99187.56705911 +.00000776 +00000-0 +19053-3 0 00181
-2 25791 024.9847 256.6180 0011114 303.2228 056.7215 14.38922773001717
-FUSE 1
-1 25791U 99035A   99187.22027565  .00000809  00000-0  20103-3 0    57
-2 25791  24.9849 258.7334 0011145 299.6070  60.3328 14.38922625  1666
-FUSE 1
-1 25791U 99035A   99186.59606618 +.00000806 +00000-0 +20001-3 0 00658
-2 25791 024.9848 262.5402 0011144 293.0885 066.8449 14.38921812001577
-FUSE 1
-1 25791U 99035A   99185.55571694 +.00000781 +00000-0 +19209-3 0 00489
-2 25791 024.9850 268.8854 0011179 282.1384 077.7873 14.38920354001427
-FUSE 1
-1 25791U 99035A   99184.58472411 +.00000771 +00000-0 +18889-3 0 00356
-2 25791 024.9851 274.8074 0011210 272.0258 087.8967 14.38919111001282
-FUSE 1
-1 25791U 99035A   99183.61373101 +.00000806 +00000-0 +20014-3 0 00199
-2 25791 024.9851 280.7294 0011202 261.9284 097.9951 14.38918148001148
-FUSE
-1 25791U 99035A   99182.64273781  .00000831  00000-0  20827-3 0    48
-2 25791  24.9852 286.6514 0011228 251.8187 108.1089 14.38917064  1005
-FUSE
-1 25791U 99035A   99181.53303177 +.00000885 +00000-0 +22535-3 0 00326
-2 25791 024.9851 293.4193 0011207 240.2024 119.7372 14.38915842000848
-FUSE
-1 25791U 99035A   99180.42332586 +.00000769 +00000-0 +18844-3 0 00250
-2 25791 024.9851 300.1870 0011210 228.6224 131.3324 14.38913850000688
-FUSE
-1 25791U 99035A   99179.72975929 +.00000701 +00000-0 +16654-3 0 00225
-2 25791 024.9851 304.4168 0011211 221.3620 138.6046 14.38912818000589
-FUSE
-1 25791U 99035A   99178.68940879 +.00000540 +00000-0 +11515-3 0 00070
-2 25791 024.9851 310.7614 0011204 210.4757 149.5099 14.38911405000431
-FUSE
-1 25791U 99035A   99178.55069535  .00000518  00000-0  10814-3 0    39
-2 25791  24.9851 311.6073 0011204 209.0295 150.9590 14.38911233   410
-FUSE
-1 25791U 99035A   99177.92648488 +.00000082 +00000-0 -31136-4 0 00408
-2 25791 024.9853 315.4140 0011227 202.4549 157.5464 14.38909900000324
-FUSE
-1 25791U 99035A   99176.95549150 -.00001333 +00000-0 -48314-3 0 00075
-2 25791 024.9860 321.3361 0010962 190.9807 169.0438 14.38907601000185
diff --git a/src/cal/get_tle/tmp/FUSE.TLE.kruk b/src/cal/get_tle/tmp/FUSE.TLE.kruk
deleted file mode 100644
index a15222b..0000000
--- a/src/cal/get_tle/tmp/FUSE.TLE.kruk
+++ /dev/null
@@ -1,4578 +0,0 @@
-FUSE 1
-1 25791U 99035A   03150.22787149  .00000462  00000-0  85706-4 0  8664
-2 25791  24.9829 192.6106 0010589 103.2247 256.9442 14.41342447207158
-FUSE 1
-1 25791U 99035A   03148.56611937  .00000483  00000-0  92184-4 0  8659
-2 25791  24.9829 202.7908 0010554  85.9076 274.2645 14.41341656206911
-FUSE 1
-1 25791U 99035A   03147.52752265 +.00000485 +00000-0 +92660-4 0 08802
-2 25791 024.9829 209.1535 0010502 074.9181 285.2489 14.41341031206764
-FUSE 1
-1 25791U 99035A   03147.25056401  .00000444  00000-0  80285-4 0  8648
-2 25791  24.9832 210.8523 0010387  71.8386 288.3258 14.41340505206727
-FUSE 1
-1 25791U 99035A   03145.65804606  .00000436  00000-0  77914-4 0  8633
-2 25791  24.9834 220.6078 0010334  54.9657 305.1825 14.41339591206493
-FUSE 1
-1 25791U 99035A   03144.55020623  .00000437  00000-0  78023-4 0  8622
-2 25791  24.9834 227.3948 0010384  43.0456 317.0865 14.41338981206335
-FUSE 1
-1 25791U 99035A   03143.51160500  .00000421  00000-0  73254-4 0  8619
-2 25791  24.9837 233.7586 0010263  31.8445 328.2684 14.41338349206180
-FUSE 1
-1 25791U 99035A   03142.68072397 +.00000390 +00000-0 +63795-4 0 08751
-2 25791 024.9839 238.8486 0010272 023.0015 337.0956 14.41337687206064
-FUSE 1
-1 25791U 99035A   03142.33452356  .00000379  00000-0  60393-4 0  8602
-2 25791  24.9841 240.9721 0010255  19.1006 340.9888 14.41337442206011
-FUSE 1
-1 25791U 99035A   03141.71136164 +.00000379 +00000-0 +60626-4 0 08800
-2 25791 024.9840 244.7879 0010278 012.6009 347.4755 14.41337187205922
-FUSE 1
-1 25791U 99035A   03140.74199907  .00000370  00000-0  57735-4 0  8590
-2 25791  24.9841 250.7264 0010336   2.4159 357.6402 14.41336697205787
-FUSE 1
-1 25791U 99035A   03139.77263585 +.00000354 +00000-0 +52942-4 0 08660
-2 25791 024.9844 256.6661 0010354 351.8435 008.1907 14.41336219205647
-FUSE 1
-1 25791U 99035A   03139.56491547  .00000328  00000-0  45098-4 0  8584
-2 25791  24.9847 257.9406 0010399 349.2190  10.8094 14.41335926205617
-FUSE 1
-1 25791U 99035A   03138.73403226 +.00000337 +00000-0 +47751-4 0 08790
-2 25791 024.9846 263.0295 0010413 340.7827 019.2287 14.41335717205491
-FUSE 1
-1 25791U 99035A   03137.76466903  .00000347  00000-0  50863-4 0  8578
-2 25791  24.9846 268.9696 0010450 330.8995  29.0930 14.41335458205358
-FUSE 1
-1 25791U 99035A   03136.65682420  .00000390  00000-0  63870-4 0  8568
-2 25791  24.9845 275.7569 0010467 319.1949  40.7776 14.41335447205197
-FUSE 1
-1 25791U 99035A   03135.68746059 +.00000395 +00000-0 +65459-4 0 08569
-2 25791 024.9844 281.6931 0010472 309.0975 050.8590 14.41335072205053
-FUSE 1
-1 25791U 99035A   03135.54898003  .00000409  00000-0  69659-4 0  8552
-2 25791  24.9844 282.5416 0010458 307.6606  52.2948 14.41335149205036
-FUSE 1
-1 25791U 99035A   03134.51037701 +.00000418 +00000-0 +72356-4 0 08578
-2 25791 024.9842 288.9014 0010448 296.9961 062.9478 14.41334711204883
-FUSE 1
-1 25791U 99035A   03133.88721559  .00000426  00000-0  74642-4 0  8544
-2 25791  24.9841 292.7176 0010439 290.6823  69.2571 14.41334447204792
-FUSE 1
-1 25791U 99035A   03132.84861269 +.00000430 +00000-0 +75920-4 0 08592
-2 25791 024.9841 299.0779 0010500 279.5447 080.3876 14.41333984204649
-FUSE 1
-1 25791U 99035A   03132.57165180  .00000452  00000-0  82534-4 0  8538
-2 25791  24.9840 300.7743 0010474 276.5765  83.3548 14.41334042204600
-FUSE 1
-1 25791U 99035A   03131.87925065 +.00000453 +00000-0 +82898-4 0 08732
-2 25791 024.9839 305.0137 0010463 269.3387 090.5924 14.41333669204502
-FUSE 1
-1 25791U 99035A   03130.90988891  .00000490  00000-0  94080-4 0  8525
-2 25791  24.9837 310.9515 0010487 259.0381 100.8949 14.41333434204367
-FUSE 1
-1 25791U 99035A   03129.87128778  .00000523  00000-0  10424-3 0  8514
-2 25791  24.9835 317.3134 0010521 248.2159 111.7230 14.41333026204210
-FUSE 1
-1 25791U 99035A   03128.90192725 +.00000552 +00000-0 +11296-3 0 08532
-2 25791 024.9833 323.2517 0010552 238.0980 121.8502 14.41332579204072
-FUSE 1
-1 25791U 99035A   03128.83268738  .00000545  00000-0  11086-3 0  8508
-2 25791  24.9833 323.6764 0010568 237.4929 122.4559 14.41332467204067
-FUSE 1
-1 25791U 99035A   03127.93256604 +.00000601 +00000-0 +12794-3 0 08608
-2 25791 024.9830 329.1896 0010698 227.9538 132.0061 14.41332295203934
-FUSE 1
-1 25791U 99035A   03126.96320595  .00000625  00000-0  13528-3 0  8490
-2 25791  24.9830 335.1268 0010736 217.7754 142.2000 14.41331691203793
-FUSE 1
-1 25791U 99035A   03125.92460573  .00000669  00000-0  14867-3 0  8480
-2 25791  24.9827 341.4877 0010781 206.7283 153.2669 14.41331116203649
-FUSE 1
-1 25791U 99035A   03124.95524601 +.00000691 +00000-0 +15516-3 0 08505
-2 25791 024.9825 347.4243 0010785 196.3122 163.7039 14.41330332203501
-FUSE 1
-1 25791U 99035A   03124.88600610  .00000690  00000-0  15495-3 0  8473
-2 25791  24.9826 347.8485 0010786 195.5964 164.4215 14.41330260203492
-FUSE 1
-1 25791U 99035A   03123.91664594 +.00000696 +00000-0 +15682-3 0 08516
-2 25791 024.9825 353.7856 0010797 185.6495 174.3891 14.41329308203356
-FUSE 1
-1 25791U 99035A   03123.84740597  .00000693  00000-0  15596-3 0  8461
-2 25791  24.9825 354.2099 0010797 185.0043 175.0358 14.41329216203347
-FUSE 1
-1 25791U 99035A   03122.11640408  .00000703  00000-0  15884-3 0  8451
-2 25791  24.9822   4.8109 0010810 167.4774 192.6009 14.41327425203095
-FUSE 1
-1 25791U 99035A   03121.07780243  .00000667  00000-0  14783-3 0  8442
-2 25791  24.9822  11.1719 0010728 156.8103 203.2890 14.41325997202941
-FUSE 1
-1 25791U 99035A   03119.96995900 +.00000637 +00000-0 +13898-3 0 08471
-2 25791 024.9824 017.9568 0010660 145.4593 214.6611 14.41324655202780
-FUSE 1
-1 25791U 99035A   03119.90071904  .00000619  00000-0  13339-3 0  8430
-2 25791  24.9826  18.3811 0010636 144.7680 215.3531 14.41324414202771
-FUSE 1
-1 25791U 99035A   03118.86211447  .00000584  00000-0  12289-3 0  8425
-2 25791  24.9826  24.7417 0010559 134.0951 226.0434 14.41323141202622
-FUSE 1
-1 25791U 99035A   03117.96198940 +.00000540 +00000-0 +10940-3 0 08522
-2 25791 024.9829 030.2539 0010497 124.5628 235.5873 14.41321998202493
-FUSE 1
-1 25791U 99035A   03117.20034409  .00000515  00000-0  10194-3 0  8419
-2 25791  24.9829  34.9180 0010485 116.4587 243.7000 14.41321200202384
-FUSE 1
-1 25791U 99035A   03115.88477360  .00000443  00000-0  80015-4 0  8407
-2 25791  24.9830  42.9750 0010371 102.4463 257.7219 14.41319637202197
-FUSE 1
-1 25791U 99035A   03114.98464436 +.00000405 +00000-0 +68282-4 0 08441
-2 25791 024.9831 048.4873 0010313 092.7862 267.3832 14.41318779202065
-FUSE 1
-1 25791U 99035A   03114.84616281  .00000401  00000-0  67228-4 0  8392
-2 25791  24.9830  49.3353 0010321  91.2914 268.8779 14.41318665202046
-FUSE 1
-1 25791U 99035A   03113.94603175 +.00000392 +00000-0 +64358-4 0 08457
-2 25791 024.9830 054.8471 0010295 081.7820 278.3859 14.41318172201911
-FUSE 1
-1 25791U 99035A   03113.25362240  .00000391  00000-0  64235-4 0  8381
-2 25791  24.9829  59.0866 0010297  74.5006 285.6639 14.41317864201815
-FUSE 1
-1 25791U 99035A   03112.97665904 +.00000377 +00000-0 +60036-4 0 08459
-2 25791 024.9831 060.7830 0010270 071.4871 288.6765 14.41317625201778
-FUSE 1
-1 25791U 99035A   03112.21500808  .00000363  00000-0  55711-4 0  8377
-2 25791  24.9831  65.4465 0010279  63.4745 296.6818 14.41317184201660
-FUSE 1
-1 25791U 99035A   03111.17639208  .00000363  00000-0  55548-4 0  8365
-2 25791  24.9830  71.8062 0010279  52.4799 307.6644 14.41316776201510
-FUSE 1
-1 25791U 99035A   03110.96866852 +.00000365 +00000-0 +56405-4 0 08600
-2 25791 024.9830 073.0785 0010262 050.2094 309.9312 14.41316734201489
-FUSE 1
-1 25791U 99035A   03109.58384492 +.00000379 +00000-0 +60572-4 0 08369
-2 25791 024.9829 081.5576 0010264 035.5220 324.5953 14.41316327201288
-FUSE 1
-1 25791U 99035A   03109.37612134  .00000390  00000-0  63811-4 0  8354
-2 25791  24.9831  82.8309 0010191  33.2102 326.9042 14.41316389201252
-FUSE 1
-1 25791U 99035A   03108.33750280  .00000419  00000-0  72748-4 0  8344
-2 25791  24.9833  89.1917 0010176  22.3826 337.7123 14.41316238201101
-FUSE 1
-1 25791U 99035A   03107.22964140  .00000487  00000-0  93318-4 0  8333
-2 25791  24.9837  95.9773 0010052  10.7357 349.3362 14.41316429200940
-FUSE 1
-1 25791U 99035A   03105.98329705 +.00000572 +00000-0 +11935-3 0 08346
-2 25791 024.9839 103.6091 0010055 357.5958 002.4500 14.41316519200765
-FUSE 1
-1 25791U 99035A   03105.42936709  .00000573  00000-0  11956-3 0  8325
-2 25791  24.9839 107.0005 0010053 351.7713   8.2628 14.41316090200681
-FUSE 1
-1 25791U 99035A   03104.39074737  .00000618  00000-0  13316-3 0  8315
-2 25791  24.9841 113.3600 0010076 341.0911  18.9221 14.41315709200539
-FUSE 1
-1 25791U 99035A   03103.83681675 +.00000642 +00000-0 +14053-3 0 08493
-2 25791 024.9841 116.7516 0010112 335.4399 024.5624 14.41315476200452
-FUSE 1
-1 25791U 99035A   03103.21364467  .00000672  00000-0  14956-3 0  8307
-2 25791  24.9843 120.5685 0010100 328.7321  31.2586 14.41315278200363
-FUSE 1
-1 25791U 99035A   03101.89805968  .00000719  00000-0  16399-3 0  8298
-2 25791  24.9841 128.6245 0010100 314.9047  45.0638 14.41314506200177
-FUSE 1
-1 25791U 99035A   03100.72095835  .00000735  00000-0  16862-3 0  8285
-2 25791  24.9823 135.8422 0010255 300.3804  59.5679 14.41313234200009
-FUSE 1
-1 25791U 99035A   03099.95930502 +.00000731 +00000-0 +16758-3 0 08321
-2 25791 024.9822 140.5054 0010257 292.8087 067.1336 14.41312329199895
-FUSE 1
-1 25791U 99035A   03099.54386033  .00000758  00000-0  17568-3 0  8273
-2 25791  24.9817 143.0635 0010123 287.3571  72.5830 14.41312013199834
-FUSE 1
-1 25791U 99035A   03098.92068851 +.00000723 +00000-0 +16491-3 0 08499
-2 25791 024.9816 146.8804 0010159 280.5747 079.3533 14.41310909199748
-FUSE 1
-1 25791U 99035A   03098.22827686  .00000751  00000-0  17368-3 0  8261
-2 25791  24.9821 151.1234 0010310 272.8590  87.0746 14.41310499199644
-FUSE 1
-1 25791U 99035A   03097.18965913  .00000710  00000-0  16100-3 0  8258
-2 25791  24.9822 157.4830 0010353 261.6244  98.3091 14.41308833199495
-FUSE 1
-1 25791U 99035A   03095.94331601  .00000705  00000-0  15943-3 0  8248
-2 25791  24.9828 165.1153 0010485 248.0340 111.9051 14.41307527199315
-FUSE 1
-1 25791U 99035A   03094.55849177  .00000687  00000-0  15400-3 0  8232
-2 25791  24.9837 173.5981 0010507 233.7648 126.1888 14.41305878199115
-FUSE 1
-1 25791U 99035A   03093.79684032 +.00000617 +00000-0 +13296-3 0 08340
-2 25791 024.9830 178.2689 0010658 225.6842 134.2806 14.41303892199000
-FUSE 1
-1 25791U 99035A   03093.45063419  .00000588  00000-0  12399-3 0  8220
-2 25791  24.9830 180.3890 0010661 222.1502 137.8185 14.41303261198959
-FUSE 1
-1 25791U 99035A   03092.06580825  .00000498  00000-0  96689-4 0  8215
-2 25791  24.9829 188.8687 0010595 207.4856 152.5026 14.41301203198758
-FUSE 1
-1 25791U 99035A   03090.88870503  .00000512  00000-0  10095-3 0  8200
-2 25791  24.9830 196.0770 0010689 195.3984 164.6200 14.41300573198583
-FUSE 1
-1 25791U 99035A   03089.91932625 +.00000473 +00000-0 +89013-4 0 08355
-2 25791 024.9831 202.0132 0010707 185.2549 174.7855 14.41299501198441
-FUSE 1
-1 25791U 99035A   03089.57311974  .00000447  00000-0  81025-4 0  8193
-2 25791  24.9832 204.1347 0010678 181.8480 178.1989 14.41298969198393
-FUSE 1
-1 25791U 99035A   03088.18829319  .00000422  00000-0  73584-4 0  8189
-2 25791  24.9836 212.6159 0010751 167.8506 192.2415 14.41297973198190
-FUSE 1
-1 25791U 99035A   03087.14967143  .00000439  00000-0  78641-4 0  8178
-2 25791  24.9834 218.9892 0010499 154.7731 205.3306 14.41297621198044
-FUSE 1
-1 25791U 99035A   03086.94194663 +.00000428 +00000-0 +75286-4 0 08488
-2 25791 024.9835 220.2611 0010504 152.4498 207.6568 14.41297416198016
-FUSE 1
-1 25791U 99035A   03085.90332252  .00000414  00000-0  71085-4 0  8164
-2 25791  24.9838 226.6261 0010293 142.1870 217.9362 14.41296881197868
-FUSE 1
-1 25791U 99035A   03085.90332251 +.00000414 +00000-0 +71084-4 0 08173
-2 25791 024.9838 226.6261 0010293 142.1870 217.9361 14.41296881197867
-FUSE 1
-1 25791U 99035A   03084.86469882  .00000343  00000-0  49516-4 0  8152
-2 25791  24.9847 232.9875 0010201 130.8102 229.3297 14.41295801197719
-FUSE 1
-1 25791U 99035A   03083.89531250 +.00000489 +00000-0 +93920-4 0 08321
-2 25791 024.9844 238.9268 0010672 122.1781 237.9761 14.41296727197570
-FUSE 1
-1 25791U 99035A   03083.54910375  .00000503  00000-0  98232-4 0  8140
-2 25791  24.9844 241.0479 0010701 118.5123 241.6462 14.41296648197528
-FUSE 1
-1 25791U 99035A   03082.92592724 +.00000523 +00000-0 +10446-3 0 08451
-2 25791 024.9843 244.8641 0010700 112.2904 247.8737 14.41296449197438
-FUSE 1
-1 25791U 99035A   03082.16426759  .00000526  00000-0  10521-3 0  8133
-2 25791  24.9841 249.5294 0010669 104.2866 255.8838 14.41295912197327
-FUSE 1
-1 25791U 99035A   03081.12563750  .00000612  00000-0  13128-3 0  8122
-2 25791  24.9842 255.8923 0010711  94.3078 265.8647 14.41296014197175
-FUSE 1
-1 25791U 99035A   03079.87928172  .00000670  00000-0  14898-3 0  8112
-2 25791  24.9845 263.5260 0010772  80.9467 279.2259 14.41295470196990
-FUSE 1
-1 25791U 99035A   03078.90989285 +.00000680 +00000-0 +15204-3 0 08356
-2 25791 024.9842 269.4617 0010753 070.0356 290.1308 14.41294541196854
-FUSE 1
-1 25791U 99035A   03078.56368187  .00000702  00000-0  15885-3 0  8103
-2 25791  24.9840 271.5817 0010757  66.2560 293.9075 14.41294387196801
-FUSE 1
-1 25791U 99035A   03077.17883857  .00000638  00000-0  13930-3 0  8090
-2 25791  24.9843 280.0617 0010654  50.7889 309.3564 14.41292379196607
-FUSE 1
-1 25791U 99035A   03076.14020216  .00000782  00000-0  18324-3 0  8089
-2 25791  24.9848 286.4255 0010468  43.0582 317.0743 14.41292815196451
-FUSE 1
-1 25791U 99035A   03074.89383969  .00000825  00000-0  19632-3 0  8076
-2 25791  24.9853 294.0604 0010385  30.7066 329.4048 14.41291731196279
-FUSE 1
-1 25791U 99035A   03073.43974802  .00000854  00000-0  20497-3 0  8069
-2 25791  24.9852 302.9660 0010367  15.2865 344.7954 14.41290069196060
-FUSE 1
-1 25791U 99035A   03072.19338203  .00000856  00000-0  20554-3 0  8055
-2 25791  24.9854 310.5981 0010287   2.1680 357.8866 14.41288422195880
-FUSE 1
-1 25791U 99035A   03071.08550087  .00000818  00000-0  19402-3 0  8045
-2 25791  24.9860 317.3842 0010263 349.9948  10.0353 14.41286657195721
-FUSE 1
-1 25791U 99035A   03069.97761880 +.00000763 +00000-0 +17745-3 0 08086
-2 25791 024.9860 324.1683 0010236 338.1839 021.8232 14.41284751195560
-FUSE 1
-1 25791U 99035A   03069.90837617  .00000758  00000-0  17585-3 0  8032
-2 25791  24.9860 324.5922 0010236 337.4031  22.6028 14.41284617195558
-FUSE 1
-1 25791U 99035A   03068.93897780 +.00000723 +00000-0 +16521-3 0 08098
-2 25791 024.9864 330.5285 0010290 326.4566 033.5291 14.41283191195416
-FUSE 1
-1 25791U 99035A   03068.86973524  .00000716  00000-0  16303-3 0  8024
-2 25791  24.9864 330.9527 0010287 325.7078  34.2768 14.41283044195408
-FUSE 1
-1 25791U 99035A   03067.55412264  .00000656  00000-0  14496-3 0  8011
-2 25791  24.9864 339.0080 0010311 311.6370  48.3251 14.41281081195210
-FUSE 1
-1 25791U 99035A   03066.44623884  .00000578  00000-0  12112-3 0  8005
-2 25791  24.9864 345.7927 0010333 299.7399  60.2082 14.41279280195050
-FUSE 1
-1 25791U 99035A   03065.40759665  .00000526  00000-0  10514-3 0  7991
-2 25791  24.9863 352.1521 0010350 288.8170  71.1215 14.41277936194904
-FUSE 1
-1 25791U 99035A   03064.23046813  .00000487  00000-0  93421-4 0  7989
-2 25791  24.9864 359.3605 0010411 275.9615  83.9706 14.41276773194731
-FUSE 1
-1 25791U 99035A   03062.98409806 +.00000428 +00000-0 +75413-4 0 08015
-2 25791 024.9863 006.9942 0010426 262.5976 097.3348 14.41275346194553
-FUSE 1
-1 25791U 99035A   03062.91485526  .00000425  00000-0  74460-4 0  7973
-2 25791  24.9862   7.4181 0010421 261.8604  98.0722 14.41275270194547
-FUSE 1
-1 25791U 99035A   03061.94545741 +.00000420 +00000-0 +73017-4 0 08008
-2 25791 024.9848 013.3688 0010509 252.6434 107.2924 14.41274844194403
-FUSE 1
-1 25791U 99035A   03061.66848589  .00000420  00000-0  73002-4 0  7961
-2 25791  24.9848  15.0645 0010505 249.7386 110.1988 14.41274707194360
-FUSE 1
-1 25791U 99035A   03060.49135828  .00000388  00000-0  63176-4 0  7959
-2 25791  24.9852  22.2747 0010610 237.5708 122.3771 14.41273890194196
-FUSE 1
-1 25791U 99035A   03059.24498747  .00000395  00000-0  65325-4 0  7947
-2 25791  24.9851  29.9090 0010713 224.4424 135.5221 14.41273446194018
-FUSE 1
-1 25791U 99035A   03058.96801613 +.00000410 +00000-0 +70039-4 0 08335
-2 25791 024.9848 031.6055 0010711 221.6605 138.3087 14.41273447193979
-FUSE 1
-1 25791U 99035A   03057.79088784  .00000466  00000-0  86878-4 0  7935
-2 25791  24.9852  38.8148 0010787 209.3160 150.6743 14.41273450193800
-FUSE 1
-1 25791U 99035A   03056.75224577  .00000511  00000-0  10064-3 0  7925
-2 25791  24.9849  45.1756 0010796 198.5017 161.5097 14.41273260193657
-FUSE 1
-1 25791U 99035A   03055.71360371  .00000543  00000-0  11053-3 0  7916
-2 25791  24.9851  51.5371 0010893 187.8825 172.1502 14.41272912193506
-FUSE 1
-1 25791U 99035A   03054.81344706 +.00000592 +00000-0 +12526-3 0 07943
-2 25791 024.9854 057.0504 0010975 178.3725 181.6813 14.41272772193372
-FUSE 1
-1 25791U 99035A   03054.53647601  .00000595  00000-0  12630-3 0  7907
-2 25791  24.9855  58.7463 0010996 175.5448 184.5158 14.41272591193338
-FUSE 1
-1 25791U 99035A   03053.22086164  .00000648  00000-0  14239-3 0  7897
-2 25791  24.9854  66.8027 0011082 162.1387 197.9511 14.41272079193145
-FUSE 1
-1 25791U 99035A   03052.18221916  .00000654  00000-0  14422-3 0  7887
-2 25791  24.9857  73.1612 0010974 150.9371 209.1749 14.41271157192993
-FUSE 1
-1 25791U 99035A   03051.69751897 +.00000653 +00000-0 +14404-3 0 08192
-2 25791 024.9857 076.1286 0010974 145.8259 214.2956 14.41270685192926
-FUSE 1
-1 25791U 99035A   03050.86660284  .00000682  00000-0  15278-3 0  7875
-2 25791  24.9852  81.2163 0010966 137.4487 222.6871 14.41270247192803
-FUSE 1
-1 25791U 99035A   03049.55098927  .00000679  00000-0  15178-3 0  7862
-2 25791  24.9830  89.2921 0010776 123.5065 236.6474 14.41268750192615
-FUSE 1
-1 25791U 99035A   03046.91974757  .00000708  00000-0  16072-3 0  7848
-2 25791  24.9828 105.4061 0010755  96.1405 264.0326 14.41266314192231
-FUSE 1
-1 25791U 99035A   03045.81185480  .00000675  00000-0  15076-3 0  7838
-2 25791  24.9829 112.1925 0010804  84.5002 275.6738 14.41264829192071
-FUSE 1
-1 25791U 99035A   03044.56547187  .00000671  00000-0  14933-3 0  7821
-2 25791  24.9825 119.8235 0010884  72.1647 288.0048 14.41263465191897
-FUSE 1
-1 25791U 99035A   03043.87303595 +.00000663 +00000-0 +14707-3 0 08086
-2 25791 024.9823 124.0647 0010837 064.8117 295.3515 14.41262691191797
-FUSE 1
-1 25791U 99035A   03043.24984329  .00000652  00000-0  14385-3 0  7817
-2 25791  24.9824 127.8828 0010807  58.4950 301.6614 14.41261995191709
-FUSE 1
-1 25791U 99035A   03042.07269992  .00000613  00000-0  13188-3 0  7805
-2 25791  24.9827 135.0921 0010730  46.2939 313.8459 14.41260560191534
-FUSE 1
-1 25791U 99035A   03040.82631031  .00000590  00000-0  12473-3 0  7791
-2 25791  24.9825 142.7255 0010676  33.4461 326.6705 14.41259243191356
-FUSE 1
-1 25791U 99035A   03039.57991945  .00000595  00000-0  12637-3 0  7780
-2 25791  24.9832 150.3613 0010568  20.6980 339.3959 14.41258343191173
-FUSE 1
-1 25791U 99035A   03038.54125940  .00000562  00000-0  11637-3 0  7772
-2 25791  24.9831 156.7218 0010533   9.4132 350.6584 14.41257190191022
-FUSE 1
-1 25791U 99035A   03037.01788880  .00000562  00000-0  11641-3 0  7765
-2 25791  24.9831 166.0494 0010450 353.4940   6.5445 14.41256054190805
-FUSE 1
-1 25791U 99035A   03035.90998290 +.00000529 +00000-0 +10615-3 0 07762
-2 25791 024.9834 172.8362 0010444 341.3662 018.6462 14.41254945190649
-FUSE 1
-1 25791U 99035A   03035.84073869  .00000529  00000-0  10615-3 0  7750
-2 25791  24.9834 173.2601 0010444 340.6394  19.3715 14.41254896190637
-FUSE 1
-1 25791U 99035A   03034.94056470 +.00000514 +00000-0 +10178-3 0 07937
-2 25791 024.9830 178.7729 0010445 331.0545 028.9383 14.41254106190504
-FUSE 1
-1 25791U 99035A   03034.59434384  .00000508  00000-0  99976-4 0  7748
-2 25791  24.9829 180.8929 0010469 327.4109  32.5752 14.41253798190450
-FUSE 1
-1 25791U 99035A   03033.55568063  .00000512  00000-0  10098-3 0  7736
-2 25791  24.9832 187.2531 0010490 316.1247  43.8429 14.41253174190304
-FUSE 1
-1 25791U 99035A   03032.24004087  .00000509  00000-0  10030-3 0  7723
-2 25791  24.9833 195.3101 0010479 301.8051  58.1431 14.41252308190118
-FUSE 1
-1 25791U 99035A   03031.13213438  .00000500  00000-0  97473-4 0  7719
-2 25791  24.9834 202.0943 0010489 289.8402  70.0976 14.41251485189957
-FUSE 1
-1 25791U 99035A   03029.95498370 +.00000507 +00000-0 +99455-4 0 07726
-2 25791 024.9833 209.3044 0010568 277.2138 082.7170 14.41250807189787
-FUSE 1
-1 25791U 99035A   03029.88573951  .00000506  00000-0  99284-4 0  7704
-2 25791  24.9834 209.7284 0010567 276.4676  83.4627 14.41250759189775
-FUSE 1
-1 25791U 99035A   03028.91632543 +.00000457 +00000-0 +84396-4 0 07714
-2 25791 024.9829 215.6872 0010688 267.6409 092.2873 14.41250112189637
-FUSE 1
-1 25791U 99035A   03028.84708138  .00000459  00000-0  84922-4 0  7694
-2 25791  24.9829 216.1111 0010685 266.8899  93.0390 14.41250090189627
-FUSE 1
-1 25791U 99035A   03027.94690786 +.00000485 +00000-0 +92887-4 0 07916
-2 25791 024.9829 221.6256 0010733 257.2339 102.6968 14.41249791189494
-FUSE 1
-1 25791U 99035A   03027.39295481  .00000522  00000-0  10395-3 0  7687
-2 25791  24.9825 225.0181 0010750 251.6346 108.2992 14.41249718189410
-FUSE 1
-1 25791U 99035A   03026.90824636 +.00000535 +00000-0 +10794-3 0 07938
-2 25791 024.9827 227.9872 0010755 246.4607 113.4770 14.41249533189346
-FUSE 1
-1 25791U 99035A   03026.21580544  .00000600  00000-0  12773-3 0  7672
-2 25791  24.9822 232.2291 0010751 239.2471 120.6976 14.41249537189241
-FUSE 1
-1 25791U 99035A   03024.90017016  .00000620  00000-0  13395-3 0  7667
-2 25791  24.9825 240.2875 0010606 224.5201 135.4454 14.41248661189059
-FUSE 1
-1 25791U 99035A   03023.86150943  .00000683  00000-0  15306-3 0  7650
-2 25791  24.9823 246.6490 0010698 213.6230 146.3601 14.41248266188901
-FUSE 1
-1 25791U 99035A   03022.96133739 +.00000720 +00000-0 +16435-3 0 07885
-2 25791 024.9822 252.1619 0010714 203.8994 156.1017 14.41247660188774
-FUSE 1
-1 25791U 99035A   03022.47662920  .00000753  00000-0  17422-3 0  7647
-2 25791  24.9818 255.1315 0010728 199.1571 160.8533 14.41247360188703
-FUSE 1
-1 25791U 99035A   03021.23023620  .00000814  00000-0  19309-3 0  7631
-2 25791  24.9818 262.7649 0010872 186.1483 173.8893 14.41246466188524
-FUSE 1
-1 25791U 99035A   03020.19157559  .00000839  00000-0  20070-3 0  7627
-2 25791  24.9818 269.1258 0010854 175.1951 184.8664 14.41245346188376
-FUSE 1
-1 25791U 99035A   03019.15291393  .00000874  00000-0  21118-3 0  7618
-2 25791  24.9818 275.4875 0010879 164.2609 195.8238 14.41244267188221
-FUSE 1
-1 25791U 99035A   03017.90651918  .00000882  00000-0  21358-3 0  7606
-2 25791  24.9820 283.1229 0010889 151.5092 208.6013 14.41242588188047
-FUSE 1
-1 25791U 99035A   03016.86785572  .00000849  00000-0  20352-3 0  7598
-2 25791  24.9821 289.4833 0010877 140.6893 219.4408 14.41240829187899
-FUSE 1
-1 25791U 99035A   03015.96767820 +.00000843 +00000-0 +20187-3 0 07628
-2 25791 024.9820 294.9922 0010992 131.6564 228.4886 14.41239598187768
-FUSE 1
-1 25791U 99035A   03015.41372249  .00000840  00000-0  20100-3 0  7582
-2 25791  24.9820 298.3836 0010997 125.8349 234.3181 14.41238834187688
-FUSE 1
-1 25791U 99035A   03014.23656622  .00000784  00000-0  18395-3 0  7570
-2 25791  24.9824 305.5944 0010955 113.8675 246.2990 14.41236827187518
-FUSE 1
-1 25791U 99035A   03013.19789667  .00000698  00000-0  15769-3 0  7565
-2 25791  24.9829 311.9557 0010860 103.1125 257.0596 14.41234894187368
-FUSE 1
-1 25791U 99035A   03012.92091841 +.00000651 +00000-0 +14337-3 0 07913
-2 25791 024.9830 313.6530 0010837 100.3922 259.7809 14.41234171187328
-FUSE 1
-1 25791U 99035A   03011.95149077 +.00000591 +00000-0 +12511-3 0 07599
-2 25791 024.9833 319.5894 0010774 090.1943 269.9802 14.41232741187189
-FUSE 1
-1 25791U 99035A   03011.88224586  .00000585  00000-0  12347-3 0  7556
-2 25791  24.9834 320.0134 0010776  89.4952 270.6791 14.41232635187174
-FUSE 1
-1 25791U 99035A   03010.49734521  .00000571  00000-0  11922-3 0  7549
-2 25791  24.9836 328.4940 0010755  75.1825 284.9873 14.41231417186974
-FUSE 1
-1 25791U 99035A   03009.38942288  .00000562  00000-0  11651-3 0  7534
-2 25791  24.9838 335.2793 0010726  63.5938 296.5669 14.41230504186813
-FUSE 1
-1 25791U 99035A   03008.21225405  .00000536  00000-0  10847-3 0  7526
-2 25791  24.9841 342.4893 0010658  51.4879 308.6589 14.41229428186642
-FUSE 1
-1 25791U 99035A   03007.17357430  .00000496  00000-0  96283-4 0  7517
-2 25791  24.9846 348.8510 0010606  40.2151 319.9146 14.41228391186490
-FUSE 1
-1 25791U 99035A   03005.71941978  .00000492  00000-0  95196-4 0  7508
-2 25791  24.9848 357.7568 0010489  25.1948 334.9069 14.41227497186283
-FUSE 1
-1 25791U 99035A   03004.54224559  .00000519  00000-0  10345-3 0  7497
-2 25791  24.9849   4.9669 0010381  12.5994 347.4773 14.41226999186118
-FUSE 1
-1 25791U 99035A   03003.22657791  .00000659  00000-0  14583-3 0  7481
-2 25791  24.9844  13.0234 0010171 358.9129   1.1355 14.41227192185920
-FUSE 1
-1 25791U 99035A   03001.70317381 +.00000783 +00000-0 +18366-3 0 07470
-2 25791 024.9836 022.3505 0010142 342.3951 017.6202 14.41226616185702
-FUSE 1
-1 25791U 99035A   02365.66448900  .00000905  00000-0  22093-3 0  7466
-2 25791  24.9828  28.7111 0010120 331.1925  28.8023 14.41226254185555
-FUSE 1
-1 25791U 99035A   02364.55655917  .00001003  00000-0  25056-3 0  7452
-2 25791  24.9823  35.4963 0010124 319.5885  40.3870 14.41225360185397
-FUSE 1
-1 25791U 99035A   02363.24089208  .00001123  00000-0  28737-3 0  7442
-2 25791  24.9817  43.5541 0010043 305.4795  54.4774 14.41224128185206
-FUSE 1
-1 25791U 99035A   02361.85597983  .00001182  00000-0  30525-3 0  7433
-2 25791  24.9811  52.0336 0010047 290.8057  69.1372 14.41221885185001
-FUSE 1
-1 25791U 99035A   02360.81729577  .00001190  00000-0  30775-3 0  7429
-2 25791  24.9811  58.3946 0010013 279.4423  80.4952 14.41219863184855
-FUSE 1
-1 25791U 99035A   02359.98634816 +.00001193 +00000-0 +30865-3 0 07531
-2 25791 024.9811 063.4834 0010006 270.4269 089.5092 14.41218193184736
-FUSE 1
-1 25791U 99035A   02359.57087417  .00001197  00000-0  30966-3 0  7418
-2 25791  24.9812  66.0284 0010007 265.9037  94.0326 14.41217390184670
-FUSE 1
-1 25791U 99035A   02356.87029074  .00001204  00000-0  31182-3 0  7390
-2 25791  24.9811  82.5668 0009938 236.3646 123.5914 14.41211956184287
-FUSE 1
-1 25791U 99035A   02355.55462023  .00001090  00000-0  27728-3 0  7382
-2 25791  24.9809  90.6214 0010165 222.2949 137.6776 14.41208399184093
-FUSE 1
-1 25791U 99035A   02354.51593217  .00001046  00000-0  26390-3 0  7371
-2 25791  24.9811  96.9840 0010179 211.0308 148.9598 14.41206118183947
-FUSE 1
-1 25791U 99035A   02353.13101277  .00001006  00000-0  25162-3 0  7360
-2 25791  24.9814 105.4674 0010149 196.0465 163.9721 14.41203384183749
-FUSE 1
-1 25791U 99035A   02351.95382922 +.00000934 +00000-0 +22963-3 0 07372
-2 25791 024.9817 112.6764 0010197 184.0228 176.0200 14.41200867183570
-FUSE 1
-1 25791U 99035A   02351.88458303  .00000934  00000-0  22971-3 0  7358
-2 25791  24.9817 113.1005 0010193 183.2930 176.7513 14.41200763183569
-FUSE 1
-1 25791U 99035A   02350.91513627 +.00000904 +00000-0 +22045-3 0 07519
-2 25791 024.9819 119.0445 0010562 174.0065 186.0569 14.41199099183420
-FUSE 1
-1 25791U 99035A   02350.56890542  .00000886  00000-0  21508-3 0  7347
-2 25791  24.9818 121.1673 0010554 170.6826 189.3879 14.41198405183378
-FUSE 1
-1 25791U 99035A   02349.11473244  .00000853  00000-0  20507-3 0  7333
-2 25791  24.9823 130.0779 0010595 156.0675 204.0329 14.41196121183160
-FUSE 1
-1 25791U 99035A   02347.86829613  .00000843  00000-0  20210-3 0  7327
-2 25791  24.9826 137.7176 0010579 143.6291 216.4936 14.41194381182982
-FUSE 1
-1 25791U 99035A   02346.96809054 +.00000846 +00000-0 +20310-3 0 07328
-2 25791 024.9827 143.2322 0010589 134.4622 225.6760 14.41193196182851
-FUSE 1
-1 25791U 99035A   02346.82959720  .00000840  00000-0  20129-3 0  7310
-2 25791  24.9828 144.0807 0010580 133.0588 227.0808 14.41192967182838
-FUSE 1
-1 25791U 99035A   02345.92939017 +.00000816 +00000-0 +19371-3 0 07418
-2 25791 024.9830 149.5942 0010509 123.9678 236.1843 14.41191589182705
-FUSE 1
-1 25791U 99035A   02345.58315657  .00000792  00000-0  18653-3 0  7301
-2 25791  24.9831 151.7183 0010408 120.6946 239.4591 14.41190929182655
-FUSE 1
-1 25791U 99035A   02344.89068773 +.00000785 +00000-0 +18451-3 0 07429
-2 25791 024.9831 155.9574 0010423 113.3541 246.8055 14.41190019182558
-FUSE 1
-1 25791U 99035A   02344.54445368  .00000789  00000-0  18568-3 0  7298
-2 25791  24.9831 158.0799 0010476 110.1229 250.0410 14.41189637182508
-FUSE 1
-1 25791U 99035A   02343.15951322  .00000783  00000-0  18396-3 0  7288
-2 25791  24.9834 166.5623 0010426  96.2869 263.8829 14.41187968182309
-FUSE 1
-1 25791U 99035A   02342.88252492 +.00000775 +00000-0 +18152-3 0 07460
-2 25791 024.9835 168.2588 0010398 093.2895 266.8803 14.41187559182269
-FUSE 1
-1 25791U 99035A   02341.98231177  .00000761  00000-0  17708-3 0  7277
-2 25791  24.9836 173.7711 0010366  83.7509 276.4178 14.41186369182136
-FUSE 1
-1 25791U 99035A   02340.87435475  .00000768  00000-0  17944-3 0  7269
-2 25791  24.9836 180.5545 0010319  72.0817 288.0815 14.41185129181979
-FUSE 1
-1 25791U 99035A   02339.90489123 +.00000743 +00000-0 +17159-3 0 07373
-2 25791 024.9838 186.4897 0010302 061.8181 298.3364 14.41183804181834
-FUSE 1
-1 25791U 99035A   02339.00467365  .00000760  00000-0  17694-3 0  7258
-2 25791  24.9837 192.0009 0010340  52.4233 307.7215 14.41182886181702
-FUSE 1
-1 25791U 99035A   02337.96595978 +.00000747 +00000-0 +17292-3 0 07274
-2 25791 024.9838 198.3601 0010349 041.4682 318.6611 14.41181581181550
-FUSE 1
-1 25791U 99035A   02337.89671225  .00000735  00000-0  16930-3 0  7248
-2 25791  24.9838 198.7841 0010344  40.6825 319.4454 14.41181406181544
-FUSE 1
-1 25791U 99035A   02336.92724431 +.00000730 +00000-0 +16784-3 0 07263
-2 25791 024.9839 204.7190 0010345 030.4753 329.6355 14.41180304181402
-FUSE 1
-1 25791U 99035A   02336.85799660  .00000726  00000-0  16666-3 0  7232
-2 25791  24.9840 205.1432 0010343  29.6910 330.4183 14.41180198181399
-FUSE 1
-1 25791U 99035A   02335.95777534 +.00000723 +00000-0 +16574-3 0 07378
-2 25791 024.9840 210.6541 0010353 020.2600 339.8318 14.41179182181265
-FUSE 1
-1 25791U 99035A   02335.12680126  .00000724  00000-0  16595-3 0  7225
-2 25791  24.9839 215.7423 0010346  11.4473 348.6270 14.41178242181148
-FUSE 1
-1 25791U 99035A   02333.88033836  .00000777  00000-0  18215-3 0  7214
-2 25791  24.9838 223.3729 0010367 358.4414   1.6064 14.41177194180964
-FUSE 1
-1 25791U 99035A   02332.21838680  .00000738  00000-0  17012-3 0  7200
-2 25791  24.9840 233.5483 0010369 340.4562  19.5551 14.41175004180725
-FUSE 1
-1 25791U 99035A   02330.97192266 +.00000736 +00000-0 +16945-3 0 07228
-2 25791 024.9841 241.1847 0010383 327.1955 032.7907 14.41173576180543
-FUSE 1
-1 25791U 99035A   02330.90267454  .00000744  00000-0  17204-3 0  7197
-2 25791  24.9842 241.6086 0010384 326.4698  33.5151 14.41173549180530
-FUSE 1
-1 25791U 99035A   02329.93320137 +.00000795 +00000-0 +18754-3 0 07238
-2 25791 024.9841 247.5450 0010325 316.0567 043.9119 14.41172687180399
-FUSE 1
-1 25791U 99035A   02329.86395339  .00000793  00000-0  18694-3 0  7181
-2 25791  24.9841 247.9690 0010320 315.3599  44.6079 14.41172585180380
-FUSE 1
-1 25791U 99035A   02328.96372831 +.00000874 +00000-0 +21177-3 0 07262
-2 25791 024.9839 253.4818 0010301 306.0731 053.8822 14.41171745180256
-FUSE 1
-1 25791U 99035A   02328.47899189  .00000852  00000-0  20479-3 0  7178
-2 25791  24.9839 256.4492 0010283 300.9882  58.9620 14.41170988180188
-FUSE 1
-1 25791U 99035A   02327.23252631  .00000997  00000-0  24907-3 0  7165
-2 25791  24.9837 264.0850 0010209 287.9702  71.9692 14.41169674180007
-FUSE 1
-1 25791U 99035A   02325.91681241  .00001075  00000-0  27280-3 0  7155
-2 25791  24.9835 272.1466 0010275 274.0090  85.9246 14.41167756179814
-FUSE 1
-1 25791U 99035A   02324.94733872 +.00001074 +00000-0 +27250-3 0 07151
-2 25791 024.9837 278.0849 0010343 263.9267 096.0064 14.41166020179673
-FUSE 1
-1 25791U 99035A   02324.67034596  .00001073  00000-0  27216-3 0  7148
-2 25791  24.9837 279.7804 0010340 261.0175  98.9158 14.41165514179634
-FUSE 1
-1 25791U 99035A   02323.97786359 +.00001085 +00000-0 +27593-3 0 07186
-2 25791 024.9834 284.0218 0010561 253.2107 106.7242 14.41164354179534
-FUSE 1
-1 25791U 99035A   02323.56237448  .00001085  00000-0  27595-3 0  7138
-2 25791  24.9834 286.5654 0010546 248.8875 111.0502 14.41163593179475
-FUSE 1
-1 25791U 99035A   02322.24665714  .00001162  00000-0  29927-3 0  7129
-2 25791  24.9833 294.6241 0010703 233.4813 126.4702 14.41161870179280
-FUSE 1
-1 25791U 99035A   02321.20793280  .00001220  00000-0  31720-3 0  7112
-2 25791  24.9829 300.9847 0010808 222.5858 137.3810 14.41160264179133
-FUSE 1
-1 25791U 99035A   02319.40747635  .00001263  00000-0  33024-3 0  7109
-2 25791  24.9825 312.0065 0010876 203.7169 156.2843 14.41156787178877
-FUSE 1
-1 25791U 99035A   02318.64574421 +.00001273 +00000-0 +33320-3 0 07183
-2 25791 024.9823 316.6719 0010904 195.8401 164.1766 14.41155172178760
-FUSE 1
-1 25791U 99035A   02317.81476349 +.00001220 +00000-0 +31728-3 0 07352
-2 25791 024.9826 321.7601 0010933 187.6105 172.4237 14.41152903178643
-FUSE 1
-1 25791U 99035A   02316.84528386  .00001225  00000-0  31884-3 0  7081
-2 25791  24.9827 327.6980 0010976 177.5120 182.5438 14.41150915178502
-FUSE 1
-1 25791U 99035A   02315.59880787  .00001242  00000-0  32394-3 0  7073
-2 25791  24.9825 335.3293 0011048 164.4233 195.6623 14.41148412178324
-FUSE 1
-1 25791U 99035A   02314.69857361 +.00001241 +00000-0 +32373-3 0 07071
-2 25791 024.9823 340.8415 0011033 155.1164 204.9876 14.41146449178190
-FUSE 1
-1 25791U 99035A   02314.56007609  .00001242  00000-0  32393-3 0  7061
-2 25791  24.9823 341.6892 0011038 153.6592 206.4489 14.41146160178176
-FUSE 1
-1 25791U 99035A   02313.24434699  .00001193  00000-0  30916-3 0  7051
-2 25791  24.9828 349.7471 0011087 140.1634 219.9694 14.41143010177981
-FUSE 1
-1 25791U 99035A   02312.20561116  .00001132  00000-0  29035-3 0  7043
-2 25791  24.9834 356.1079 0011110 129.7443 230.4048 14.41140389177833
-FUSE 1
-1 25791U 99035A   02311.92861422 +.00001126 +00000-0 +28868-3 0 07309
-2 25791 024.9835 357.8035 0011119 126.7910 233.3617 14.41139808177792
-FUSE 1
-1 25791U 99035A   02310.95912468 +.00001083 +00000-0 +27550-3 0 07048
-2 25791 024.9837 003.7403 0011086 116.7489 243.4157 14.41137566177658
-FUSE 1
-1 25791U 99035A   02310.82062580  .00001082  00000-0  27519-3 0  7038
-2 25791  24.9837   4.5881 0011089 115.2851 244.8806 14.41137305177632
-FUSE 1
-1 25791U 99035A   02309.78188408 +.00001035 +00000-0 +26086-3 0 07068
-2 25791 024.9840 010.9478 0011067 104.2526 255.9212 14.41135021177482
-FUSE 1
-1 25791U 99035A   02309.57413526  .00001031  00000-0  25964-3 0  7023
-2 25791  24.9841  12.2196 0011058 102.0689 258.1059 14.41134631177458
-FUSE 1
-1 25791U 99035A   02308.67388968 +.00001007 +00000-0 +25233-3 0 07048
-2 25791 024.9841 017.7307 0011071 092.5180 267.6595 14.41132871177326
-FUSE 1
-1 25791U 99035A   02308.53539014  .00001005  00000-0  25166-3 0  7013
-2 25791  24.9842  18.5786 0011066  91.0739 269.1037 14.41132629177302
-FUSE 1
-1 25791U 99035A   02307.08114362  .00000944  00000-0  23310-3 0  7006
-2 25791  24.9847  27.4838 0011100  76.0546 284.1186 14.41129780177094
-FUSE 1
-1 25791U 99035A   02306.04239290  .00000935  00000-0  23046-3 0  6992
-2 25791  24.9847  33.8456 0011062  65.0552 295.1089 14.41128082176944
-FUSE 1
-1 25791U 99035A   02304.86513927  .00000956  00000-0  23688-3 0  6986
-2 25791  24.9847  41.0556 0010946  52.9833 307.1674 14.41126496176775
-FUSE 1
-1 25791U 99035A   02303.89563460 +.00000960 +00000-0 +23806-3 0 06982
-2 25791 024.9849 046.9935 0010898 043.0452 317.0893 14.41125049176637
-FUSE 1
-1 25791U 99035A   02303.82638415  .00000966  00000-0  23984-3 0  6970
-2 25791  24.9849  47.4173 0010865  42.3451 317.7891 14.41125000176623
-FUSE 1
-1 25791U 99035A   02302.71837611 +.00001023 +00000-0 +25722-3 0 07019
-2 25791 024.9847 054.2005 0010813 031.1742 328.9406 14.41123746176466
-FUSE 1
-1 25791U 99035A   02302.57987459  .00001040  00000-0  26254-3 0  6962
-2 25791  24.9846  55.0483 0010830  29.7688 330.3422 14.41123680176445
-FUSE 1
-1 25791U 99035A   02300.98711079  .00001096  00000-0  27956-3 0  6958
-2 25791  24.9841  64.7981 0010843  13.0413 347.0373 14.41121314176213
-FUSE 1
-1 25791U 99035A   02299.87909991  .00001128  00000-0  28943-3 0  6947
-2 25791  24.9841  71.5856 0010786   1.4027 358.6513 14.41119575176050
-FUSE 1
-1 25791U 99035A   02298.84033835  .00001169  00000-0  30201-3 0  6932
-2 25791  24.9842  77.9480 0010811 350.6657   9.3651 14.41117963175906
-FUSE 1
-1 25791U 99035A   02297.94007642 +.00001182 +00000-0 +30577-3 0 06941
-2 25791 024.9844 083.4626 0010597 339.8645 020.1444 14.41116418175779
-FUSE 1
-1 25791U 99035A   02297.80157473  .00001180  00000-0  30538-3 0  6927
-2 25791  24.9845  84.3107 0010600 338.3923  21.6137 14.41116135175751
-FUSE 1
-1 25791U 99035A   02296.90131265 +.00001199 +00000-0 +31112-3 0 07052
-2 25791 024.9844 089.8231 0010565 328.5579 031.4298 14.41114507175620
-FUSE 1
-1 25791U 99035A   02296.55505701  .00001238  00000-0  32303-3 0  6914
-2 25791  24.9844  91.9448 0010517 324.3002  35.6802 14.41114238175578
-FUSE 1
-1 25791U 99035A   02295.93179849 +.00001243 +00000-0 +32465-3 0 07023
-2 25791 024.9845 095.7602 0010517 317.7975 042.1726 14.41112961175487
-FUSE 1
-1 25791U 99035A   02295.51629228  .00001254  00000-0  32781-3 0  6907
-2 25791  24.9843  98.3052 0010532 313.0139  46.9486 14.41112188175421
-FUSE 1
-1 25791U 99035A   02294.96228418 +.00001256 +00000-0 +32856-3 0 07075
-2 25791 024.9843 101.6963 0010529 307.2176 052.7370 14.41111015175348
-FUSE 1
-1 25791U 99035A   02294.13127216  .00001240  00000-0  32359-3 0  6898
-2 25791  24.9841 106.7843 0010541 298.5475  61.3971 14.41109044175226
-FUSE 1
-1 25791U 99035A   02293.92351906 +.00001239 +00000-0 +32344-3 0 07139
-2 25791 024.9843 108.0569 0010535 296.3424 063.6002 14.41108613175198
-FUSE 1
-1 25791U 99035A   02292.95400352 +.00001237 +00000-0 +32256-3 0 06905
-2 25791 024.9842 113.9928 0010572 285.9862 073.9481 14.41106520175057
-FUSE 1
-1 25791U 99035A   02292.88475244  .00001234  00000-0  32188-3 0  6887
-2 25791  24.9842 114.4167 0010574 285.2452  74.6888 14.41106349175045
-FUSE 1
-1 25791U 99035A   02291.56898052  .00001216  00000-0  31640-3 0  6878
-2 25791  24.9839 122.4724 0010637 271.2762  88.6530 14.41103373174859
-FUSE 1
-1 25791U 99035A   02290.94572017 +.00001195 +00000-0 +30991-3 0 07009
-2 25791 024.9844 126.2889 0010671 264.7560 095.1729 14.41101851174762
-FUSE 1
-1 25791U 99035A   02290.18395700  .00001174  00000-0  30345-3 0  6860
-2 25791  24.9843 130.9526 0010673 256.7111 103.2208 14.41100044174650
-FUSE 1
-1 25791U 99035A   02288.86818259  .00001140  00000-0  29323-3 0  6857
-2 25791  24.9845 139.0064 0010704 243.0013 116.9405 14.41097023174465
-FUSE 1
-1 25791U 99035A   02287.89866426 +.00001136 +00000-0 +29186-3 0 06894
-2 25791 024.9843 144.9409 0010684 232.7314 127.2281 14.41095095174326
-FUSE 1
-1 25791U 99035A   02287.20614986  .00001151  00000-0  29649-3 0  6847
-2 25791  24.9827 149.1875 0010669 225.6654 134.2979 14.41093836174225
-FUSE 1
-1 25791U 99035A   02285.89037225  .00001130  00000-0  29004-3 0  6836
-2 25791  24.9828 157.2454 0010692 211.9002 148.0860 14.41091133174039
-FUSE 1
-1 25791U 99035A   02284.85159928  .00001103  00000-0  28186-3 0  6825
-2 25791  24.9828 163.6064 0010728 200.9652 159.0419 14.41088960173884
-FUSE 1
-1 25791U 99035A   02283.32806291  .00001033  00000-0  26046-3 0  6812
-2 25791  24.9830 172.9322 0010689 184.6616 175.3793 14.41085821173666
-FUSE 1
-1 25791U 99035A   02282.98180447 +.00000996 +00000-0 +24906-3 0 06844
-2 25791 024.9832 175.0528 0010704 180.9650 179.0837 14.41085010173610
-FUSE 1
-1 25791U 99035A   02282.22003459  .00001026  00000-0  25852-3 0  6800
-2 25791  24.9831 179.7159 0010708 172.9134 187.1536 14.41083903173505
-FUSE 1
-1 25791U 99035A   02280.97350077 +.00000830 +00000-0 +19849-3 0 06802
-2 25791 024.9833 187.3563 0011025 161.6340 198.4554 14.41080808173324
-FUSE 1
-1 25791U 99035A   02280.90424885  .00000955  00000-0  23675-3 0  6792
-2 25791  24.9831 187.7802 0010991 160.8057 199.2869 14.41081211173315
-FUSE 1
-1 25791U 99035A   02279.93472079 +.00001010 +00000-0 +25355-3 0 06825
-2 25791 024.9829 193.7205 0011006 150.8784 209.2336 14.41079909173176
-FUSE 1
-1 25791U 99035A   02279.38070408  .00001043  00000-0  26359-3 0  6780
-2 25791  24.9829 197.1114 0011002 144.9425 215.1807 14.41079042173093
-FUSE 1
-1 25791U 99035A   02278.20341727  .00000963  00000-0  23930-3 0  6776
-2 25791  24.9832 204.3229 0011020 133.2028 226.9401 14.41076821172928
-FUSE 1
-1 25791U 99035A   02276.88762358  .00000955  00000-0  23667-3 0  6762
-2 25791  24.9828 212.3833 0011005 119.6564 240.5042 14.41074562172731
-FUSE 1
-1 25791U 99035A   02275.50257357  .00000810  00000-0  19257-3 0  6757
-2 25791  24.9832 220.8633 0010929 105.5890 254.5823 14.41071888172536
-FUSE 1
-1 25791U 99035A   02274.94855287 +.00000769 +00000-0 +18010-3 0 06782
-2 25791 024.9832 224.2597 0010747 099.8528 260.3191 14.41070889172458
-FUSE 1
-1 25791U 99035A   02274.39453091  .00000766  00000-0  17925-3 0  6745
-2 25791  24.9832 227.6504 0010741  94.0800 266.0941 14.41070217172379
-FUSE 1
-1 25791U 99035A   02273.97901442 +.00000752 +00000-0 +17475-3 0 06831
-2 25791 024.9833 230.1965 0010675 089.7969 270.3764 14.41069590172310
-FUSE 1
-1 25791U 99035A   02273.21723299  .00000755  00000-0  17576-3 0  6734
-2 25791  24.9834 234.8609 0010679  81.6884 278.4835 14.41068740172200
-FUSE 1
-1 25791U 99035A   02272.94022098 +.00000777 +00000-0 +18254-3 0 07023
-2 25791 024.9832 236.5583 0010621 078.7403 281.4295 14.41068586172166
-FUSE 1
-1 25791U 99035A   02271.97067853 +.00000808 +00000-0 +19195-3 0 06741
-2 25791 024.9832 242.4959 0010491 068.8195 291.3434 14.41067715172025
-FUSE 1
-1 25791U 99035A   02271.55516014  .00000808  00000-0  19212-3 0  6721
-2 25791  24.9832 245.0390 0010492  64.4543 295.7048 14.41067193171964
-FUSE 1
-1 25791U 99035A   02270.51636263  .00000857  00000-0  20706-3 0  6718
-2 25791  24.9832 251.3989 0010443  53.4959 306.6509 14.41066244171817
-FUSE 1
-1 25791U 99035A   02269.33905765  .00000893  00000-0  21807-3 0  6704
-2 25791  24.9833 258.6080 0010394  40.7861 319.3423 14.41064845171648
-FUSE 1
-1 25791U 99035A   02268.23100366  .00000992  00000-0  24815-3 0  6696
-2 25791  24.9827 265.3949 0010332  28.8061 331.3014 14.41063880171481
-FUSE 1
-1 25791U 99035A   02267.19220147  .00001098  00000-0  28063-3 0  6686
-2 25791  24.9823 271.7543 0010324  17.9281 342.1586 14.41062934171339
-FUSE 1
-1 25791U 99035A   02265.66862362  .00001232  00000-0  32165-3 0  6674
-2 25791  24.9816 281.0815 0010329   1.9220 358.1327 14.41060966171117
-FUSE 1
-1 25791U 99035A   02264.56056684  .00001222  00000-0  31866-3 0  6669
-2 25791  24.9817 287.8674 0010319 349.8851  10.1457 14.41058532170954
-FUSE 1
-1 25791U 99035A   02263.52176164  .00001227  00000-0  32006-3 0  6651
-2 25791  24.9817 294.2294 0010341 338.4888  21.5185 14.41056345170801
-FUSE 1
-1 25791U 99035A   02262.62146251 +.00001266 +00000-0 +33195-3 0 06726
-2 25791 024.9813 299.7417 0010331 328.9476 031.0420 14.41054666170677
-FUSE 1
-1 25791U 99035A   02262.41370124  .00001257  00000-0  32914-3 0  6640
-2 25791  24.9813 301.0139 0010341 326.6238  33.3618 14.41054137170641
-FUSE 1
-1 25791U 99035A   02261.23638509  .00001327  00000-0  35045-3 0  6638
-2 25791  24.9808 308.2225 0010336 313.5426  46.4225 14.41052008170473
-FUSE 1
-1 25791U 99035A   02260.19757547  .00001443  00000-0  38612-3 0  6627
-2 25791  24.9803 314.5833 0010346 302.4458  57.5047 14.41050420170321
-FUSE 1
-1 25791U 99035A   02259.71279796 +.00001450 +00000-0 +38808-3 0 06904
-2 25791 024.9803 317.5503 0010348 297.3449 062.6007 14.41049231170255
-FUSE 1
-1 25791U 99035A   02258.81249669  .00001457  00000-0  39044-3 0  6618
-2 25791  24.9801 323.0624 0010344 288.1227  71.8153 14.41046928170127
-FUSE 1
-1 25791U 99035A   02257.56592355  .00001607  00000-0  43604-3 0  6605
-2 25791  24.9798 330.6972 0010331 274.6720  85.2607 14.41044565169942
-FUSE 1
-1 25791U 99035A   02256.52711275  .00001599  00000-0  43384-3 0  6597
-2 25791  24.9793 337.0578 0010393 263.4699  96.4645 14.41041446169793
-FUSE 1
-1 25791U 99035A   02255.41904580  .00001584  00000-0  42933-3 0  6589
-2 25791  24.9787 343.8424 0010407 251.9278 108.0095 14.41038086169630
-FUSE 1
-1 25791U 99035A   02254.72650348 +.00001491 +00000-0 +40078-3 0 06835
-2 25791 024.9788 348.0813 0010411 244.6244 115.3195 14.41035736169537
-FUSE 1
-1 25791U 99035A   02253.89545131  .00001396  00000-0  37159-3 0  6576
-2 25791  24.9785 353.1698 0010435 235.7390 124.2119 14.41033155169416
-FUSE 1
-1 25791U 99035A   02252.92589091 +.00001057 +00000-0 +26812-3 0 06570
-2 25791 024.9789 359.1085 0010610 225.0767 134.8879 14.41029740169270
-FUSE 1
-1 25791U 99035A   02252.85663624  .00001059  00000-0  26870-3 0  6562
-2 25791  24.9790 359.5326 0010621 224.3210 135.6441 14.41029635169267
-FUSE 1
-1 25791U 99035A   02251.95632761 +.00001005 +00000-0 +25223-3 0 06562
-2 25791 024.9790 005.0443 0010707 214.4524 145.5288 14.41027801169131
-FUSE 1
-1 25791U 99035A   02251.81781883  .00001011  00000-0  25399-3 0  6557
-2 25791  24.9790   5.8921 0010710 212.9295 147.0567 14.41027608169112
-FUSE 1
-1 25791U 99035A   02250.70974565 +.00000905 +00000-0 +22152-3 0 06628
-2 25791 024.9792 012.6758 0010740 201.5396 158.4662 14.41025222168950
-FUSE 1
-1 25791U 99035A   02250.57123644  .00000892  00000-0  21766-3 0  6543
-2 25791  24.9793  13.5236 0010741 200.1557 159.8528 14.41024911168935
-FUSE 1
-1 25791U 99035A   02248.90912382  .00000783  00000-0  18435-3 0  6539
-2 25791  24.9796  23.6965 0010767 182.5930 177.4521 14.41021797168696
-FUSE 1
-1 25791U 99035A   02247.93955749 +.00000652 +00000-0 +14418-3 0 06762
-2 25791 024.9802 029.6342 0010910 173.0331 187.0327 14.41019680168553
-FUSE 1
-1 25791U 99035A   02247.24700867  .00000614  00000-0  13267-3 0  6528
-2 25791  24.9803  33.8749 0010996 165.8745 194.2065 14.41018736168453
-FUSE 1
-1 25791U 99035A   02246.13892944  .00000537  00000-0  10933-3 0  6513
-2 25791  24.9806  40.6587 0011018 154.5982 205.5064 14.41017206168294
-FUSE 1
-1 25791U 99035A   02244.89233811  .00000526  00000-0  10578-3 0  6508
-2 25791  24.9810  48.2931 0011178 142.1273 218.0023 14.41016304168112
-FUSE 1
-1 25791U 99035A   02243.57648803  .00000736  00000-0  16997-3 0  6495
-2 25791  24.9800  56.3527 0011307 128.8388 231.3126 14.41016815167921
-FUSE 1
-1 25791U 99035A   02242.12212513  .00001042  00000-0  26353-3 0  6487
-2 25791  24.9790  65.2545 0011385 113.4504 246.7186 14.41017164167715
-FUSE 1
-1 25791U 99035A   02241.15254607  .00001586  00000-0  42999-3 0  6475
-2 25791  24.9772  71.1895 0011244 103.6925 256.4821 14.41018933167574
-FUSE 1
-1 25791U 99035A   02240.87553062  .00000969  00000-0  24140-3 0  6461
-2 25791  24.9785  72.8895 0010796 101.1155 259.0566 14.41013762167531
-FUSE 1
-1 25791U 99035A   02239.90595273 +.00001112 +00000-0 +28499-3 0 06645
-2 25791 024.9781 078.8252 0010791 090.9038 269.2706 14.41013017167396
-FUSE 1
-1 25791U 99035A   02239.21339631  .00001213  00000-0  31602-3 0  6454
-2 25791  24.9777  83.0642 0010776  83.4859 276.6874 14.41012252167290
-FUSE 1
-1 25791U 99035A   02237.96679327 +.00001439 +00000-0 +38514-3 0 06496
-2 25791 024.9774 090.6979 0010768 071.0115 289.1558 14.41010739167110
-FUSE 1
-1 25791U 99035A   02237.89753765  .00001477  00000-0  39690-3 0  6440
-2 25791  24.9773  91.1232 0010788  70.3652 289.8019 14.41010744167101
-FUSE 1
-1 25791U 99035A   02236.44316461  .00001500  00000-0  40378-3 0  6439
-2 25791  24.9767 100.0287 0010670  55.6564 304.4950 14.41006864166893
-FUSE 1
-1 25791U 99035A   02235.19655478  .00001345  00000-0  35650-3 0  6427
-2 25791  24.9770 107.6610 0010486  43.1111 317.0209 14.41003175166715
-FUSE 1
-1 25791U 99035A   02233.94994384 +.00001071 +00000-0 +27257-3 0 06453
-2 25791 024.9778 115.2923 0010434 030.0321 330.0788 14.40999043166530
-FUSE 1
-1 25791U 99035A   02233.88068763  .00001046  00000-0  26501-3 0  6418
-2 25791  24.9780 115.7163 0010425  29.2338 330.8754 14.40998751166527
-FUSE 1
-1 25791U 99035A   02232.49555828  .00000919  00000-0  22621-3 0  6403
-2 25791  24.9786 124.1958 0010414  14.6083 345.4723 14.40995445166325
-FUSE 1
-1 25791U 99035A   02231.94150552 +.00000876 +00000-0 +21309-3 0 06546
-2 25791 024.9788 127.5880 0010407 008.4765 351.5919 14.40994234166249
-FUSE 1
-1 25791U 99035A   02231.38745204  .00000845  00000-0  20367-3 0  6390
-2 25791  24.9789 130.9790 0010378   2.6277 357.4296 14.40993213166169
-FUSE 1
-1 25791U 99035A   02230.97191224 +.00000798 +00000-0 +18928-3 0 06602
-2 25791 024.9793 133.5251 0010384 358.0335 002.0134 14.40992235166106
-FUSE 1
-1 25791U 99035A   02230.21008800  .00000719  00000-0  16493-3 0  6389
-2 25791  24.9799 138.1891 0010364 349.8416  10.1882 14.40990663165998
-FUSE 1
-1 25791U 99035A   02228.89420846  .00000570  00000-0  11957-3 0  6372
-2 25791  24.9808 146.2460 0010327 335.3789  24.6230 14.40988149165806
-FUSE 1
-1 25791U 99035A   02227.85535415  .00000520  00000-0  10422-3 0  6366
-2 25791  24.9812 152.6068 0010343 324.1332  35.8482 14.40986913165657
-FUSE 1
-1 25791U 99035A   02226.95501315 +.00000506 +00000-0 +99908-4 0 06426
-2 25791 024.9813 158.1197 0010337 314.4756 045.4908 14.40986180165529
-FUSE 1
-1 25791U 99035A   02226.47021386  .00000502  00000-0  98661-4 0  6351
-2 25791  24.9813 161.0865 0010330 309.4557  50.5037 14.40985822165454
-FUSE 1
-1 25791U 99035A   02225.98541513 +.00000476 +00000-0 +90569-4 0 06422
-2 25791 024.9815 164.0553 0010405 304.3474 055.6046 14.40985257165388
-FUSE 1
-1 25791U 99035A   02225.22358750  .00000482  00000-0  92578-4 0  6348
-2 25791  24.9816 168.7186 0010417 296.1218  63.8218 14.40984875165274
-FUSE 1
-1 25791U 99035A   02223.97696163 +.00000481 +00000-0 +92220-4 0 06412
-2 25791 024.9814 176.3517 0010455 283.1411 076.7930 14.40984067165095
-FUSE 1
-1 25791U 99035A   02223.49216218  .00000489  00000-0  94620-4 0  6333
-2 25791  24.9814 179.3194 0010476 277.8554  82.0754 14.40983850165026
-FUSE 1
-1 25791U 99035A   02222.93810641 +.00000509 +00000-0 +10073-3 0 06456
-2 25791 024.9812 182.7128 0010537 272.0359 087.8941 14.40983654164940
-FUSE 1
-1 25791U 99035A   02222.24553673  .00000508  00000-0  10033-3 0  6320
-2 25791  24.9814 186.9527 0010565 264.8001  95.1296 14.40983198164842
-FUSE 1
-1 25791U 99035A   02220.72188492  .00000514  00000-0  10213-3 0  6310
-2 25791  24.9811 196.2838 0010649 248.9270 111.0101 14.40982128164623
-FUSE 1
-1 25791U 99035A   02219.96005888 +.00000589 +00000-0 +12528-3 0 06358
-2 25791 024.9808 200.9504 0010520 240.1664 119.7798 14.40982235164515
-FUSE 1
-1 25791U 99035A   02219.54451761  .00000591  00000-0  12583-3 0  6306
-2 25791  24.9809 203.4950 0010565 235.7070 124.2439 14.40981930164456
-FUSE 1
-1 25791U 99035A   02218.50566444  .00000591  00000-0  12589-3 0  6290
-2 25791  24.9810 209.8564 0010671 225.0521 134.9121 14.40981088164304
-FUSE 1
-1 25791U 99035A   02217.67458222 +.00000586 +00000-0 +12427-3 0 06319
-2 25791 024.9810 214.9451 0010742 216.2683 143.7098 14.40980335164187
-FUSE 1
-1 25791U 99035A   02217.46681143  .00000587  00000-0  12450-3 0  6289
-2 25791  24.9811 216.2175 0010798 214.1027 145.8787 14.40980196164156
-FUSE 1
-1 25791U 99035A   02216.77424262 +.00000608 +00000-0 +13094-3 0 06446
-2 25791 024.9810 220.4589 0010860 206.6184 153.3766 14.40979799164058
-FUSE 1
-1 25791U 99035A   02216.22018763  .00000623  00000-0  13547-3 0  6272
-2 25791  24.9812 223.8548 0011013 200.8472 159.1590 14.40979503163971
-FUSE 1
-1 25791U 99035A   02215.18133380  .00000638  00000-0  14024-3 0  6265
-2 25791  24.9811 230.2141 0011063 190.3957 169.6323 14.40978710163820
-FUSE 1
-1 25791U 99035A   02213.72693828  .00000645  00000-0  14244-3 0  6252
-2 25791  24.9811 239.1154 0011038 174.9987 185.0630 14.40977412163613
-FUSE 1
-1 25791U 99035A   02212.54957017  .00000624  00000-0  13599-3 0  6242
-2 25791  24.9812 246.3230 0011021 162.5693 197.5196 14.40976134163444
-FUSE 1
-1 25791U 99035A   02211.71848578 +.00000610 +00000-0 +13168-3 0 06428
-2 25791 024.9811 251.4099 0011007 153.9347 206.1718 14.40975246163324
-FUSE 1
-1 25791U 99035A   02211.23368603  .00000608  00000-0  13095-3 0  6236
-2 25791  24.9811 254.3777 0010998 148.9909 211.1249 14.40974805163252
-FUSE 1
-1 25791U 99035A   02210.74888612 +.00000597 +00000-0 +12772-3 0 06506
-2 25791 024.9812 257.3445 0011002 143.8708 216.2543 14.40974298163187
-FUSE 1
-1 25791U 99035A   02209.98705743 +.00000587 +00000-0 +12459-3 0 06234
-2 25791 024.9812 262.0081 0011027 135.8366 224.3023 14.40973550163075
-FUSE 1
-1 25791U 99035A   02209.84854304  .00000587  00000-0  12459-3 0  6226
-2 25791  24.9812 262.8557 0011027 134.3832 225.7585 14.40973436163052
-FUSE 1
-1 25791U 99035A   02208.87894183 +.00000550 +00000-0 +11335-3 0 06274
-2 25791 024.9814 268.7902 0011057 124.1443 236.0120 14.40972331162918
-FUSE 1
-1 25791U 99035A   02208.53265521  .00000545  00000-0  11191-3 0  6213
-2 25791  24.9816 270.9107 0011057 120.4890 239.6710 14.40972045162867
-FUSE 1
-1 25791U 99035A   02207.21676421  .00000548  00000-0  11278-3 0  6200
-2 25791  24.9817 278.9666 0011052 107.3653 252.8065 14.40971121162675
-FUSE 1
-1 25791U 99035A   02206.87047673 +.00000547 +00000-0 +11238-3 0 06588
-2 25791 024.9817 281.0857 0011055 103.7292 256.4448 14.40970853162625
-FUSE 1
-1 25791U 99035A   02205.97012911 +.00000514 +00000-0 +10239-3 0 06208
-2 25791 024.9822 286.5981 0010989 094.6865 265.4898 14.40969946162493
-FUSE 1
-1 25791U 99035A   02205.83161386  .00000516  00000-0  10301-3 0  6194
-2 25791  24.9822 287.4462 0010983  93.2503 266.9261 14.40969873162472
-FUSE 1
-1 25791U 99035A   02204.86200730 +.00000468 +00000-0 +88363-4 0 06306
-2 25791 024.9826 293.3810 0010949 083.1743 277.0007 14.40968846162330
-FUSE 1
-1 25791U 99035A   02204.58497626  .00000484  00000-0  93112-4 0  6189
-2 25791  24.9826 295.0773 0010951  80.5497 279.6249 14.40968840162292
-FUSE 1
-1 25791U 99035A   02203.89239905 +.00000449 +00000-0 +82482-4 0 06488
-2 25791 024.9828 299.3172 0010890 073.2055 286.9638 14.40968123162191
-FUSE 1
-1 25791U 99035A   02203.13056333  .00000422  00000-0  74306-4 0  6170
-2 25791  24.9830 303.9805 0010839  65.4604 294.7027 14.40967491162089
-FUSE 1
-1 25791U 99035A   02201.88392126  .00000430  00000-0  76591-4 0  6169
-2 25791  24.9831 311.6129 0010788  52.8603 307.2893 14.40966950161907
-FUSE 1
-1 25791U 99035A   02200.84505139  .00000426  00000-0  75310-4 0  6156
-2 25791  24.9831 317.9723 0010726  42.0624 318.0702 14.40966400161754
-FUSE 1
-1 25791U 99035A   02199.94469674 +.00000428 +00000-0 +76045-4 0 06177
-2 25791 024.9831 323.4842 0010660 032.3527 327.7634 14.40965983161621
-FUSE 1
-1 25791U 99035A   02199.80618047  .00000429  00000-0  76448-4 0  6147
-2 25791  24.9831 324.3321 0010640  30.8653 329.2479 14.40965931161609
-FUSE 1
-1 25791U 99035A   02198.90582495 +.00000439 +00000-0 +79526-4 0 06303
-2 25791 024.9831 329.8436 0010600 021.3948 338.6994 14.40965565161478
-FUSE 1
-1 25791U 99035A   02198.55953443  .00000442  00000-0  80466-4 0  6139
-2 25791  24.9831 331.9633 0010574  17.8270 342.2607 14.40965414161429
-FUSE 1
-1 25791U 99035A   02197.93621100 +.00000444 +00000-0 +80937-4 0 06362
-2 25791 024.9831 335.7781 0010561 011.3039 348.7699 14.40965095161330
-FUSE 1
-1 25791U 99035A   02197.24362949  .00000444  00000-0  80988-4 0  6129
-2 25791  24.9831 340.0166 0010550   3.9600 356.0998 14.40964729161231
-FUSE 1
-1 25791U 99035A   02196.20475640  .00000449  00000-0  82478-4 0  6117
-2 25791  24.9832 346.3749 0010499 353.1602   6.8760 14.40964234161083
-FUSE 1
-1 25791U 99035A   02195.92772353 +.00000455 +00000-0 +84353-4 0 06533
-2 25791 024.9833 348.0711 0010484 350.1147 009.9154 14.40964150161041
-FUSE 1
-1 25791U 99035A   02194.95810905 +.00000446 +00000-0 +81482-4 0 06126
-2 25791 024.9834 354.0072 0010473 339.7777 020.2317 14.40963538160909
-FUSE 1
-1 25791U 99035A   02194.88885078  .00000448  00000-0  82042-4 0  6104
-2 25791  24.9834 354.4313 0010464 339.0255  20.9823 14.40963525160898
-FUSE 1
-1 25791U 99035A   02193.84997767  .00000458  00000-0  85132-4 0  6090
-2 25791  24.9833   0.7908 0010468 328.1332  31.8541 14.40963009160746
-FUSE 1
-1 25791U 99035A   02192.94962101 +.00000463 +00000-0 +86594-4 0 06116
-2 25791 024.9833 006.3022 0010480 318.4949 041.4767 14.40962539160615
-FUSE 1
-1 25791U 99035A   02192.81110453  .00000461  00000-0  86250-4 0  6080
-2 25791  24.9833   7.1500 0010464 316.9667  43.0024 14.40962462160593
-FUSE 1
-1 25791U 99035A   02191.91074766 +.00000486 +00000-0 +93771-4 0 06270
-2 25791 024.9834 012.6624 0010451 307.1503 052.8049 14.40962172160468
-FUSE 1
-1 25791U 99035A   02191.56445709  .00000480  00000-0  91884-4 0  6075
-2 25791  24.9832  14.7827 0010464 303.4798  56.4711 14.40961871160419
-FUSE 1
-1 25791U 99035A   02190.94113347 +.00000477 +00000-0 +90930-4 0 06343
-2 25791 024.9834 018.5979 0010445 296.7402 063.2037 14.40961502160324
-FUSE 1
-1 25791U 99035A   02190.17929374  .00000481  00000-0  92165-4 0  6069
-2 25791  24.9832  23.2616 0010481 288.6533  71.2835 14.40961043160211
-FUSE 1
-1 25791U 99035A   02189.14042204  .00000483  00000-0  92846-4 0  6059
-2 25791  24.9831  29.6230 0010511 277.8585  82.0723 14.40960393160069
-FUSE 1
-1 25791U 99035A   02187.89377604  .00000505  00000-0  99522-4 0  6046
-2 25791  24.9830  37.2551 0010534 264.3308  95.5998 14.40959812159883
-FUSE 1
-1 25791U 99035A   02186.43935654  .00000501  00000-0  98297-4 0  6033
-2 25791  24.9829  46.1591 0010579 249.0358 110.8998 14.40958795159675
-FUSE 1
-1 25791U 99035A   02185.19271205  .00000504  00000-0  99265-4 0  6028
-2 25791  24.9830  53.7902 0010629 236.0216 123.9281 14.40958001159492
-FUSE 1
-1 25791U 99035A   02184.15384184  .00000513  00000-0  10203-3 0  6017
-2 25791  24.9831  60.1514 0010674 224.8693 135.0951 14.40957412159345
-FUSE 1
-1 25791U 99035A   02182.97645554 +.00000516 +00000-0 +10283-3 0 06062
-2 25791 024.9830 067.3585 0010725 212.3891 147.5958 14.40956658159177
-FUSE 1
-1 25791U 99035A   02182.90719767  .00000519  00000-0  10371-3 0  6008
-2 25791  24.9829  67.7832 0010724 211.7115 148.2747 14.40956613159169
-FUSE 1
-1 25791U 99035A   02181.93758516 +.00000548 +00000-0 +11261-3 0 06062
-2 25791 024.9828 073.7191 0010818 201.1978 158.8084 14.40956221159028
-FUSE 1
-1 25791U 99035A   02181.86832717  .00000553  00000-0  11428-3 0  5992
-2 25791  24.9828  74.1435 0010825 200.5146 159.4931 14.40956212159019
-FUSE 1
-1 25791U 99035A   02180.96797324 +.00000532 +00000-0 +10787-3 0 06159
-2 25791 024.9829 079.6553 0010847 191.2420 168.7845 14.40955372158883
-FUSE 1
-1 25791U 99035A   02180.55242493  .00000529  00000-0  10681-3 0  5985
-2 25791  24.9829  82.1984 0010852 186.9486 173.0868 14.40955042158821
-FUSE 1
-1 25791U 99035A   02179.92910226 +.00000542 +00000-0 +11095-3 0 06155
-2 25791 024.9830 086.0152 0010926 180.7342 179.3149 14.40954738158730
-FUSE 1
-1 25791U 99035A   02179.23652162  .00000551  00000-0  11359-3 0  5973
-2 25791  24.9830  90.2545 0010946 173.5199 186.5457 14.40954304158635
-FUSE 1
-1 25791U 99035A   02177.98987603 +.00000542 +00000-0 +11095-3 0 06006
-2 25791 024.9832 097.8882 0011031 160.8337 199.2588 14.40953321158457
-FUSE 1
-1 25791U 99035A   02177.85135981  .00000538  00000-0  10963-3 0  5968
-2 25791  24.9832  98.7360 0011031 159.3474 200.7478 14.40953176158435
-FUSE 1
-1 25791U 99035A   02176.95100402 +.00000504 +00000-0 +99300-4 0 06022
-2 25791 024.9833 104.2472 0011004 150.1851 209.9284 14.40952226158308
-FUSE 1
-1 25791U 99035A   02176.46619641  .00000500  00000-0  98147-4 0  5953
-2 25791  24.9832 107.2138 0011008 145.0625 215.0606 14.40951875158232
-FUSE 1
-1 25791U 99035A   02175.21954740  .00000495  00000-0  96657-4 0  5943
-2 25791  24.9834 114.8444 0011052 132.0019 228.1431 14.40951047158052
-FUSE 1
-1 25791U 99035A   02173.90363925  .00000444  00000-0  81013-4 0  5939
-2 25791  24.9837 122.9038 0011028 119.1777 240.9836 14.40949793157868
-FUSE 1
-1 25791U 99035A   02172.51846935  .00000425  00000-0  75104-4 0  5924
-2 25791  24.9839 131.3835 0010980 104.9187 255.2530 14.40948920157661
-FUSE 1
-1 25791U 99035A   02171.41033186  .00000417  00000-0  72553-4 0  5913
-2 25791  24.9844 138.1686 0010902  93.6662 266.5092 14.40948370157502
-FUSE 1
-1 25791U 99035A   02170.50996877 +.00000436 +00000-0 +78639-4 0 05975
-2 25791 024.9843 143.6798 0010904 084.4115 275.7637 14.40948095157375
-FUSE 1
-1 25791U 99035A   02170.23293415  .00000423  00000-0  74576-4 0  5908
-2 25791  24.9845 145.3761 0010901  81.5059 278.6684 14.40947844157339
-FUSE 1
-1 25791U 99035A   02169.19405227  .00000425  00000-0  75062-4 0  5898
-2 25791  24.9846 151.7361 0010811  70.7002 289.4672 14.40947374157183
-FUSE 1
-1 25791U 99035A   02167.60109739  .00000492  00000-0  95589-4 0  5880
-2 25791  24.9842 161.4859 0010787  54.1241 306.0266 14.40947018156956
-FUSE 1
-1 25791U 99035A   02166.56221265  .00000534  00000-0  10864-3 0  5871
-2 25791  24.9839 167.8442 0010791  43.1206 317.0146 14.40946662156801
-FUSE 1
-1 25791U 99035A   02165.24629112  .00000568  00000-0  11909-3 0  5865
-2 25791  24.9843 175.9013 0010722  29.2251 330.8852 14.40946031156615
-FUSE 1
-1 25791U 99035A   02163.86110918  .00000595  00000-0  12719-3 0  5859
-2 25791  24.9845 184.3792 0010702  14.8284 345.2538 14.40945180156412
-FUSE 1
-1 25791U 99035A   02162.54518530  .00000658  00000-0  14664-3 0  5845
-2 25791  24.9846 192.4369 0010588   1.1350 358.9185 14.40944578156226
-FUSE 1
-1 25791U 99035A   02161.85259359 +.00000674 +00000-0 +15131-3 0 06107
-2 25791 024.9846 196.6771 0010590 353.7741 006.2633 14.40944011156124
-FUSE 1
-1 25791U 99035A   02161.22926069  .00000700  00000-0  15929-3 0  5831
-2 25791  24.9847 200.4935 0010585 347.0023  13.0212 14.40943608156034
-FUSE 1
-1 25791U 99035A   02159.84407613  .00000743  00000-0  17262-3 0  5823
-2 25791  24.9846 208.9724 0010588 332.2220  27.7726 14.40942460155834
-FUSE 1
-1 25791U 99035A   02158.80518770  .00000793  00000-0  18784-3 0  5819
-2 25791  24.9846 215.3341 0010581 321.3048  38.6704 14.40941632155681
-FUSE 1
-1 25791U 99035A   02157.97407665 +.00000825 +00000-0 +19757-3 0 05879
-2 25791 024.9847 220.4222 0010562 312.3796 047.5815 14.40940838155562
-FUSE 1
-1 25791U 99035A   02157.55852103  .00000870  00000-0  21141-3 0  5807
-2 25791  24.9847 222.9680 0010439 307.4635  52.4923 14.40940695155507
-FUSE 1
-1 25791U 99035A   02156.86592860 +.00000855 +00000-0 +20693-3 0 06042
-2 25791 024.9846 227.2073 0010554 299.6921 060.2540 14.40939609155402
-FUSE 1
-1 25791U 99035A   02156.24259499  .00000899  00000-0  22019-3 0  5795
-2 25791  24.9846 231.0244 0010551 292.5198  67.4193 14.40939088155314
-FUSE 1
-1 25791U 99035A   02155.06518757  .00000887  00000-0  21661-3 0  5787
-2 25791  24.9851 238.2318 0010502 278.6019  81.3297 14.40937436155140
-FUSE 1
-1 25791U 99035A   02154.92666911 +.00000889 +00000-0 +21739-3 0 06067
-2 25791 024.9851 239.0795 0010509 277.1250 082.8066 14.40937258155126
-FUSE 1
-1 25791U 99035A   02153.88777948  .00000883  00000-0  21546-3 0  5771
-2 25791  24.9856 245.4403 0010777 265.3681  94.5596 14.40935853154971
-FUSE 1
-1 25791U 99035A   02152.57185272  .00000902  00000-0  22117-3 0  5765
-2 25791  24.9868 253.4989 0011060 249.3519 110.5805 14.40934379154783
-FUSE 1
-1 25791U 99035A   02151.53296309  .00000970  00000-0  24192-3 0  5753
-2 25791  24.9869 259.8581 0011180 238.2453 121.6966 14.40933320154639
-FUSE 1
-1 25791U 99035A   02150.70185103 +.00001051 +00000-0 +26686-3 0 05975
-2 25791 024.9867 264.9433 0011243 229.4877 130.4651 14.40932501154518
-FUSE 1
-1 25791U 99035A   02149.93999876  .00001091  00000-0  27908-3 0  5745
-2 25791  24.9867 269.6053 0011249 221.4930 138.4719 14.40931407154401
-FUSE 1
-1 25791U 99035A   02148.90111038 +.00001229 +00000-0 +32134-3 0 05769
-2 25791 024.9863 275.9625 0011269 210.6845 149.3088 14.40930136154250
-FUSE 1
-1 25791U 99035A   02148.83185155  .00000938  00000-0  23221-3 0  5732
-2 25791  24.9851 276.3822 0010775 212.4019 147.5850 14.40927933154242
-FUSE 1
-1 25791U 99035A   02147.93147934 +.00000813 +00000-0 +19395-3 0 05958
-2 25791 024.9857 281.8960 0010898 202.6278 157.3749 14.40926137154113
-FUSE 1
-1 25791U 99035A   02147.58518187  .00001001  00000-0  25172-3 0  5726
-2 25791  24.9861 284.0183 0011012 197.6860 162.3263 14.40926704154060
-FUSE 1
-1 25791U 99035A   02146.54628978  .00000913  00000-0  22451-3 0  5718
-2 25791  24.9845 290.3753 0010754 189.6041 170.4268 14.40924183153916
-FUSE 1
-1 25791U 99035A   02145.16109886  .00000752  00000-0  17520-3 0  5708
-2 25791  24.9854 298.8585 0011057 175.5591 184.5015 14.40921808153718
-FUSE 1
-1 25791U 99035A   02144.12220258  .00000806  00000-0  19188-3 0  5690
-2 25791  24.9858 305.2220 0011313 166.0837 193.9972 14.40920971153563
-FUSE 1
-1 25791U 99035A   02143.91442346 +.00000815 +00000-0 +19451-3 0 06009
-2 25791 024.9859 306.4952 0011363 164.3048 195.7813 14.40920803153534
-FUSE 1
-1 25791U 99035A   02142.94478746 +.00000943 +00000-0 +23384-3 0 05690
-2 25791 024.9854 312.4312 0011411 153.9631 206.1530 14.40920479153398
-FUSE 1
-1 25791U 99035A   02142.87552765  .00000884  00000-0  21574-3 0  5688
-2 25791  24.9848 312.8512 0010954 151.9799 208.1299 14.40919629153389
-FUSE 1
-1 25791U 99035A   02141.90588955 +.00000926 +00000-0 +22857-3 0 05874
-2 25791 024.9841 318.7826 0010700 140.9341 219.1940 14.40918429153242
-FUSE 1
-1 25791U 99035A   02141.55958991  .00000963  00000-0  23993-3 0  5677
-2 25791  24.9839 320.9048 0010714 137.4073 222.7267 14.40918220153193
-FUSE 1
-1 25791U 99035A   02140.17438775  .00001057  00000-0  26889-3 0  5668
-2 25791  24.9835 329.3818 0010822 124.7440 235.4086 14.40916869152998
-FUSE 1
-1 25791U 99035A   02139.96660755 +.00001083 +00000-0 +27692-3 0 05884
-2 25791 024.9836 330.6540 0010888 122.4431 237.7130 14.40916754152968
-FUSE 1
-1 25791U 99035A   02139.06622508  .00001163  00000-0  30126-3 0  5659
-2 25791  24.9830 336.1650 0010863 113.3928 246.7719 14.40915711152839
-FUSE 1
-1 25791U 99035A   02137.88879990  .00001296  00000-0  34198-3 0  5645
-2 25791  24.9826 343.3712 0010907 101.0863 259.0871 14.40914401152666
-FUSE 1
-1 25791U 99035A   02136.91915471 +.00001350 +00000-0 +35875-3 0 05816
-2 25791 024.9827 349.3060 0010932 090.9446 269.2314 14.40912681152528
-FUSE 1
-1 25791U 99035A   02136.22654987  .00001376  00000-0  36654-3 0  5636
-2 25791  24.9826 353.5443 0010936  83.6416 276.5336 14.40911244152427
-FUSE 1
-1 25791U 99035A   02135.94950762 +.00001397 +00000-0 +37325-3 0 05723
-2 25791 024.9825 355.2400 0010966 080.7402 279.4344 14.40910769152381
-FUSE 1
-1 25791U 99035A   02135.18764091  .00001413  00000-0  37797-3 0  5628
-2 25791  24.9824 359.9024 0010965  72.6730 287.4977 14.40909002152273
-FUSE 1
-1 25791U 99035A   02134.91059834 +.00001415 +00000-0 +37857-3 0 05922
-2 25791 024.9825 001.5980 0010968 069.7349 290.4345 14.40908337152230
-FUSE 1
-1 25791U 99035A   02133.94094738 +.00001415 +00000-0 +37859-3 0 05636
-2 25791 024.9824 007.5352 0010877 059.9778 300.1809 14.40905944152093
-FUSE 1
-1 25791U 99035A   02133.87168652  .00001412  00000-0  37775-3 0  5617
-2 25791  24.9825   7.9592 0010873  59.2261 300.9315 14.40905750152084
-FUSE 1
-1 25791U 99035A   02132.48646600  .00001369  00000-0  36456-3 0  5602
-2 25791  24.9823  16.4325 0010684  45.9733 314.1653 14.40902098151888
-FUSE 1
-1 25791U 99035A   02131.30902586  .00001353  00000-0  35975-3 0  5596
-2 25791  24.9822  23.6391 0010610  33.6244 326.4935 14.40899142151716
-FUSE 1
-1 25791U 99035A   02130.20084454  .00001308  00000-0  34583-3 0  5582
-2 25791  24.9820  30.4208 0010580  22.0031 338.0932 14.40896173151558
-FUSE 1
-1 25791U 99035A   02129.16192230  .00001226  00000-0  32085-3 0  5570
-2 25791  24.9821  36.7788 0010481  11.1643 348.9097 14.40893274151404
-FUSE 1
-1 25791U 99035A   02128.95413775 +.00001211 +00000-0 +31627-3 0 05931
-2 25791 024.9821 038.0520 0010468 008.7737 351.2951 14.40892692151379
-FUSE 1
-1 25791U 99035A   02127.98447523 +.00001111 +00000-0 +28565-3 0 05601
-2 25791 024.9824 043.9896 0010296 357.7755 002.2712 14.40889924151236
-FUSE 1
-1 25791U 99035A   02127.91521357  .00001094  00000-0  28026-3 0  5569
-2 25791  24.9824  44.4136 0010284 357.0692   2.9753 14.40889652151228
-FUSE 1
-1 25791U 99035A   02126.94554859 +.00001060 +00000-0 +27008-3 0 05601
-2 25791 024.9824 050.3495 0010262 346.7330 013.2907 14.40887620151085
-FUSE 1
-1 25791U 99035A   02126.87628689  .00001055  00000-0  26832-3 0  5558
-2 25791  24.9824  50.7736 0010263 346.0680  13.9545 14.40887452151076
-FUSE 1
-1 25791U 99035A   02125.97588259 +.00001014 +00000-0 +25588-3 0 05671
-2 25791 024.9823 056.2855 0010259 336.2920 023.7116 14.40885529150942
-FUSE 1
-1 25791U 99035A   02125.42178682  .00001006  00000-0  25328-3 0  5545
-2 25791  24.9822  59.6761 0010255 330.4733  29.5196 14.40884531150863
-FUSE 1
-1 25791U 99035A   02124.38285672  .00001011  00000-0  25509-3 0  5533
-2 25791  24.9820  66.0352 0010273 319.4923  40.4821 14.40882801150716
-FUSE 1
-1 25791U 99035A   02123.20540156  .00000953  00000-0  23705-3 0  5523
-2 25791  24.9824  73.2432 0010279 305.7597  54.1955 14.40880460150540
-FUSE 1
-1 25791U 99035A   02121.95868326 +.00001002 +00000-0 +25225-3 0 05542
-2 25791 024.9819 080.8762 0010331 292.1373 067.8041 14.40878747150366
-FUSE 1
-1 25791U 99035A   02121.54311021  .00001003  00000-0  25248-3 0  5515
-2 25791  24.9819  83.4189 0010337 287.6956  72.2421 14.40878063150307
-FUSE 1
-1 25791U 99035A   02120.98901322 +.00001023 +00000-0 +25857-3 0 05632
-2 25791 024.9818 086.8098 0010306 282.1201 077.8157 14.40877264150221
-FUSE 1
-1 25791U 99035A   02120.22712923  .00001015  00000-0  25630-3 0  5502
-2 25791  24.9819  91.4718 0010318 274.0246  85.9082 14.40875930150118
-FUSE 1
-1 25791U 99035A   02119.95008070 +.00001028 +00000-0 +26024-3 0 05648
-2 25791 024.9817 093.1681 0010309 271.2034 088.7294 14.40875508150070
-FUSE 1
-1 25791U 99035A   02119.18819734  .00000984  00000-0  24661-3 0  5498
-2 25791  24.9821  97.8348 0010364 262.8749  97.0580 14.40873938149968
-FUSE 1
-1 25791U 99035A   02117.59516608  .00000965  00000-0  24087-3 0  5485
-2 25791  24.9822 107.5863 0010462 245.7519 114.1894 14.40871219149738
-FUSE 1
-1 25791U 99035A   02116.55623223  .00001014  00000-0  25598-3 0  5475
-2 25791  24.9819 113.9469 0010496 234.8360 125.1166 14.40869721149589
-FUSE 1
-1 25791U 99035A   02115.24024880  .00000904  00000-0  22221-3 0  5460
-2 25791  24.9822 122.0047 0010673 220.6675 139.3037 14.40867070149393
-FUSE 1
-1 25791U 99035A   02113.64721393  .00000997  00000-0  25068-3 0  5458
-2 25791  24.9820 131.7593 0010921 204.4419 155.5575 14.40864885149169
-FUSE 1
-1 25791U 99035A   02112.60827693  .00001229  00000-0  32167-3 0  5449
-2 25791  24.9818 138.1223 0011109 194.3356 165.6844 14.40863758149016
-FUSE 1
-1 25791U 99035A   02111.70786489 +.00001579 +00000-0 +42935-3 0 05459
-2 25791 024.9818 143.6347 0011005 184.3083 175.7332 14.40862715148885
-FUSE 1
-1 25791U 99035A   02111.56934007  .00001615  00000-0  44009-3 0  5437
-2 25791  24.9819 144.4840 0011022 182.6205 177.4245 14.40862480148868
-FUSE 1
-1 25791U 99035A   02110.53040188  .00001831  00000-0  50650-3 0  5429
-2 25791  24.9817 150.8474 0011038 171.9009 188.1678 14.40859918148715
-FUSE 1
-1 25791U 99035A   02109.21441033  .00001839  00000-0  50903-3 0  5414
-2 25791  24.9818 158.9076 0011058 159.5103 200.5858 14.40855347148522
-FUSE 1
-1 25791U 99035A   02107.75988762  .00001806  00000-0  49905-3 0  5409
-2 25791  24.9818 167.8101 0011016 144.5815 215.5425 14.40850340148319
-FUSE 1
-1 25791U 99035A   02106.72093909  .00001824  00000-0  50445-3 0  5394
-2 25791  24.9819 174.1696 0011038 134.1147 226.0286 14.40847102148164
-FUSE 1
-1 25791U 99035A   02105.61272498  .00001733  00000-0  47679-3 0  5386
-2 25791  24.9822 180.9533 0010987 122.6889 237.4679 14.40842753148002
-FUSE 1
-1 25791U 99035A   02104.85082480 +.00001713 +00000-0 +47068-3 0 05437
-2 25791 024.9823 185.6152 0010986 114.8415 245.3238 14.40840218147898
-FUSE 1
-1 25791U 99035A   02104.57377071  .00001648  00000-0  45060-3 0  5379
-2 25791  24.9828 187.3119 0010910 112.4216 247.7465 14.40838832147858
-FUSE 1
-1 25791U 99035A   02102.91143625  .00001546  00000-0  41945-3 0  5365
-2 25791  24.9833 197.4876 0010832  95.2901 264.8851 14.40833179147610
-FUSE 1
-1 25791U 99035A   02101.94173617 +.00001486 +00000-0 +40101-3 0 05367
-2 25791 024.9836 203.4219 0010768 085.1671 275.0035 14.40830065147475
-FUSE 1
-1 25791U 99035A   02101.87247187  .00001527  00000-0  41368-3 0  5354
-2 25791  24.9836 203.8460 0010860  84.9976 275.1776 14.40830297147464
-FUSE 1
-1 25791U 99035A   02100.90276910 +.00001525 +00000-0 +41312-3 0 05406
-2 25791 024.9836 209.7805 0010820 074.8575 285.3127 14.40827651147329
-FUSE 1
-1 25791U 99035A   02100.55644706  .00001466  00000-0  39504-3 0  5346
-2 25791  24.9839 211.9005 0010785  71.2224 288.9455 14.40826227147276
-FUSE 1
-1 25791U 99035A   02099.72527026 +.00001468 +00000-0 +39557-3 0 05369
-2 25791 024.9839 216.9860 0010792 062.4507 297.7098 14.40824076147152
-FUSE 1
-1 25791U 99035A   02099.51747561  .00001466  00000-0  39497-3 0  5332
-2 25791  24.9839 218.2573 0010790  60.2600 299.8974 14.40823521147123
-FUSE 1
-1 25791U 99035A   02098.96335660 +.00001461 +00000-0 +39351-3 0 05517
-2 25791 024.9839 221.6473 0010791 054.4596 305.6917 14.40822053147043
-FUSE 1
-1 25791U 99035A   02097.99364657  .00001460  00000-0  39305-3 0  5324
-2 25791  24.9840 227.5821 0010785  44.3275 315.8094 14.40819548146900
-FUSE 1
-1 25791U 99035A   02096.88540384  .00001474  00000-0  39764-3 0  5317
-2 25791  24.9839 234.3643 0010788  32.8173 327.3012 14.40816799146743
-FUSE 1
-1 25791U 99035A   02095.63862735  .00001487  00000-0  40141-3 0  5300
-2 25791  24.9840 241.9943 0010816  19.8188 340.2741 14.40813643146563
-FUSE 1
-1 25791U 99035A   02094.59964440  .00001479  00000-0  39900-3 0  5290
-2 25791  24.9841 248.3515 0010781   8.9830 351.0866 14.40810859146412
-FUSE 1
-1 25791U 99035A   02093.56066001  .00001449  00000-0  39004-3 0  5283
-2 25791  24.9842 254.7110 0010724 357.7982   2.2481 14.40807913146263
-FUSE 1
-1 25791U 99035A   02092.17534371  .00001416  00000-0  37974-3 0  5276
-2 25791  24.9846 263.1915 0010706 342.3947  17.6181 14.40804146146065
-FUSE 1
-1 25791U 99035A   02091.06708795  .00001473  00000-0  39722-3 0  5261
-2 25791  24.9844 269.9758 0010605 329.8586  30.1311 14.40801748145901
-FUSE 1
-1 25791U 99035A   02090.92855601 +.00001487 +00000-0 +40157-3 0 05410
-2 25791 024.9846 270.8250 0010580 328.4929 031.4942 14.40801529145887
-FUSE 1
-1 25791U 99035A   02089.95883174 +.00001422 +00000-0 +38169-3 0 05269
-2 25791 024.9848 276.7588 0010511 318.2311 041.7395 14.40798658145743
-FUSE 1
-1 25791U 99035A   02089.88956560  .00001421  00000-0  38139-3 0  5256
-2 25791  24.9849 277.1827 0010506 317.5131  42.4562 14.40798492145730
-FUSE 1
-1 25791U 99035A   02088.15791078  .00001515  00000-0  41010-3 0  5241
-2 25791  24.9847 287.7803 0010520 298.7755  61.1699 14.40794544145482
-FUSE 1
-1 25791U 99035A   02087.95011214 +.00001499 +00000-0 +40534-3 0 05370
-2 25791 024.9848 289.0527 0010533 296.5864 063.3562 14.40793924145453
-FUSE 1
-1 25791U 99035A   02086.91111703  .00001749  00000-0  48209-3 0  5239
-2 25791  24.9841 295.4106 0010495 285.4100  74.5251 14.40792142145301
-FUSE 1
-1 25791U 99035A   02085.94138844 +.00001800 +00000-0 +49790-3 0 05230
-2 25791 024.9840 301.3448 0010492 275.1890 084.7423 14.40789187145168
-FUSE 1
-1 25791U 99035A   02085.87212209  .00001800  00000-0  49784-3 0  5222
-2 25791  24.9839 301.7687 0010498 274.4524  85.4786 14.40788939145150
-FUSE 1
-1 25791U 99035A   02084.20972717  .00001789  00000-0  49461-3 0  5212
-2 25791  24.9837 311.9410 0010520 257.1269 102.8063 14.40783400144918
-FUSE 1
-1 25791U 99035A   02083.17072852  .00001737  00000-0  47850-3 0  5200
-2 25791  24.9841 318.3008 0010603 246.6391 113.2992 14.40779739144768
-FUSE 1
-1 25791U 99035A   02081.92392783  .00001713  00000-0  47112-3 0  5192
-2 25791  24.9843 325.9324 0010711 233.7134 126.2384 14.40775609144588
-FUSE 1
-1 25791U 99035A   02080.88492453  .00001724  00000-0  47457-3 0  5184
-2 25791  24.9839 332.2902 0010758 223.1027 136.8641 14.40772451144430
-FUSE 1
-1 25791U 99035A   02079.98445671 +.00001660 +00000-0 +45511-3 0 05248
-2 25791 024.9866 337.8089 0010640 212.3177 147.6681 14.40769396144307
-FUSE 1
-1 25791U 99035A   02079.36105289  .00001660  00000-0  45502-3 0  5170
-2 25791  24.9864 341.6231 0010625 205.7116 154.2858 14.40767508144212
-FUSE 1
-1 25791U 99035A   02078.94545013 +.00001663 +00000-0 +45593-3 0 05203
-2 25791 024.9866 344.1681 0010662 201.5314 158.4745 14.40766326144157
-FUSE 1
-1 25791U 99035A   02078.18351059  .00001670  00000-0  45823-3 0  5163
-2 25791  24.9867 348.8302 0010676 193.5096 166.5127 14.40764131144045
-FUSE 1
-1 25791U 99035A   02076.93669799 +.00001712 +00000-0 +47120-3 0 05188
-2 25791 024.9862 356.4616 0010674 180.4765 179.5730 14.40760708143868
-FUSE 1
-1 25791U 99035A   02076.86743038  .00001720  00000-0  47342-3 0  5151
-2 25791  24.9861 356.8853 0010677 179.8078 180.2432 14.40760558143856
-FUSE 1
-1 25791U 99035A   02075.34354341  .00001769  00000-0  48858-3 0  5143
-2 25791  24.9857   6.2089 0010689 164.1831 195.9013 14.40756227143637
-FUSE 1
-1 25791U 99035A   02074.23525935  .00001789  00000-0  49489-3 0  5131
-2 25791  24.9864  12.9917 0010652 152.3559 207.7514 14.40752965143470
-FUSE 1
-1 25791U 99035A   02073.95818794 +.00001809 +00000-0 +50096-3 0 05215
-2 25791 024.9863 014.6889 0010627 149.3903 210.7224 14.40752237143437
-FUSE 1
-1 25791U 99035A   02073.19624002  .00001826  00000-0  50609-3 0  5127
-2 25791  24.9865  19.3522 0010642 141.9145 218.2115 14.40749948143323
-FUSE 1
-1 25791U 99035A   02072.91916797 +.00001841 +00000-0 +51076-3 0 05363
-2 25791 024.9864 021.0498 0010609 139.0566 221.0741 14.40749171143282
-FUSE 1
-1 25791U 99035A   02071.53380359  .00001868  00000-0  51930-3 0  5110
-2 25791  24.9870  29.5310 0010560 125.3666 234.7831 14.40744898143080
-FUSE 1
-1 25791U 99035A   02070.97965627 +.00001883 +00000-0 +52391-3 0 05124
-2 25791 024.9873 032.9250 0010530 120.0536 240.1014 14.40743233143007
-FUSE 1
-1 25791U 99035A   02070.49477683  .00001888  00000-0  52553-3 0  5104
-2 25791  24.9873  35.8909 0010528 115.0412 245.1193 14.40741625142931
-FUSE 1
-1 25791U 99035A   02069.24793971  .00001911  00000-0  53253-3 0  5099
-2 25791  24.9880  43.5225 0010388 102.6935 257.4711 14.40737632142757
-FUSE 1
-1 25791U 99035A   02068.20890526  .00001963  00000-0  54852-3 0  5080
-2 25791  24.9877  49.8807 0010265  92.5971 267.5712 14.40734504142601
-FUSE 1
-1 25791U 99035A   02066.40790516  .00002019  00000-0  56597-3 0  5078
-2 25791  24.9882  60.8982 0010140  74.0227 286.1405 14.40728545142340
-FUSE 1
-1 25791U 99035A   02065.23032416  .00001976  00000-0  55274-3 0  5067
-2 25791  24.9890  68.1059 0009928  61.2977 298.8527 14.40723876142175
-FUSE 1
-1 25791U 99035A   02063.63711823 +.00001966 +00000-0 +54965-3 0 05060
-2 25791 024.9889 077.8519 0009855 044.5446 315.5856 14.40718057141946
-FUSE 1
-1 25791U 99035A   02063.56784827  .00001964  00000-0  54915-3 0  5058
-2 25791  24.9890  78.2758 0009853  43.7948 316.3342 14.40717794141939
-FUSE 1
-1 25791U 99035A   02062.25171546  .00001967  00000-0  55002-3 0  5041
-2 25791  24.9898  86.3315 0009720  29.5760 330.5288 14.40713207141744
-FUSE 1
-1 25791U 99035A   02060.72776629  .00001974  00000-0  55231-3 0  5035
-2 25791  24.9904  95.6541 0009691  13.5587 346.5178 14.40707846141526
-FUSE 1
-1 25791U 99035A   02059.68870443  .00002061  00000-0  57921-3 0  5022
-2 25791  24.9908 102.0122 0009670   2.3178 357.7366 14.40705063141372
-FUSE 1
-1 25791U 99035A   02058.58037276 +.00001937 +00000-0 +54089-3 0 05190
-2 25791 024.9855 108.7808 0010347 348.8163 011.2115 14.40699031141216
-FUSE 1
-1 25791U 99035A   02058.23401784  .00001930  00000-0  53890-3 0  5014
-2 25791  24.9854 110.8994 0010344 345.1099  14.9105 14.40697723141169
-FUSE 1
-1 25791U 99035A   02057.95693361 +.00001927 +00000-0 +53794-3 0 05295
-2 25791 024.9853 112.5943 0010342 342.2401 017.7744 14.40696709141123
-FUSE 1
-1 25791U 99035A   02056.98714049 +.00001855 +00000-0 +51590-3 0 05016
-2 25791 024.9848 118.5439 0010389 330.7846 029.2084 14.40692621140986
-FUSE 1
-1 25791U 99035A   02056.84859804  .00001856  00000-0  51612-3 0  5005
-2 25791  24.9848 119.3917 0010396 329.3558  30.6348 14.40692155140967
-FUSE 1
-1 25791U 99035A   02055.87879896 +.00001862 +00000-0 +51795-3 0 05009
-2 25791 024.9847 125.3251 0010386 318.7436 041.2281 14.40688909140821
-FUSE 1
-1 25791U 99035A   02055.80952754  .00001868  00000-0  51976-3 0  4991
-2 25791  24.9847 125.7494 0010379 317.8153  42.1555 14.40688735140812
-FUSE 1
-1 25791U 99035A   02054.56264168  .00001830  00000-0  50822-3 0  4985
-2 25791  24.9853 133.3826 0010404 303.6462  56.3056 14.40684284140636
-FUSE 1
-1 25791U 99035A   02051.93031607 +.00001939 +00000-0 +54187-3 0 04981
-2 25791 024.9846 149.4920 0010329 274.4706 085.4618 14.40676334140255
-FUSE 1
-1 25791U 99035A   02051.86104389  .00001949  00000-0  54496-3 0  4963
-2 25791  24.9847 149.9167 0010322 273.5085  86.4222 14.40676201140241
-FUSE 1
-1 25791U 99035A   02050.89124093 +.00001793 +00000-0 +49705-3 0 04963
-2 25791 024.9879 155.8456 0009888 267.6928 092.2444 14.40671793140105
-FUSE 1
-1 25791U 99035A   02050.82196891  .00001795  00000-0  49764-3 0  4957
-2 25791  24.9879 156.2699 0009920 266.9073  93.0299 14.40671596140095
-FUSE 1
-1 25791U 99035A   02049.85216173 +.00001762 +00000-0 +48738-3 0 05049
-2 25791 024.9881 162.2061 0009833 257.1871 102.7547 14.40668129139954
-FUSE 1
-1 25791U 99035A   02049.57507351  .00001745  00000-0  48221-3 0  4945
-2 25791  24.9884 163.9032 0009829 254.4578 105.4840 14.40667101139913
-FUSE 1
-1 25791U 99035A   02048.18962711  .00001789  00000-0  49573-3 0  4934
-2 25791  24.9865 172.3765 0010089 240.4382 119.5119 14.40662912139715
-FUSE 1
-1 25791U 99035A   02047.15054256  .00001796  00000-0  49804-3 0  4920
-2 25791  24.9866 178.7417 0010129 229.8799 130.0812 14.40659621139562
-FUSE 1
-1 25791U 99035A   02045.83436523  .00001840  00000-0  51150-3 0  4910
-2 25791  24.9866 186.7961 0010148 215.4593 144.5240 14.40655733139373
-FUSE 1
-1 25791U 99035A   02044.79527556 +.00001873 +00000-0 +52184-3 0 04971
-2 25791 024.9863 193.1524 0010137 204.2065 155.7965 14.40652516139223
-FUSE 1
-1 25791U 99035A   02044.51818359  .00001925  00000-0  53776-3 0  4904
-2 25791  24.9860 194.8476 0010191 201.0271 158.9809 14.40652078139188
-FUSE 1
-1 25791U 99035A   02043.82545578 +.00001946 +00000-0 +54433-3 0 04990
-2 25791 024.9858 199.0847 0010200 193.6793 166.3433 14.40649817139082
-FUSE 1
-1 25791U 99035A   02042.92490752  .00001992  00000-0  55840-3 0  4896
-2 25791  24.9856 204.5925 0010259 184.1947 175.8472 14.40647025138951
-FUSE 1
-1 25791U 99035A   02041.95508458 +.00002053 +00000-0 +57741-3 0 04892
-2 25791 024.9856 210.5265 0010300 173.9651 186.0980 14.40644069138818
-FUSE 1
-1 25791U 99035A   02041.88581150  .00002073  00000-0  58348-3 0  4889
-2 25791  24.9861 210.9521 0010311 172.9624 187.1028 14.40644058138806
-FUSE 1
-1 25791U 99035A   02040.56961753  .00002206  00000-0  62450-3 0  4870
-2 25791  24.9858 219.0013 0010484 159.5673 200.5249 14.40640287138618
-FUSE 1
-1 25791U 99035A   02039.53051625  .00002255  00000-0  63954-3 0  4866
-2 25791  24.9858 225.3571 0010553 148.4366 211.6776 14.40636535138462
-FUSE 1
-1 25791U 99035A   02038.14504167  .00002351  00000-0  66921-3 0  4859
-2 25791  24.9858 233.8326 0010636 134.1993 225.9382 14.40631676138264
-FUSE 1
-1 25791U 99035A   02037.93721974 +.00002397 +00000-0 +68340-3 0 04938
-2 25791 024.9861 235.1054 0010736 131.7488 228.3923 14.40631273138232
-FUSE 1
-1 25791U 99035A   02036.89810875  .00002492  00000-0  71274-3 0  4847
-2 25791  24.9862 241.4623 0010829 122.1317 238.0237 14.40627644138089
-FUSE 1
-1 25791U 99035A   02035.92826968 +.00002548 +00000-0 +73019-3 0 04841
-2 25791 024.9863 247.3934 0010862 112.4256 247.7399 14.40623688137945
-FUSE 1
-1 25791U 99035A   02035.85899543  .00002552  00000-0  73123-3 0  4832
-2 25791  24.9863 247.8171 0010864 111.6988 248.4676 14.40623397137930
-FUSE 1
-1 25791U 99035A   02034.95842869 +.00002563 +00000-0 +73476-3 0 04924
-2 25791 024.9867 253.3259 0010904 102.2272 257.9457 14.40619245137805
-FUSE 1
-1 25791U 99035A   02034.26568177  .00002587  00000-0  74211-3 0  4828
-2 25791  24.9865 257.5631 0010840  95.4477 264.7266 14.40616180137700
-FUSE 1
-1 25791U 99035A   02033.22656041  .00002588  00000-0  74253-3 0  4817
-2 25791  24.9868 263.9212 0010966  84.6163 275.5595 14.40611176137558
-FUSE 1
-1 25791U 99035A   02032.18743380  .00002587  00000-0  74231-3 0  4808
-2 25791  24.9869 270.2766 0010977  73.7493 286.4230 14.40606150137408
-FUSE 1
-1 25791U 99035A   02030.94047759 +.00002528 +00000-0 +72437-3 0 04808
-2 25791 024.9874 277.9037 0011018 060.9223 299.2389 14.40599492137222
-FUSE 1
-1 25791U 99035A   02030.87120198  .00002526  00000-0  72362-3 0  4792
-2 25791  24.9874 278.3273 0011014  60.1902 299.9702 14.40599135137210
-FUSE 1
-1 25791U 99035A   02029.34713303  .00002495  00000-0  71439-3 0  4786
-2 25791  24.9875 287.6482 0010997  44.3035 315.8351 14.40591646136997
-FUSE 1
-1 25791U 99035A   02028.93147652 +.00002479 +00000-0 +70929-3 0 04862
-2 25791 024.9876 290.1899 0010994 039.9697 320.1619 14.40589498136932
-FUSE 1
-1 25791U 99035A   02028.16943701  .00002474  00000-0  70791-3 0  4778
-2 25791  24.9876 294.8500 0011006  32.1353 327.9821 14.40585928136823
-FUSE 1
-1 25791U 99035A   02027.96161389 +.00002407 +00000-0 +68742-3 0 05050
-2 25791 024.9874 296.1287 0010582 028.3810 331.7529 14.40584028136795
-FUSE 1
-1 25791U 99035A   02026.92246706  .00002341  00000-0  66697-3 0  4763
-2 25791  24.9799 302.5272 0010059  16.0811 344.0013 14.40577732136644
-FUSE 1
-1 25791U 99035A   02025.39837504  .00002257  00000-0  64121-3 0  4750
-2 25791  24.9803 311.8488 0010138 359.9596   0.0915 14.40570421136423
-FUSE 1
-1 25791U 99035A   02024.22066220  .00002170  00000-0  61445-3 0  4749
-2 25791  24.9808 319.0539 0010178 346.9833  13.0414 14.40564803136255
-FUSE 1
-1 25791U 99035A   02023.94355340 +.00002127 +00000-0 +60118-3 0 04963
-2 25791 024.9808 320.7502 0010231 343.9239 016.0947 14.40563257136213
-FUSE 1
-1 25791U 99035A   02022.97366856 +.00002070 +00000-0 +58368-3 0 04746
-2 25791 024.9809 326.6854 0010289 333.5703 026.4279 14.40558911136071
-FUSE 1
-1 25791U 99035A   02022.90439095  .00002070  00000-0  58368-3 0  4734
-2 25791  24.9809 327.1090 0010289 332.8439  27.1535 14.40558648136066
-FUSE 1
-1 25791U 99035A   02021.93450374 +.00001972 +00000-0 +55342-3 0 04738
-2 25791 024.9815 333.0432 0010420 322.2211 037.7568 14.40554066135924
-FUSE 1
-1 25791U 99035A   02021.51883604  .00001971  00000-0  55294-3 0  4722
-2 25791  24.9815 335.5850 0010420 317.8920  42.0786 14.40552554135866
-FUSE 1
-1 25791U 99035A   02020.34111020  .00001902  00000-0  53176-3 0  4718
-2 25791  24.9819 342.7879 0010496 305.4885  54.4643 14.40547753135692
-FUSE 1
-1 25791U 99035A   02019.23265919  .00001870  00000-0  52196-3 0  4705
-2 25791  24.9819 349.5667 0010511 294.0221  65.9186 14.40543639135538
-FUSE 1
-1 25791U 99035A   02018.19348466  .00001814  00000-0  50458-3 0  4693
-2 25791  24.9822 355.9219 0010534 283.3551  76.5783 14.40539652135382
-FUSE 1
-1 25791U 99035A   02016.60007962  .00001743  00000-0  48297-3 0  4688
-2 25791  24.9823   5.6676 0010591 266.8378  93.0919 14.40533828135154
-FUSE 1
-1 25791U 99035A   02015.76873696 +.00001678 +00000-0 +46283-3 0 04713
-2 25791 024.9823 010.7535 0010644 258.3411 101.5912 14.40530615135034
-FUSE 1
-1 25791U 99035A   02015.56090099  .00001670  00000-0  46017-3 0  4671
-2 25791  24.9825  12.0258 0010623 256.2726 103.6602 14.40529913135001
-FUSE 1
-1 25791U 99035A   02014.59099802 +.00001637 +00000-0 +45017-3 0 04801
-2 25791 024.9827 017.9579 0010652 246.2520 113.6872 14.40526735134868
-FUSE 1
-1 25791U 99035A   02014.24460394  .00001618  00000-0  44436-3 0  4668
-2 25791  24.9826  20.0778 0010710 242.8070 117.1346 14.40525522134813
-FUSE 1
-1 25791U 99035A   02012.65118694  .00001644  00000-0  45243-3 0  4659
-2 25791  24.9821  29.8239 0010731 226.1513 133.8108 14.40521061134586
-FUSE 1
-1 25791U 99035A   02011.54272015  .00001715  00000-0  47438-3 0  4640
-2 25791  24.9815  36.6044 0010793 214.5223 145.4584 14.40518322134422
-FUSE 1
-1 25791U 99035A   02010.43425174  .00001799  00000-0  50019-3 0  4633
-2 25791  24.9809  43.3849 0010812 202.7174 157.2854 14.40515528134267
-FUSE 1
-1 25791U 99035A   02009.25649964  .00002024  00000-0  56982-3 0  4622
-2 25791  24.9789  50.5894 0010900 190.2577 169.7698 14.40513435134090
-FUSE 1
-1 25791U 99035A   02007.73234977  .00002144  00000-0  60706-3 0  4618
-2 25791  24.9780  59.9106 0010959 174.4447 185.6181 14.40508676133874
-FUSE 1
-1 25791U 99035A   02006.55459467  .00002207  00000-0  62629-3 0  4605
-2 25791  24.9776  67.1133 0010962 161.9239 198.1657 14.40504470133701
-FUSE 1
-1 25791U 99035A   02005.93107615 +.00002223 +00000-0 +63140-3 0 04899
-2 25791 024.9772 070.9268 0010959 155.3799 204.7234 14.40502008133612
-FUSE 1
-1 25791U 99035A   02005.23827537  .00002302  00000-0  65586-3 0  4595
-2 25791  24.9762  75.1663 0011117 148.7865 211.3305 14.40499774133511
-FUSE 1
-1 25791U 99035A   02003.92195234  .00002277  00000-0  64830-3 0  4582
-2 25791  24.9761  83.2157 0011128 134.9320 225.2086 14.40493934133324
-FUSE 1
-1 25791U 99035A   02002.88274676  .00002253  00000-0  64083-3 0  4577
-2 25791  24.9763  89.5747 0011378 124.3397 235.8189 14.40489372133179
-FUSE 1
-1 25791U 99035A   02001.91281822 +.00002146 +00000-0 +60789-3 0 04694
-2 25791 024.9768 095.5070 0011442 114.6843 245.4859 14.40484505133039
-FUSE 1
-1 25791U 99035A   02001.56641338  .00002152  00000-0  60976-3 0  4568
-2 25791  24.9764  97.6258 0011412 111.4641 248.7084 14.40483142132989
-FUSE 1
-1 25791U 99035A   01365.87360347 +.00002106 +00000-0 +59549-3 0 04723
-2 25791 024.9765 101.8629 0011436 104.3050 255.8720 14.40480024132882
-FUSE 1
-1 25791U 99035A   01365.52719815  .00002060  00000-0  58137-3 0  4555
-2 25791  24.9767 103.9819 0011371 101.3489 258.8298 14.40478294132833
-FUSE 1
-1 25791U 99035A   01364.14157199  .00001894  00000-0  53009-3 0  4549
-2 25791  24.9776 112.4568 0011372  87.4678 272.7139 14.40471893132639
-FUSE 1
-1 25791U 99035A   01362.89450064  .00001855  00000-0  51805-3 0  4534
-2 25791  24.9779 120.0847 0011421  75.1248 285.0524 14.40467329132453
-FUSE 1
-1 25791U 99035A   01361.92455302 +.00001831 +00000-0 +51089-3 0 04748
-2 25791 024.9778 126.0189 0011472 065.3088 294.8603 14.40463838132318
-FUSE 1
-1 25791U 99035A   01361.57814148  .00001900  00000-0  53207-3 0  4523
-2 25791  24.9772 128.1378 0011523  62.3118 297.8556 14.40463267132263
-FUSE 1
-1 25791U 99035A   01360.95460072 +.00001920 +00000-0 +53816-3 0 04716
-2 25791 024.9770 131.9515 0011492 055.8592 304.2995 14.40461264132179
-FUSE 1
-1 25791U 99035A   01360.53891054  .00002081  00000-0  58819-3 0  4513
-2 25791  24.9761 134.4940 0011549  52.3362 307.8493 14.40461175132116
-FUSE 1
-1 25791U 99035A   01360.19249807  .00001557  00000-0  42615-3 0  4501
-2 25791  24.9814 136.6178 0011030  44.8843 315.2554 14.40455881132069
-FUSE 1
-1 25791U 99035A   01358.87612700  .00001498  00000-0  40783-3 0  4495
-2 25791  24.9820 144.6693 0010973  30.9588 329.1578 14.40451843131876
-FUSE 1
-1 25791U 99035A   01357.55975188  .00001377  00000-0  37042-3 0  4480
-2 25791  24.9830 152.7226 0010843  16.8175 343.2692 14.40447508131686
-FUSE 1
-1 25791U 99035A   01356.24337185  .00001363  00000-0  36634-3 0  4474
-2 25791  24.9832 160.7748 0010783   3.1653 356.8921 14.40444244131497
-FUSE 1
-1 25791U 99035A   01355.13483804  .00001399  00000-0  37745-3 0  4463
-2 25791  24.9832 167.5556 0010791 351.3648   8.6665 14.40441877131339
-FUSE 1
-1 25791U 99035A   01353.88773524  .00001488  00000-0  40499-3 0  4452
-2 25791  24.9831 175.1848 0010716 338.1167  21.8882 14.40439533131157
-FUSE 1
-1 25791U 99035A   01352.91776521 +.00001536 +00000-0 +41984-3 0 04527
-2 25791 024.9828 181.1169 0010739 327.7733 032.2118 14.40437323131012
-FUSE 1
-1 25791U 99035A   01352.57134719  .00001547  00000-0  42314-3 0  4447
-2 25791  24.9827 183.2356 0010758 324.0828  35.8958 14.40436465130968
-FUSE 1
-1 25791U 99035A   01351.39352449  .00001601  00000-0  43981-3 0  4439
-2 25791  24.9825 190.4393 0010750 311.5670  48.3911 14.40433644130790
-FUSE 1
-1 25791U 99035A   01350.90853821 +.00001630 +00000-0 +44889-3 0 04570
-2 25791 024.9828 193.4057 0010738 306.2371 053.7148 14.40432555130723
-FUSE 1
-1 25791U 99035A   01350.21570001  .00001672  00000-0  46189-3 0  4425
-2 25791  24.9825 197.6430 0010796 298.8753  61.0671 14.40430851130624
-FUSE 1
-1 25791U 99035A   01349.17644244  .00001720  00000-0  47692-3 0  4412
-2 25791  24.9826 203.9992 0010810 288.0247  71.9089 14.40428119130475
-FUSE 1
-1 25791U 99035A   01348.13718358  .00001739  00000-0  48271-3 0  4408
-2 25791  24.9830 210.3552 0010817 277.4348  82.4917 14.40425082130322
-FUSE 1
-1 25791U 99035A   01346.95935558 +.00001792 +00000-0 +49923-3 0 04414
-2 25791 024.9832 217.5601 0010828 264.7976 095.1293 14.40421820130151
-FUSE 1
-1 25791U 99035A   01346.89007156  .00001798  00000-0  50103-3 0  4396
-2 25791  24.9831 217.9838 0010822 264.0722  95.8552 14.40421637130142
-FUSE 1
-1 25791U 99035A   01345.92009452 +.00001804 +00000-0 +50297-3 0 04561
-2 25791 024.9834 223.9163 0010848 253.7226 106.2093 14.40418551130008
-FUSE 1
-1 25791U 99035A   01345.50438976  .00001829  00000-0  51074-3 0  4383
-2 25791  24.9833 226.4598 0010750 249.3404 110.5947 14.40417367129949
-FUSE 1
-1 25791U 99035A   01344.95011669 +.00001830 +00000-0 +51089-3 0 04543
-2 25791 024.9832 229.8499 0010756 243.5301 116.4117 14.40415519129865
-FUSE 1
-1 25791U 99035A   01344.18799003  .00001792  00000-0  49923-3 0  4375
-2 25791  24.9834 234.5123 0010818 235.5423 124.4062 14.40412721129757
-FUSE 1
-1 25791U 99035A   01343.14872416  .00001816  00000-0  50671-3 0  4368
-2 25791  24.9837 240.8680 0010867 223.8806 136.0838 14.40409582129602
-FUSE 1
-1 25791U 99035A   01341.90160523  .00001680  00000-0  46452-3 0  4359
-2 25791  24.9841 248.4975 0010871 211.3142 148.6721 14.40404442129428
-FUSE 1
-1 25791U 99035A   01340.93162024 +.00001621 +00000-0 +44627-3 0 04479
-2 25791 024.9843 254.4284 0010863 200.7838 159.2234 14.40401129129285
-FUSE 1
-1 25791U 99035A   01340.37734226  .00001562  00000-0  42806-3 0  4343
-2 25791  24.9846 257.8173 0010861 194.8366 165.1825 14.40399138129209
-FUSE 1
-1 25791U 99035A   01339.19949999  .00001406  00000-0  37978-3 0  4336
-2 25791  24.9853 265.0213 0010893 182.8071 177.2377 14.40394882129036
-FUSE 1
-1 25791U 99035A   01337.95236873  .00001264  00000-0  33601-3 0  4328
-2 25791  24.9859 272.6472 0011030 169.6495 190.4242 14.40391020128858
-FUSE 1
-1 25791U 99035A   01336.98237488 +.00001205 +00000-0 +31765-3 0 04350
-2 25791 024.9862 278.5777 0011067 159.5220 200.5735 14.40388553128711
-FUSE 1
-1 25791U 99035A   01336.91308955  .00001199  00000-0  31585-3 0  4319
-2 25791  24.9862 279.0014 0011071 158.8008 201.2962 14.40388365128702
-FUSE 1
-1 25791U 99035A   01335.52738000  .00001234  00000-0  32682-3 0  4301
-2 25791  24.9862 287.4731 0011104 144.1718 215.9555 14.40385754128501
-FUSE 1
-1 25791U 99035A   01334.21095244  .00001172  00000-0  30740-3 0  4294
-2 25791  24.9865 295.5226 0011153 130.8481 229.2994 14.40382693128319
-FUSE 1
-1 25791U 99035A   01333.17166461  .00001237  00000-0  32780-3 0  4285
-2 25791  24.9866 301.8786 0011197 121.1081 239.0526 14.40380912128164
-FUSE 1
-1 25791U 99035A   01331.78594478  .00001365  00000-0  36732-3 0  4275
-2 25791  24.9865 310.3519 0011209 106.8472 253.3273 14.40378324127969
-FUSE 1
-1 25791U 99035A   01330.67736645 +.00001415 +00000-0 +38296-3 0 04303
-2 25791 024.9868 317.1335 0011064 094.8355 265.3420 14.40375646127802
-FUSE 1
-1 25791U 99035A   01330.53879352  .00001567  00000-0  43006-3 0  4269
-2 25791  24.9872 317.9818 0011229  93.6128 266.5666 14.40376029127787
-FUSE 1
-1 25791U 99035A   01329.70735725 +.00001621 +00000-0 +44667-3 0 04457
-2 25791 024.9872 323.0652 0011232 084.6461 275.5327 14.40373883127661
-FUSE 1
-1 25791U 99035A   01329.22235264  .00001585  00000-0  43552-3 0  4256
-2 25791  24.9876 326.0324 0011267  80.2956 279.8829 14.40372335127590
-FUSE 1
-1 25791U 99035A   01327.83661937  .00001684  00000-0  46626-3 0  4245
-2 25791  24.9875 334.5052 0011431  65.9356 294.2344 14.40369004127398
-FUSE 1
-1 25791U 99035A   01326.52016884  .00001740  00000-0  48380-3 0  4236
-2 25791  24.9874 342.5535 0011585  52.2073 307.9485 14.40365366127202
-FUSE 1
-1 25791U 99035A   01325.41157411  .00001880  00000-0  52699-3 0  4227
-2 25791  24.9858 349.3412 0010869  41.2944 318.8383 14.40362474127049
-FUSE 1
-1 25791U 99035A   01324.92656363 +.00001916 +00000-0 +53838-3 0 04486
-2 25791 024.9856 352.3075 0010879 036.2259 323.8984 14.40361028126978
-FUSE 1
-1 25791U 99035A   01324.23369056  .00001967  00000-0  55417-3 0  4212
-2 25791  24.9855 356.5485 0010758  28.8088 331.3014 14.40358919126873
-FUSE 1
-1 25791U 99035A   01323.67939132 +.00001961 +00000-0 +55223-3 0 04407
-2 25791 024.9854 359.9372 0010776 023.0532 337.0460 14.40356881126790
-FUSE 1
-1 25791U 99035A   01322.70936542  .00001987  00000-0  56035-3 0  4198
-2 25791  24.9853   5.8688 0010772  12.9432 347.1352 14.40353526126658
-FUSE 1
-1 25791U 99035A   01321.67005005  .00001934  00000-0  54405-3 0  4184
-2 25791  24.9852  12.2257 0010726   1.9216 358.1340 14.40349375126508
-FUSE 1
-1 25791U 99035A   01320.56144300  .00001920  00000-0  53980-3 0  4174
-2 25791  24.9852  19.0058 0010683 350.0478   9.9818 14.40345343126346
-FUSE 1
-1 25791U 99035A   01319.52212142  .00001855  00000-0  51954-3 0  4163
-2 25791  24.9851  25.3612 0010623 338.9778  21.0292 14.40341342126192
-FUSE 1
-1 25791U 99035A   01318.82923904 +.00001856 +00000-0 +52003-3 0 04314
-2 25791 024.9847 029.5994 0010595 331.5863 028.4066 14.40338911126095
-FUSE 1
-1 25791U 99035A   01318.41350910  .00001890  00000-0  53052-3 0  4155
-2 25791  24.9848  32.1452 0010575 326.5664  33.4173 14.40337609126038
-FUSE 1
-1 25791U 99035A   01316.88916357  .00001729  00000-0  48061-3 0  4141
-2 25791  24.9843  41.4680 0010423 310.4505  49.5094 14.40331762125816
-FUSE 1
-1 25791U 99035A   01315.78054605  .00002207  00000-0  62878-3 0  4131
-2 25791  24.9835  48.2543 0010468 297.9246  62.0232 14.40329121125652
-FUSE 1
-1 25791U 99035A   01314.67192519  .00002266  00000-0  64699-3 0  4122
-2 25791  24.9832  55.0359 0010699 286.0302  73.9029 14.40324776125496
-FUSE 1
-1 25791U 99035A   01313.56330279  .00002157  00000-0  61343-3 0  4117
-2 25791  24.9831  61.8147 0010834 274.3350  85.5922 14.40319729125335
-FUSE 1
-1 25791U 99035A   01312.52396703  .00002119  00000-0  60174-3 0  4104
-2 25791  24.9829  68.1695 0010860 263.6572  96.2701 14.40315363125183
-FUSE 1
-1 25791U 99035A   01311.76178660 +.00001972 +00000-0 +55623-3 0 04344
-2 25791 024.9830 072.8283 0010752 255.8544 104.0769 14.40311922125079
-FUSE 1
-1 25791U 99035A   01310.99960448  .00001931  00000-0  54345-3 0  4098
-2 25791  24.9829  77.4894 0010755 247.9477 111.9889 14.40308978124960
-FUSE 1
-1 25791U 99035A   01309.96026276 +.00001965 +00000-0 +55405-3 0 04090
-2 25791 024.9829 083.8473 0010851 237.1463 122.8002 14.40305487124811
-FUSE 1
-1 25791U 99035A   01309.89097339  .00001972  00000-0  55619-3 0  4084
-2 25791  24.9829  84.2713 0010836 236.3815 123.5665 14.40305298124800
-FUSE 1
-1 25791U 99035A   01308.57447006  .00002179  00000-0  62044-3 0  4077
-2 25791  24.9822  92.3254 0010825 222.6458 137.3208 14.40301956124614
-FUSE 1
-1 25791U 99035A   01307.53512328  .00002351  00000-0  67374-3 0  4064
-2 25791  24.9814  98.6808 0010806 211.6998 148.2862 14.40299019124461
-FUSE 1
-1 25791U 99035A   01305.94145638 +.00002419 +00000-0 +69493-3 0 04062
-2 25791 024.9809 108.4263 0010833 195.2773 164.7418 14.40292404124234
-FUSE 1
-1 25791U 99035A   01305.87216636  .00002410  00000-0  69213-3 0  4051
-2 25791  24.9811 108.8509 0010847 194.5526 165.4669 14.40292047124225
-FUSE 1
-1 25791U 99035A   01304.90210496 +.00002483 +00000-0 +71481-3 0 04210
-2 25791 024.9807 114.7853 0010812 184.6053 175.4356 14.40288074124088
-FUSE 1
-1 25791U 99035A   01304.55565381  .00002564  00000-0  73991-3 0  4046
-2 25791  24.9803 116.9068 0010808 180.8733 179.1763 14.40287007124037
-FUSE 1
-1 25791U 99035A   01303.93204085 +.00002548 +00000-0 +73522-3 0 04141
-2 25791 024.9803 120.7190 0010799 174.3529 185.7099 14.40283909123947
-FUSE 1
-1 25791U 99035A   01303.03126575  .00002520  00000-0  72659-3 0  4037
-2 25791  24.9800 126.2295 0010755 164.6304 195.4536 14.40279287123810
-FUSE 1
-1 25791U 99035A   01301.78402958  .00002608  00000-0  75393-3 0  4023
-2 25791  24.9799 133.8566 0011062 153.3348 206.7722 14.40274032123633
-FUSE 1
-1 25791U 99035A   01299.91316810  .00002915  00000-0  84930-3 0  4012
-2 25791  24.9792 145.2965 0011048 134.0555 226.0864 14.40265988123368
-FUSE 1
-1 25791U 99035A   01298.18087804  .00003212  00000-0  94181-3 0  4007
-2 25791  24.9785 155.8916 0011040 115.9737 244.1911 14.40256974123117
-FUSE 1
-1 25791U 99035A   01297.97300262 +.00003234 +00000-0 +94848-3 0 04115
-2 25791 024.9787 157.1643 0011055 113.7776 246.3895 14.40255785123086
-FUSE 1
-1 25791U 99035A   01297.07220791  .00002684  00000-0  77791-3 0  3995
-2 25791  24.9787 162.6747 0010929 104.4008 255.7717 14.40248557122957
-FUSE 1
-1 25791U 99035A   01295.96352986 +.00002126 +00000-0 +60489-3 0 04025
-2 25791 024.9793 169.4508 0010628 092.8140 267.3584 14.40240931122798
-FUSE 1
-1 25791U 99035A   01295.89423827  .00002043  00000-0  57915-3 0  3982
-2 25791  24.9794 169.8749 0010644  91.9762 268.1968 14.40240146122780
-FUSE 1
-1 25791U 99035A   01294.92413976 +.00001853 +00000-0 +51998-3 0 04152
-2 25791 024.9798 175.8066 0010633 081.1941 278.9772 14.40235323122649
-FUSE 1
-1 25791U 99035A   01294.30050214  .00001823  00000-0  51089-3 0  3973
-2 25791  24.9799 179.6196 0010702  74.5779 285.5911 14.40232995122559
-FUSE 1
-1 25791U 99035A   01293.26110316  .00001744  00000-0  48616-3 0  3960
-2 25791  24.9799 185.9754 0010658  63.5604 296.6004 14.40228963122404
-FUSE 1
-1 25791U 99035A   01292.22169993  .00001707  00000-0  47471-3 0  3956
-2 25791  24.9799 192.3301 0010648  52.4658 307.6827 14.40225399122258
-FUSE 1
-1 25791U 99035A   01290.97441176 +.00001672 +00000-0 +46391-3 0 03975
-2 25791 024.9797 199.9582 0010599 039.1258 321.0014 14.40221249122071
-FUSE 1
-1 25791U 99035A   01290.90511781  .00001674  00000-0  46472-3 0  3947
-2 25791  24.9797 200.3818 0010601  38.3799 321.7462 14.40221053122061
-FUSE 1
-1 25791U 99035A   01289.44994252  .00001682  00000-0  46703-3 0  3937
-2 25791  24.9794 209.2810 0010620  22.7711 337.3265 14.40216632121857
-FUSE 1
-1 25791U 99035A   01288.96488349 +.00001640 +00000-0 +45420-3 0 04039
-2 25791 024.9794 212.2491 0010567 017.4224 342.6645 14.40214807121781
-FUSE 1
-1 25791U 99035A   01288.41052915  .00001638  00000-0  45357-3 0  3928
-2 25791  24.9794 215.6384 0010635  11.8186 348.2573 14.40213128121709
-FUSE 1
-1 25791U 99035A   01287.23252352  .00001574  00000-0  43355-3 0  3918
-2 25791  24.9794 222.8447 0010562 358.4459   1.6013 14.40209149121539
-FUSE 1
-1 25791U 99035A   01285.91592729  .00001390  00000-0  37646-3 0  3907
-2 25791  24.9795 230.9044 0010544 342.9330  17.0829 14.40203938121344
-FUSE 1
-1 25791U 99035A   01284.39144118  .00001300  00000-0  34838-3 0  3892
-2 25791  24.9795 240.2335 0010739 326.2228  33.7597 14.40199484121121
-FUSE 1
-1 25791U 99035A   01283.97567245 +.00001223 +00000-0 +32457-3 0 03894
-2 25791 024.9792 242.7798 0010828 320.9649 039.0093 14.40197815121064
-FUSE 1
-1 25791U 99035A   01283.35201646  .00001212  00000-0  32118-3 0  3887
-2 25791  24.9792 246.5916 0010829 314.6054  45.3576 14.40196427120972
-FUSE 1
-1 25791U 99035A   01282.31258856 +.00001218 +00000-0 +32310-3 0 03876
-2 25791 024.9792 252.9458 0010895 303.3438 056.6026 14.40194305120820
-FUSE 1
-1 25791U 99035A   01281.96611121 +.00001476 +00000-0 +40318-3 0 03877
-2 25791 024.9786 255.0631 0010800 300.4688 059.4739 14.40195140120775
-FUSE 1
-1 25791U 99035A   01281.27315947  .00001503  00000-0  41154-3 0  3867
-2 25791  24.9785 259.2981 0010800 293.1387  66.7977 14.40193471120671
-FUSE 1
-1 25791U 99035A   01280.23373114  .00001657  00000-0  45958-3 0  3857
-2 25791  24.9781 265.6543 0010925 282.3330  77.5954 14.40191161120521
-FUSE 1
-1 25791U 99035A   01279.19430003  .00002067  00000-0  58705-3 0  3840
-2 25791  24.9775 272.0130 0011160 270.5332  89.3900 14.40189300120378
-FUSE 1
-1 25791U 99035A   01277.60050645  .00002136  00000-0  60847-3 0  3830
-2 25791  24.9771 281.7563 0011259 253.7403 106.1876 14.40183292120141
-FUSE 1
-1 25791U 99035A   01276.69966572 +.00002038 +00000-0 +57797-3 0 03834
-2 25791 024.9770 287.2658 0011436 244.9457 114.9868 14.40179081120019
-FUSE 1
-1 25791U 99035A   01276.56107445  .00002038  00000-0  57794-3 0  3822
-2 25791  24.9770 288.1132 0011429 243.5500 116.3834 14.40178557119993
-FUSE 1
-1 25791U 99035A   01275.59093557 +.00002005 +00000-0 +56772-3 0 03900
-2 25791 024.9769 294.0432 0011469 233.5602 126.3872 14.40174627119858
-FUSE 1
-1 25791U 99035A   01275.24445817  .00001894  00000-0  53340-3 0  3815
-2 25791  24.9772 296.1661 0011642 231.1207 128.8260 14.40172274119806
-FUSE 1
-1 25791U 99035A   01274.20502117  .00001837  00000-0  51559-3 0  3803
-2 25791  24.9774 302.5234 0011565 220.9357 139.0293 14.40168098119654
-FUSE 1
-1 25791U 99035A   01272.54191528  .00001742  00000-0  48618-3 0  3793
-2 25791  24.9776 312.6900 0011479 204.0234 155.9738 14.40161743119414
-FUSE 1
-1 25791U 99035A   01271.22528748  .00001537  00000-0  42239-3 0  3789
-2 25791  24.9783 320.7396 0011360 191.6142 168.4111 14.40155760119224
-FUSE 1
-1 25791U 99035A   01270.18584050  .00001414  00000-0  38420-3 0  3771
-2 25791  24.9786 327.0943 0011214 181.1674 178.8811 14.40151731119076
-FUSE 1
-1 25791U 99035A   01268.59201413  .00001316  00000-0  35376-3 0  3769
-2 25791  24.9790 336.8359 0011124 164.6593 195.4255 14.40146964118849
-FUSE 1
-1 25791U 99035A   01267.55255878  .00001264  00000-0  33768-3 0  3752
-2 25791  24.9791 343.1899 0011084 153.8979 206.2088 14.40144164118691
-FUSE 1
-1 25791U 99035A   01266.85958720 +.00001236 +00000-0 +32881-3 0 04003
-2 25791 024.9791 347.4254 0011062 146.6571 213.4636 14.40142395118599
-FUSE 1
-1 25791U 99035A   01266.23591181  .00001222  00000-0  32443-3 0  3748
-2 25791  24.9790 351.2395 0010997 140.3022 219.8292 14.40140919118504
-FUSE 1
-1 25791U 99035A   01264.84996263  .00001228  00000-0  32643-3 0  3730
-2 25791  24.9790 359.7127 0010966 126.1194 234.0331 14.40138072118306
-FUSE 1
-1 25791U 99035A   01263.81049784  .00001251  00000-0  33374-3 0  3720
-2 25791  24.9787   6.0658 0010961 115.2876 244.8774 14.40136053118154
-FUSE 1
-1 25791U 99035A   01262.90962669 +.00001258 +00000-0 +33575-3 0 03770
-2 25791 024.9786 011.5725 0010944 105.8616 254.3099 14.40134145118029
-FUSE 1
-1 25791U 99035A   01262.56313782  .00001225  00000-0  32562-3 0  3711
-2 25791  24.9789  13.6910 0010897 102.2762 257.8965 14.40133131117978
-FUSE 1
-1 25791U 99035A   01261.73156198 +.00001238 +00000-0 +32981-3 0 03916
-2 25791 024.9787 018.7732 0010906 093.5350 266.6406 14.40131469117857
-FUSE 1
-1 25791U 99035A   01260.76138915  .00001191  00000-0  31510-3 0  3707
-2 25791  24.9789  24.7033 0010879  83.2256 276.9490 14.40129023117715
-FUSE 1
-1 25791U 99035A   01259.92981039 +.00001175 +00000-0 +31013-3 0 03874
-2 25791 024.9786 029.7863 0010871 074.4468 285.7243 14.40127147117592
-FUSE 1
-1 25791U 99035A   01259.58331925  .00001147  00000-0  30130-3 0  3697
-2 25791  24.9787  31.9057 0010852  70.6480 289.5197 14.40126176117540
-FUSE 1
-1 25791U 99035A   01258.95963335 +.00001144 +00000-0 +30044-3 0 03874
-2 25791 024.9786 035.7176 0010865 064.0853 296.0773 14.40124921117457
-FUSE 1
-1 25791U 99035A   01258.54384331  .00001102  00000-0  28749-3 0  3684
-2 25791  24.9787  38.2594 0010849  59.6296 300.5294 14.40123716117396
-FUSE 1
-1 25791U 99035A   01256.88067564  .00001029  00000-0  26472-3 0  3673
-2 25791  24.9789  48.4246 0010881  42.1181 318.0162 14.40120076117159
-FUSE 1
-1 25791U 99035A   01255.84119312 +.00000982 +00000-0 +24994-3 0 03828
-2 25791 024.9791 054.7780 0010906 031.2706 328.8450 14.40117913117004
-FUSE 1
-1 25791U 99035A   01255.56399752  .00000973  00000-0  24725-3 0  3669
-2 25791  24.9790  56.4726 0010911  28.3803 331.7300 14.40117363116963
-FUSE 1
-1 25791U 99035A   01254.17801710  .00000928  00000-0  23335-3 0  3652
-2 25791  24.9790  64.9453 0010913  13.8647 346.2161 14.40114762116765
-FUSE 1
-1 25791U 99035A   01253.13853000  .00000871  00000-0  21540-3 0  3648
-2 25791  24.9793  71.2996 0010924   2.8497 357.2074 14.40112768116617
-FUSE 1
-1 25791U 99035A   01251.89114396  .00000824  00000-0  20070-3 0  3631
-2 25791  24.9796  78.9282 0010899 349.5744  10.4536 14.40110640116437
-FUSE 1
-1 25791U 99035A   01250.57445682  .00000789  00000-0  18992-3 0  3629
-2 25791  24.9798  86.9794 0010848 335.6563  24.3436 14.40108640116244
-FUSE 1
-1 25791U 99035A   01249.39636695  .00000757  00000-0  18011-3 0  3619
-2 25791  24.9802  94.1822 0010810 323.2224  36.7543 14.40106962116071
-FUSE 1
-1 25791U 99035A   01248.91127102 +.00000751 +00000-0 +17803-3 0 03830
-2 25791 024.9803 097.1479 0010787 318.2500 041.7192 14.40106349116005
-FUSE 1
-1 25791U 99035A   01248.21827703  .00000711  00000-0  16549-3 0  3604
-2 25791  24.9806 101.3869 0010851 311.0280  48.9290 14.40105201115909
-FUSE 1
-1 25791U 99035A   01247.94107926 +.00000692 +00000-0 +15961-3 0 03998
-2 25791 024.9808 103.0812 0010848 308.0548 051.8982 14.40104743115863
-FUSE 1
-1 25791U 99035A   01246.97088639 +.00000665 +00000-0 +15119-3 0 03624
-2 25791 024.9811 109.0135 0010822 297.4688 062.4719 14.40103568115724
-FUSE 1
-1 25791U 99035A   01246.90158683  .00000665  00000-0  15140-3 0  3594
-2 25791  24.9811 109.4371 0010823 296.7486  63.1913 14.40103507115715
-FUSE 1
-1 25791U 99035A   01245.86209396  .00000696  00000-0  16089-3 0  3582
-2 25791  24.9808 115.7946 0010841 285.1746  74.7568 14.40102728115561
-FUSE 1
-1 25791U 99035A   01244.47610489  .00000659  00000-0  14935-3 0  3573
-2 25791  24.9811 124.2700 0010831 270.7608  89.1659 14.40100949115366
-FUSE 1
-1 25791U 99035A   01243.36731275  .00000662  00000-0  15021-3 0  3567
-2 25791  24.9811 131.0482 0010866 258.9721 100.9574 14.40099892115206
-FUSE 1
-1 25791U 99035A   01242.25852056  .00000648  00000-0  14586-3 0  3553
-2 25791  24.9814 137.8264 0010894 247.3559 112.5794 14.40098711115047
-FUSE 1
-1 25791U 99035A   01241.98132292 +.00000630 +00000-0 +14046-3 0 03737
-2 25791 024.9816 139.5223 0010941 244.5808 115.3567 14.40098300115001
-FUSE 1
-1 25791U 99035A   01241.21902828  .00000629  00000-0  14009-3 0  3549
-2 25791  24.9817 144.1835 0011009 236.5844 123.3610 14.40097610114897
-FUSE 1
-1 25791U 99035A   01239.97163784 +.00000567 +00000-0 +12075-3 0 03541
-2 25791 024.9822 151.8119 0011137 224.0036 135.9578 14.40096009114714
-FUSE 1
-1 25791U 99035A   01239.90233840  .00000573  00000-0  12271-3 0  3539
-2 25791  24.9822 152.2355 0011140 223.3426 136.6211 14.40096007114709
-FUSE 1
-1 25791U 99035A   01238.93214506 +.00000578 +00000-0 +12417-3 0 03569
-2 25791 024.9822 158.1667 0011192 213.0996 146.8828 14.40095287114565
-FUSE 1
-1 25791U 99035A   01238.44704821  .00000558  00000-0  11791-3 0  3527
-2 25791  24.9823 161.1314 0011195 208.1454 151.8451 14.40094733114491
-FUSE 1
-1 25791U 99035A   01237.19965619  .00000543  00000-0  11309-3 0  3510
-2 25791  24.9826 168.7556 0011260 195.0033 165.0141 14.40093691114311
-FUSE 1
-1 25791U 99035A   01235.46716564  .00000559  00000-0  11830-3 0  3506
-2 25791  24.9826 179.3436 0011265 177.0928 182.9645 14.40092549114064
-FUSE 1
-1 25791U 99035A   01234.91276874 +.00000555 +00000-0 +11697-3 0 03518
-2 25791 024.9826 182.7322 0011267 171.3778 188.6930 14.40092091113980
-FUSE 1
-1 25791U 99035A   01234.21977186  .00000553  00000-0  11627-3 0  3493
-2 25791  24.9827 186.9667 0011270 164.0792 196.0070 14.40091557113881
-FUSE 1
-1 25791U 99035A   01233.18027640  .00000553  00000-0  11642-3 0  3485
-2 25791  24.9827 193.3193 0011293 153.2255 206.8853 14.40090779113734
-FUSE 1
-1 25791U 99035A   01231.72498050  .00000562  00000-0  11920-3 0  3478
-2 25791  24.9824 202.2156 0011301 138.1751 221.9616 14.40089739113529
-FUSE 1
-1 25791U 99035A   01230.54688298  .00000525  00000-0  10770-3 0  3462
-2 25791  24.9834 209.4179 0011313 126.3801 233.7753 14.40088665113353
-FUSE 1
-1 25791U 99035A   01229.23018362  .00000520  00000-0  10610-3 0  3452
-2 25791  24.9836 217.4680 0011315 112.6116 247.5590 14.40087703113163
-FUSE 1
-1 25791U 99035A   01228.81438323 +.00000515 +00000-0 +10467-3 0 03665
-2 25791 024.9835 220.0093 0011311 108.2127 251.9609 14.40087362113104
-FUSE 1
-1 25791U 99035A   01227.84418190  .00000497  00000-0  98977-4 0  3445
-2 25791  24.9840 225.9413 0011274  98.5742 261.6044 14.40086582112969
-FUSE 1
-1 25791U 99035A   01226.66607788 +.00000493 +00000-0 +97886-4 0 03463
-2 25791 024.9839 233.1408 0011275 086.3501 273.8298 14.40085796112794
-FUSE 1
-1 25791U 99035A   01226.52747722  .00000492  00000-0  97361-4 0  3435
-2 25791  24.9840 233.9884 0011272  84.8774 275.3014 14.40085704112774
-FUSE 1
-1 25791U 99035A   01225.21077022  .00000514  00000-0  10445-3 0  3420
-2 25791  24.9840 242.0362 0011245  71.4518 288.7213 14.40085082112581
-FUSE 1
-1 25791U 99035A   01223.89406193  .00000470  00000-0  90604-4 0  3413
-2 25791  24.9848 250.0849 0011117  57.6806 302.4776 14.40083898112392
-FUSE 1
-1 25791U 99035A   01222.78525341  .00000440  00000-0  81399-4 0  3404
-2 25791  24.9853 256.8629 0011047  46.0947 314.0477 14.40083059112237
-FUSE 1
-1 25791U 99035A   01221.95364609 +.00000421 +00000-0 +75317-4 0 03435
-2 25791 024.9857 261.9471 0011006 037.3315 322.7958 14.40082476112119
-FUSE 1
-1 25791U 99035A   01221.53784190  .00000421  00000-0  75510-4 0  3390
-2 25791  24.9858 264.4889 0010990  32.9399 327.1792 14.40082299112056
-FUSE 1
-1 25791U 99035A   01220.98343688 +.00000390 +00000-0 +65848-4 0 03579
-2 25791 024.9859 267.8782 0010962 026.9957 333.1120 14.40081738111977
-FUSE 1
-1 25791U 99035A   01220.22112886  .00000387  00000-0  64765-4 0  3382
-2 25791  24.9860 272.5393 0010909  18.8496 341.2417 14.40081380111869
-FUSE 1
-1 25791U 99035A   01218.97371408  .00000391  00000-0  65912-4 0  3377
-2 25791  24.9861 280.1628 0010876   5.5029 354.5594 14.40080902111686
-FUSE 1
-1 25791U 99035A   01217.86490136  .00000373  00000-0  60393-4 0  3361
-2 25791  24.9866 286.9411 0010853 353.7666   6.2707 14.40080339111529
-FUSE 1
-1 25791U 99035A   01216.82538872  .00000371  00000-0  59777-4 0  3357
-2 25791  24.9868 293.2962 0010793 342.5968  17.4161 14.40079940111374
-FUSE 1
-1 25791U 99035A   01215.57797329  .00000400  00000-0  68747-4 0  3341
-2 25791  24.9867 300.9214 0010734 329.1452  30.8424 14.40079711111190
-FUSE 1
-1 25791U 99035A   01214.88496511 +.00000411 +00000-0 +72102-4 0 03738
-2 25791 024.9865 305.1569 0010752 321.8056 038.1700 14.40079469111094
-FUSE 1
-1 25791U 99035A   01213.91475370 +.00000418 +00000-0 +74537-4 0 03349
-2 25791 024.9864 311.0878 0010770 311.6786 048.2800 14.40079073110957
-FUSE 1
-1 25791U 99035A   01213.84545284  .00000418  00000-0  74517-4 0  3330
-2 25791  24.9864 311.5114 0010770 310.9520  49.0052 14.40079040110944
-FUSE 1
-1 25791U 99035A   01212.94454257 +.00000434 +00000-0 +79248-4 0 03344
-2 25791 024.9864 317.0188 0010768 301.3288 058.6164 14.40078734110813
-FUSE 1
-1 25791U 99035A   01212.80594067  .00000444  00000-0  82373-4 0  3325
-2 25791  24.9863 317.8657 0010766 299.6889  60.2542 14.40078761110791
-FUSE 1
-1 25791U 99035A   01211.90503055 +.00000468 +00000-0 +90090-4 0 03446
-2 25791 024.9863 323.3726 0010776 290.0365 069.8977 14.40078499110666
-FUSE 1
-1 25791U 99035A   01211.55852704  .00000460  00000-0  87431-4 0  3318
-2 25791  24.9864 325.4904 0010823 286.2525  73.6791 14.40078234110615
-FUSE 1
-1 25791U 99035A   01210.93482022 +.00000472 +00000-0 +91278-4 0 03633
-2 25791 024.9864 329.3017 0010848 279.6419 080.2862 14.40077996110525
-FUSE 1
-1 25791U 99035A   01210.17251264  .00000478  00000-0  93199-4 0  3305
-2 25791  24.9863 333.9619 0010873 271.6318  88.2943 14.40077601110410
-FUSE 1
-1 25791U 99035A   01208.85579991  .00000490  00000-0  96802-4 0  3293
-2 25791  24.9866 342.0099 0010922 257.5431 102.3853 14.40076934110225
-FUSE 1
-1 25791U 99035A   01207.81629030  .00000501  00000-0  10023-3 0  3280
-2 25791  24.9867 348.3635 0010966 246.5884 113.3470 14.40076398110073
-FUSE 1
-1 25791U 99035A   01206.91538249 +.00000508 +00000-0 +10250-3 0 03415
-2 25791 024.9866 353.8713 0010987 237.1497 122.7945 14.40075887109946
-FUSE 1
-1 25791U 99035A   01206.56887963  .00000511  00000-0  10326-3 0  3278
-2 25791  24.9867 355.9893 0011012 233.5318 126.4174 14.40075691109893
-FUSE 1
-1 25791U 99035A   01205.87587337 +.00000527 +00000-0 +10839-3 0 03505
-2 25791 024.9868 000.2251 0011076 226.2868 133.6720 14.40075413109799
-FUSE 1
-1 25791U 99035A   01205.25216864  .00000510  00000-0  10313-3 0  3263
-2 25791  24.9867   4.0363 0011090 219.8115 140.1582 14.40074798109708
-FUSE 1
-1 25791U 99035A   01203.93545728 +.00000516 +00000-0 +10479-3 0 03269
-2 25791 024.9866 012.0811 0011114 206.0591 153.9357 14.40073969109517
-FUSE 1
-1 25791U 99035A   01203.86615663  .00000516  00000-0  10479-3 0  3256
-2 25791  24.9866  12.5045 0011114 205.3331 154.6628 14.40073923109503
-FUSE 1
-1 25791U 99035A   01202.96524958 +.00000508 +00000-0 +10233-3 0 03486
-2 25791 024.9865 018.0111 0011154 196.1382 163.8780 14.40073233109374
-FUSE 1
-1 25791U 99035A   01202.54944641  .00000493  00000-0  97826-4 0  3246
-2 25791  24.9863  20.5527 0011169 191.8050 168.2200 14.40072784109311
-FUSE 1
-1 25791U 99035A   01201.16343360  .00000507  00000-0  10206-3 0  3235
-2 25791  24.9866  29.0225 0011223 177.3906 182.6661 14.40072075109115
-FUSE 1
-1 25791U 99035A   01200.12393049  .00000384  00000-0  63784-4 0  3221
-2 25791  24.9826  35.4045 0011352 165.2759 194.8082 14.40070335108968
-FUSE 1
-1 25791U 99035A   01198.94581712 +.00000454 +00000-0 +85448-4 0 03255
-2 25791 024.9819 042.6054 0011509 153.7866 206.3225 14.40070361108793
-FUSE 1
-1 25791U 99035A   01198.87651654  .00000454  00000-0  85668-4 0  3210
-2 25791  24.9819  43.0290 0011506 153.0511 207.0603 14.40070330108780
-FUSE 1
-1 25791U 99035A   01197.90630513 +.00000543 +00000-0 +11321-3 0 03251
-2 25791 024.9814 048.9614 0011667 143.2067 216.9249 14.40070553108641
-FUSE 1
-1 25791U 99035A   01197.83700416  .00000546  00000-0  11423-3 0  3204
-2 25791  24.9813  49.3856 0011672 142.5933 217.5379 14.40070523108630
-FUSE 1
-1 25791U 99035A   01196.93609183 +.00000693 +00000-0 +16016-3 0 03423
-2 25791 024.9796 054.8902 0011793 132.6084 227.5393 14.40070954108505
-FUSE 1
-1 25791U 99035A   01196.45099063  .00000473  00000-0  91615-4 0  3199
-2 25791  24.9825  57.8656 0011228 128.4789 231.6720 14.40068671108430
-FUSE 1
-1 25791U 99035A   01195.20357322  .00000505  00000-0  10164-3 0  3180
-2 25791  24.9825  65.4916 0011215 116.0156 244.1500 14.40068220108256
-FUSE 1
-1 25791U 99035A   01194.02545613  .00000499  00000-0  99733-4 0  3172
-2 25791  24.9826  72.6920 0011188 103.4129 256.7628 14.40067381108089
-FUSE 1
-1 25791U 99035A   01193.95615541 +.00000494 +00000-0 +98068-4 0 03356
-2 25791 024.9827 073.1157 0011179 102.6649 257.5123 14.40067286108078
-FUSE 1
-1 25791U 99035A   01192.50083132  .00000493  00000-0  97812-4 0  3165
-2 25791  24.9831  82.0131 0011146  87.3221 272.8568 14.40066408107867
-FUSE 1
-1 25791U 99035A   01191.94642156 +.00000499 +00000-0 +99730-4 0 03267
-2 25791 024.9831 085.4021 0011170 081.6595 278.5190 14.40066125107781
-FUSE 1
-1 25791U 99035A   01191.18410683  .00000513  00000-0  10412-3 0  3155
-2 25791  24.9835  90.0635 0011114  74.2217 285.9515 14.40065843107672
-FUSE 1
-1 25791U 99035A   01190.14458616  .00000519  00000-0  10586-3 0  3145
-2 25791  24.9834  96.4153 0011128  63.2236 296.9407 14.40065179107528
-FUSE 1
-1 25791U 99035A   01188.89716000  .00000517  00000-0  10535-3 0  3139
-2 25791  24.9835 104.0390 0011105  50.1547 309.9937 14.40064329107342
-FUSE 1
-1 25791U 99035A   01187.85763598  .00000560  00000-0  11885-3 0  3124
-2 25791  24.9834 110.3927 0011027  39.7903 320.3413 14.40064059107198
-FUSE 1
-1 25791U 99035A   01186.26369845  .00000576  00000-0  12383-3 0  3115
-2 25791  24.9833 120.1320 0011040  23.1413 336.9590 14.40062964106967
-FUSE 1
-1 25791U 99035A   01185.22417234  .00000611  00000-0  13466-3 0  3108
-2 25791  24.9832 126.4851 0010938  12.2821 347.7952 14.40062479106818
-FUSE 1
-1 25791U 99035A   01183.90743981  .00000616  00000-0  13632-3 0  3090
-2 25791  24.9835 134.5338 0011000 358.4299   1.6173 14.40061396106623
-FUSE 1
-1 25791U 99035A   01182.72930922  .00000647  00000-0  14599-3 0  3088
-2 25791  24.9835 141.7349 0010932 346.1083  13.9122 14.40060663106450
-FUSE 1
-1 25791U 99035A   01181.55117807  .00000655  00000-0  14826-3 0  3078
-2 25791  24.9833 148.9349 0010989 333.0109  26.9827 14.40059608106287
-FUSE 1
-1 25791U 99035A   01180.23444311  .00000674  00000-0  15430-3 0  3067
-2 25791  24.9834 156.9835 0010915 318.5214  41.4471 14.40058589106094
-FUSE 1
-1 25791U 99035A   01179.95723625 +.00000660 +00000-0 +14998-3 0 03537
-2 25791 024.9835 158.6778 0010936 315.4784 044.4860 14.40058184106053
-FUSE 1
-1 25791U 99035A   01178.98701077 +.00000700 +00000-0 +16223-3 0 03095
-2 25791 024.9839 164.6103 0010804 304.5310 055.4225 14.40057715105914
-FUSE 1
-1 25791U 99035A   01178.91770917  .00000670  00000-0  15306-3 0  3050
-2 25791  24.9837 165.0340 0010775 303.9328  56.0166 14.40057316105906
-FUSE 1
-1 25791U 99035A   01177.94748394 +.00000667 +00000-0 +15215-3 0 03051
-2 25791 024.9839 170.9631 0010758 293.8032 066.1362 14.40056346105762
-FUSE 1
-1 25791U 99035A   01177.80888028  .00000659  00000-0  14952-3 0  3042
-2 25791  24.9838 171.8101 0010748 292.4036  67.5332 14.40056120105741
-FUSE 1
-1 25791U 99035A   01176.83865444 +.00000669 +00000-0 +15256-3 0 03062
-2 25791 024.9836 177.7390 0010771 281.9230 078.0068 14.40055269105600
-FUSE 1
-1 25791U 99035A   01176.56144703  .00000675  00000-0  15449-3 0  3038
-2 25791  24.9837 179.4333 0010795 278.8637  81.0649 14.40055073105566
-FUSE 1
-1 25791U 99035A   01175.86842919 +.00000678 +00000-0 +15546-3 0 03316
-2 25791 024.9837 183.6698 0010800 271.5427 088.3843 14.40054412105462
-FUSE 1
-1 25791U 99035A   01175.24471298  .00000688  00000-0  15855-3 0  3028
-2 25791  24.9839 187.4824 0010794 264.9104  95.0170 14.40053918105375
-FUSE 1
-1 25791U 99035A   01173.85867780  .00000677  00000-0  15522-3 0  3016
-2 25791  24.9839 195.9535 0010801 250.3967 109.5372 14.40052381105179
-FUSE 1
-1 25791U 99035A   01172.95775496 +.00000670 +00000-0 +15307-3 0 03067
-2 25791 024.9841 201.4598 0010826 240.8926 119.0499 14.40051405105048
-FUSE 1
-1 25791U 99035A   01172.54194415  .00000672  00000-0  15364-3 0  3007
-2 25791  24.9843 204.0010 0010840 236.4724 123.4748 14.40051033104986
-FUSE 1
-1 25791U 99035A   01171.98753138 +.00000679 +00000-0 +15575-3 0 03288
-2 25791 024.9843 207.3895 0010842 230.3514 129.6117 14.40050582104903
-FUSE 1
-1 25791U 99035A   01171.22521133  .00000677  00000-0  15522-3 0  2990
-2 25791  24.9854 212.0560 0010996 222.3356 137.6304 14.40049810104798
-FUSE 1
-1 25791U 99035A   01169.97777976 +.00000651 +00000-0 +14719-3 0 02996
-2 25791 024.9854 219.6805 0010993 209.2640 150.7249 14.40048323104613
-FUSE 1
-1 25791U 99035A   01169.83917607  .00000653  00000-0  14780-3 0  2987
-2 25791  24.9854 220.5274 0010997 207.8311 152.1606 14.40048213104595
-FUSE 1
-1 25791U 99035A   01168.93825267 +.00000639 +00000-0 +14331-3 0 02983
-2 25791 024.9853 226.0330 0011011 198.4101 161.6008 14.40047199104467
-FUSE 1
-1 25791U 99035A   01168.79964884  .00000639  00000-0  14331-3 0  2975
-2 25791  24.9853 226.8798 0011011 196.9581 163.0554 14.40047071104447
-FUSE 1
-1 25791U 99035A   01167.55221537  .00000637  00000-0  14282-3 0  2961
-2 25791  24.9855 234.5040 0011049 184.0993 175.9424 14.40045914104263
-FUSE 1
-1 25791U 99035A   01166.51268687  .00000629  00000-0  14035-3 0  2959
-2 25791  24.9856 240.8573 0011071 173.3506 186.7149 14.40044884104114
-FUSE 1
-1 25791U 99035A   01165.95827450 +.00000603 +00000-0 +13200-3 0 03120
-2 25791 024.9848 244.2600 0010963 166.9546 193.1247 14.40044112104031
-FUSE 1
-1 25791U 99035A   01165.40385861  .00000599  00000-0  13098-3 0  2943
-2 25791  24.9849 247.6487 0010973 161.1937 198.8977 14.40043624103953
-FUSE 1
-1 25791U 99035A   01164.22572358  .00000615  00000-0  13598-3 0  2934
-2 25791  24.9850 254.8490 0011010 149.2494 210.8676 14.40042799103781
-FUSE 1
-1 25791U 99035A   01163.87921276 +.00000615 +00000-0 +13599-3 0 03270
-2 25791 024.9849 256.9662 0011011 145.6235 214.4988 14.40042491103737
-FUSE 1
-1 25791U 99035A   01163.18619226  .00000575  00000-0  12336-3 0  2927
-2 25791  24.9852 261.2039 0011012 139.1112 221.0231 14.40041529103636
-FUSE 1
-1 25791U 99035A   01162.90898327 +.00000573 +00000-0 +12283-3 0 03321
-2 25791 024.9853 262.8977 0011009 136.1629 223.9749 14.40041298103594
-FUSE 1
-1 25791U 99035A   01161.86945008  .00000570  00000-0  12199-3 0  2911
-2 25791  24.9855 269.2523 0011028 125.4435 234.7103 14.40040463103442
-FUSE 1
-1 25791U 99035A   01160.55270529  .00000600  00000-0  13110-3 0  2902
-2 25791  24.9853 277.3011 0011033 112.2693 247.8985 14.40039697103257
-FUSE 1
-1 25791U 99035A   01159.51316909  .00000608  00000-0  13389-3 0  2893
-2 25791  24.9855 283.6566 0011020 101.4944 258.6799 14.40038905103107
-FUSE 1
-1 25791U 99035A   01158.95874900 +.00000619 +00000-0 +13726-3 0 03157
-2 25791 024.9854 287.0455 0011021 095.8528 264.3235 14.40038518103026
-FUSE 1
-1 25791U 99035A   01158.40432836  .00000637  00000-0  14284-3 0  2884
-2 25791  24.9854 290.4346 0011007  89.9818 270.1950 14.40038207102947
-FUSE 1
-1 25791U 99035A   01157.22618367  .00000647  00000-0  14588-3 0  2875
-2 25791  24.9857 297.6350 0011049  77.7985 282.3753 14.40037223102774
-FUSE 1
-1 25791U 99035A   01156.18664290  .00000642  00000-0  14440-3 0  2866
-2 25791  24.9861 303.9893 0011005  67.0287 293.1376 14.40036236102629
-FUSE 1
-1 25791U 99035A   01154.86988814  .00000664  00000-0  15129-3 0  2858
-2 25791  24.9862 312.0359 0010968  53.2775 306.8736 14.40035235102433
-FUSE 1
-1 25791U 99035A   01153.55313207  .00000654  00000-0  14823-3 0  2849
-2 25791  24.9862 320.0822 0010917  39.4182 320.7119 14.40033855102244
-FUSE 1
-1 25791U 99035A   01152.51358604  .00000656  00000-0  14876-3 0  2833
-2 25791  24.9862 326.4348 0010879  28.5266 331.5835 14.40032889102090
-FUSE 1
-1 25791U 99035A   01151.95916093 +.00000658 +00000-0 +14954-3 0 03067
-2 25791 024.9864 329.8227 0010858 022.6676 337.4309 14.40032401102015
-FUSE 1
-1 25791U 99035A   01151.33543277  .00000649  00000-0  14671-3 0  2828
-2 25791  24.9863 333.6343 0010866  15.9419 344.1429 14.40031685101925
-FUSE 1
-1 25791U 99035A   01150.15727791  .00000654  00000-0  14810-3 0  2812
-2 25791  24.9864 340.8337 0010840   3.4915 356.5667 14.40030638101753
-FUSE 1
-1 25791U 99035A   01149.88006493 +.00000653 +00000-0 +14785-3 0 03135
-2 25791 024.9866 342.5280 0010826 000.5019 359.5497 14.40030376101717
-FUSE 1
-1 25791U 99035A   01148.90982283  .00000634  00000-0  14209-3 0  2800
-2 25791  24.9866 348.4566 0010800 350.2840   9.7632 14.40029222101575
-FUSE 1
-1 25791U 99035A   01147.38515028  .00000579  00000-0  12480-3 0  2795
-2 25791  24.9837 357.7948 0010793 333.6467  26.3492 14.40027134101356
-FUSE 1
-1 25791U 99035A   01146.20699331  .00000565  00000-0  12045-3 0  2786
-2 25791  24.9838   4.9959 0010786 321.0840  38.8893 14.40026061101180
-FUSE 1
-1 25791U 99035A   01144.89022932  .00000533  00000-0  11042-3 0  2776
-2 25791  24.9841  13.0436 0010817 306.9215  53.0301 14.40024823100993
-FUSE 1
-1 25791U 99035A   01143.91998144 +.00000546 +00000-0 +11428-3 0 02924
-2 25791 024.9842 018.9724 0010816 296.5378 063.4019 14.40024274100857
-FUSE 1
-1 25791U 99035A   01143.36555441  .00000551  00000-0  11588-3 0  2767
-2 25791  24.9842  22.3601 0010810 290.7426  69.1925 14.40023904100773
-FUSE 1
-1 25791U 99035A   01142.94973432 +.00000553 +00000-0 +11652-3 0 02881
-2 25791 024.9843 024.9015 0010807 286.3744 073.5580 14.40023633100710
-FUSE 1
-1 25791U 99035A   01142.32600379  .00000567  00000-0  12088-3 0  2755
-2 25791  24.9842  28.7136 0010785 279.8487  80.0792 14.40023279100625
-FUSE 1
-1 25791U 99035A   01141.91018440 +.00000540 +00000-0 +11242-3 0 02900
-2 25791 024.9840 031.2547 0010893 276.2467 083.6799 14.40022637100563
-FUSE 1
-1 25791U 99035A   01141.21715079  .00000549  00000-0  11542-3 0  2749
-2 25791  24.9840  35.4898 0010896 268.8475  91.0785 14.40022229100461
-FUSE 1
-1 25791U 99035A   01139.90038775  .00000571  00000-0  12219-3 0  2739
-2 25791  24.9839  43.5397 0010931 255.0386 104.8911 14.40021439100277
-FUSE 1
-1 25791U 99035A   01138.58362425  .00000609  00000-0  13389-3 0  2724
-2 25791  24.9837  51.5882 0011072 241.1629 118.7758 14.40020744100086
-FUSE 1
-1 25791U 99035A   01137.33616481  .00000661  00000-0  15031-3 0  2713
-2 25791  24.9839  59.2112 0011101 227.8811 132.0752 14.40020162 99901
-FUSE 1
-1 25791U 99035A   01136.22731284  .00000674  00000-0  15435-3 0  2700
-2 25791  24.9841  65.9875 0011119 216.3279 143.6473 14.40019220 99747
-FUSE 1
-1 25791U 99035A   01134.97985363 +.00000712 +00000-0 +16613-3 0 02734
-2 25791 024.9840 073.6131 0011195 203.7721 156.2269 14.40018339099566
-FUSE 1
-1 25791U 99035A   01134.91055026  .00000715  00000-0  16725-3 0  2694
-2 25791  24.9839  74.0366 0011202 203.0881 156.9123 14.40018302 99553
-FUSE 1
-1 25791U 99035A   01133.94030404 +.00000743 +00000-0 +17573-3 0 02737
-2 25791 024.9839 079.9663 0011198 193.0427 166.9790 14.40017554099419
-FUSE 1
-1 25791U 99035A   01133.45518076  .00000746  00000-0  17689-3 0  2684
-2 25791  24.9839  82.9302 0011209 188.0450 171.9871 14.40017047 99341
-FUSE 1
-1 25791U 99035A   01132.20772024  .00000785  00000-0  18898-3 0  2676
-2 25791  24.9839  90.5544 0011269 175.2870 184.7740 14.40016047 99160
-FUSE 1
-1 25791U 99035A   01130.96025905 +.00000820 +00000-0 +19980-3 0 02691
-2 25791 024.9841 098.1782 0011296 162.1732 197.9172 14.40014946098983
-FUSE 1
-1 25791U 99035A   01130.89095562  .00000820  00000-0  20001-3 0  2662
-2 25791  24.9841  98.6016 0011296 161.4536 198.6384 14.40014866 98975
-FUSE 1
-1 25791U 99035A   01129.92071030 +.00000847 +00000-0 +20834-3 0 02661
-2 25791 024.9833 104.5520 0011085 151.6354 208.4757 14.40014053098835
-FUSE 1
-1 25791U 99035A   01129.85140680  .00000850  00000-0  20936-3 0  2657
-2 25791  24.9832 104.9757 0011084 150.9394 209.1729 14.40013984 98823
-FUSE 1
-1 25791U 99035A   01128.95046107 +.00000863 +00000-0 +21348-3 0 02704
-2 25791 024.9831 110.4816 0011082 141.5157 218.6142 14.40012890098695
-FUSE 1
-1 25791U 99035A   01128.53463956  .00000867  00000-0  21456-3 0  2640
-2 25791  24.9830 113.0225 0011082 137.1961 222.9409 14.40012343 98632
-FUSE 1
-1 25791U 99035A   01127.98021059 +.00000880 +00000-0 +21866-3 0 02822
-2 25791 024.9832 116.4114 0011088 131.3728 228.7736 14.40011719098555
-FUSE 1
-1 25791U 99035A   01127.21786998  .00000884  00000-0  22005-3 0  2637
-2 25791  24.9831 121.0699 0011080 123.3961 236.7608 14.40010685 98442
-FUSE 1
-1 25791U 99035A   01125.90109773  .00000892  00000-0  22255-3 0  2626
-2 25791  24.9833 129.1184 0011028 109.9749 250.1950 14.40008904 98258
-FUSE 1
-1 25791U 99035A   01124.86153846  .00000895  00000-0  22336-3 0  2612
-2 25791  24.9835 135.4720 0010976  99.2838 260.8908 14.40007464 98102
-FUSE 1
-1 25791U 99035A   01123.82197729  .00000903  00000-0  22598-3 0  2604
-2 25791  24.9836 141.8244 0010956  88.5472 271.6290 14.40006059 97953
-FUSE 1
-1 25791U 99035A   01122.78241421  .00000914  00000-0  22957-3 0  2596
-2 25791  24.9838 148.1778 0010906  77.7606 282.4122 14.40004664 97809
-FUSE 1
-1 25791U 99035A   01121.74284958  .00000909  00000-0  22797-3 0  2588
-2 25791  24.9840 154.5310 0010872  66.8417 293.3235 14.40003100 97659
-FUSE 1
-1 25791U 99035A   01120.98050140 +.00000892 +00000-0 +22245-3 0 02632
-2 25791 024.9840 159.1901 0010848 058.8234 301.3337 14.40001802097545
-FUSE 1
-1 25791U 99035A   01120.56467427  .00000893  00000-0  22276-3 0  2574
-2 25791  24.9840 161.7307 0010845  54.4415 305.7103 14.40001218 97487
-FUSE 1
-1 25791U 99035A   01119.24788803  .00000840  00000-0  20637-3 0  2561
-2 25791  24.9839 169.7779 0010778  40.3623 319.7683 14.39998784 97294
-FUSE 1
-1 25791U 99035A   01117.23804969  .00000814  00000-0  19817-3 0  2547
-2 25791  24.9840 182.0587 0010772  19.4486 340.6431 14.39995823 97003
-FUSE 1
-1 25791U 99035A   01116.96083039 +.00000802 +00000-0 +19449-3 0 02877
-2 25791 024.9843 183.7523 0010778 016.6787 343.4072 14.39995329096960
-FUSE 1
-1 25791U 99035A   01116.19847490  .00001304  00000-0  35116-3 0  2531
-2 25791  24.9827 188.4092 0011139   8.8375 351.2331 14.39996795 96854
-FUSE 1
-1 25791U 99035A   01114.88168133 +.00000626 +00000-0 +13955-3 0 02538
-2 25791 024.9832 196.4565 0011007 354.8618 005.1760 14.39992143096665
-FUSE 1
-1 25791U 99035A   01114.81237588  .00000730  00000-0  17192-3 0  2524
-2 25791  24.9832 196.8805 0010974 353.8797   6.1556 14.39992378 96658
-FUSE 1
-1 25791U 99035A   01113.91141013 +.00001105 +00000-0 +28900-3 0 02583
-2 25791 024.9832 202.3874 0010818 344.5129 015.5072 14.39992088096521
-FUSE 1
-1 25791U 99035A   01113.56488467  .00000804  00000-0  19509-3 0  2514
-2 25791  24.9836 204.5049 0010848 340.9754  19.0347 14.39990691 96476
-FUSE 1
-1 25791U 99035A   01112.87183381 +.00000588 +00000-0 +12770-3 0 02853
-2 25791 024.9838 208.7401 0010866 334.2845 025.7120 14.39989069096372
-FUSE 1
-1 25791U 99035A   01112.24808739  .00000697  00000-0  16161-3 0  2506
-2 25791  24.9837 212.5519 0010856 327.7806  32.2065 14.39988758 96282
-FUSE 1
-1 25791U 99035A   01110.86198210  .00000839  00000-0  20609-3 0  2496
-2 25791  24.9833 221.0217 0010828 312.9646  46.9953 14.39987824 96084
-FUSE 1
-1 25791U 99035A   01109.96101490 +.00000640 +00000-0 +14376-3 0 02662
-2 25791 024.9835 226.5270 0010746 303.7230 056.2253 14.39986069095953
-FUSE 1
-1 25791U 99035A   01109.54518505  .00000698  00000-0  16199-3 0  2483
-2 25791  24.9825 229.0749 0010853 299.3689  60.5757 14.39985563 95896
-FUSE 1
-1 25791U 99035A   01108.92143892 +.00000424 +00000-0 +76456-4 0 02689
-2 25791 024.9835 232.8933 0010773 292.5014 067.4341 14.39984084095805
-FUSE 1
-1 25791U 99035A   01108.43630231  .00000475  00000-0  92307-4 0  2479
-2 25791  24.9841 235.8622 0010842 287.1593  72.7725 14.39984197 95731
-FUSE 1
-1 25791U 99035A   01107.25811420  .00000342  00000-0  50688-4 0  2467
-2 25791  24.9840 243.0654 0010850 274.6194  85.3080 14.39982982 95568
-FUSE 1
-1 25791U 99035A   01106.91158787 +.00000319 +00000-0 +43545-4 0 02816
-2 25791 024.9842 245.1833 0010843 270.9361 088.9901 14.39982821095517
-FUSE 1
-1 25791U 99035A   01105.94131510 +.00000457 +00000-0 +86612-4 0 02469
-2 25791 024.9838 251.1154 0010905 261.3015 098.6260 14.39982811095373
-FUSE 1
-1 25791U 99035A   01105.87200985  .00000459  00000-0  87250-4 0  2454
-2 25791  24.9840 251.5393 0010901 260.6320  99.2952 14.39982811 95366
-FUSE 1
-1 25791U 99035A   01104.55520998  .00001008  00000-0  25888-3 0  2445
-2 25791  24.9829 259.5887 0011021 247.1818 112.7523 14.39983372 95172
-FUSE 1
-1 25791U 99035A   01103.51562954  .00001492  00000-0  40988-3 0  2432
-2 25791  24.9842 265.9425 0010869 234.0542 125.8931 14.39984015 95021
-FUSE 1
-1 25791U 99035A   01102.89188107 +.00001731 +00000-0 +48461-3 0 02649
-2 25791 024.9844 269.7554 0011059 227.9140 132.0419 14.39983703094938
-FUSE 1
-1 25791U 99035A   01102.54535407  .00001893  00000-0  53504-3 0  2429
-2 25791  24.9846 271.8734 0010921 223.7407 136.2232 14.39983757 94883
-FUSE 1
-1 25791U 99035A   01101.92160517 +.00002030 +00000-0 +57800-3 0 02647
-2 25791 024.9848 275.6854 0011217 217.6844 142.2874 14.39982801094794
-FUSE 1
-1 25791U 99035A   01101.57507715  .00002190  00000-0  62781-3 0  2419
-2 25791  24.9854 277.8031 0010956 213.3871 146.5941 14.39983161 94741
-FUSE 1
-1 25791U 99035A   01100.88202474 +.00002253 +00000-0 +64777-3 0 02660
-2 25791 024.9853 282.0379 0011053 206.6572 153.3357 14.39981020094643
-FUSE 1
-1 25791U 99035A   01100.18897006  .00002361  00000-0  68129-3 0  2401
-2 25791  24.9852 286.2722 0011029 198.9302 161.0725 14.39979226 94546
-FUSE 1
-1 25791U 99035A   01099.91174907 +.00002395 +00000-0 +69207-3 0 02750
-2 25791 024.9855 287.9660 0011230 196.5404 163.4735 14.39978461094502
-FUSE 1
-1 25791U 99035A   01098.94147224 +.00002530 +00000-0 +73411-3 0 02421
-2 25791 024.9854 293.8958 0011234 186.4584 173.5772 14.39975567094369
-FUSE 1
-1 25791U 99035A   01098.87216662  .00002543  00000-0  73810-3 0  2399
-2 25791  24.9855 294.3194 0011295 185.6074 174.4304 14.39975420 94358
-FUSE 1
-1 25791U 99035A   01097.55535820  .00002756  00000-0  80493-3 0  2383
-2 25791  24.9857 302.3671 0011209 171.5084 188.5605 14.39971661 94162
-FUSE 1
-1 25791U 99035A   01096.51577572  .00001819  00000-0  51232-3 0  2375
-2 25791  24.9851 308.7196 0011060 159.9502 200.1452 14.39962260 94018
-FUSE 1
-1 25791U 99035A   01095.19896006  .00002137  00000-0  61186-3 0  2366
-2 25791  24.9847 316.7677 0011044 146.2105 213.9107 14.39958939 93821
-FUSE 1
-1 25791U 99035A   01094.92173520 +.00002224 +00000-0 +63882-3 0 02749
-2 25791 024.9845 318.4612 0011055 143.4912 216.6355 14.39958128093784
-FUSE 1
-1 25791U 99035A   01093.95144716 +.00002409 +00000-0 +69674-3 0 02410
-2 25791 024.9843 324.3915 0011216 133.1891 226.9554 14.39954609093645
-FUSE 1
-1 25791U 99035A   01093.88214064  .00002499  00000-0  72482-3 0  2359
-2 25791  24.9842 324.8152 0011197 132.3778 227.7676 14.39954543 93635
-FUSE 1
-1 25791U 99035A   01092.91184954 +.00003251 +00000-0 +95975-3 0 02557
-2 25791 024.9837 330.7471 0011246 122.5955 237.5655 14.39950967093498
-FUSE 1
-1 25791U 99035A   01091.17917824  .00003186  00000-0  93968-3 0  2337
-2 25791  24.9835 341.3417 0011318 105.3746 254.8012 14.39939177 93243
-FUSE 1
-1 25791U 99035A   01090.13956723  .00002972  00000-0  87297-3 0  2322
-2 25791  24.9838 347.6958 0011329  94.7440 265.4361 14.39932401 93090
-FUSE 1
-1 25791U 99035A   01088.96133501 +.00002837 +00000-0 +83108-3 0 02339
-2 25791 024.9838 354.9011 0011327 083.2313 276.9488 14.39925595092925
-FUSE 1
-1 25791U 99035A   01088.89202703  .00002815  00000-0  82399-3 0  2317
-2 25791  24.9839 355.3247 0011337  82.5196 277.6602 14.39925159 92915
-FUSE 1
-1 25791U 99035A   01087.92171315 +.00001946 +00000-0 +55260-3 0 02360
-2 25791 024.9847 001.2552 0011205 072.8181 287.3553 14.39918251092772
-FUSE 1
-1 25791U 99035A   01087.85240649  .00001697  00000-0  47485-3 0  2306
-2 25791  24.9849   1.6791 0011193  72.3247 287.8536 14.39917141 92769
-FUSE 1
-1 25791U 99035A   01082.51561712  .00000996  00000-0  25569-3 0  2266
-2 25791  24.9850  34.2906 0010848  15.4515 344.6316 14.39903030 91997
-FUSE 1
-1 25791U 99035A   01081.96114279 +.00000895 +00000-0 +22411-3 0 02357
-2 25791 024.9850 037.6798 0010802 008.8785 351.1917 14.39901631091915
-FUSE 1
-1 25791U 99035A   01081.33735740  .00000887  00000-0  22159-3 0  2259
-2 25791  24.9850  41.4919 0010779   2.2856 357.7699 14.39900735 91826
-FUSE 1
-1 25791U 99035A   01080.92150068 +.00000863 +00000-0 +21388-3 0 02333
-2 25791 024.9849 044.0329 0010784 357.8343 002.2118 14.39899989091763
-FUSE 1
-1 25791U 99035A   01080.22840542  .00000844  00000-0  20810-3 0  2247
-2 25791  24.9848  48.2669 0010801 350.7139   9.3171 14.39898909 91667
-FUSE 1
-1 25791U 99035A   01079.95116702 +.00000849 +00000-0 +20965-3 0 02537
-2 25791 024.9848 049.9618 0010808 347.8135 012.2110 14.39898588091624
-FUSE 1
-1 25791U 99035A   01078.98083194 +.00000863 +00000-0 +21409-3 0 02245
-2 25791 024.9850 055.8907 0010787 337.5934 022.4103 14.39897482091484
-FUSE 1
-1 25791U 99035A   01078.91152241  .00000863  00000-0  21400-3 0  2238
-2 25791  24.9849  56.3142 0010787 336.8603  23.1424 14.39897379 91472
-FUSE 1
-1 25791U 99035A   01077.94118795 +.00000865 +00000-0 +21466-3 0 02296
-2 25791 024.9846 062.2492 0010753 326.7694 033.2147 14.39896112091337
-FUSE 1
-1 25791U 99035A   01077.52532984  .00000862  00000-0  21353-3 0  2225
-2 25791  24.9844  64.7900 0010747 322.4604  37.5154 14.39895491 91270
-FUSE 1
-1 25791U 99035A   01076.48568446  .00000836  00000-0  20539-3 0  2216
-2 25791  24.9842  71.1417 0010785 311.0390  48.9185 14.39893786 91120
-FUSE 1
-1 25791U 99035A   01075.23810913  .00000832  00000-0  20428-3 0  2209
-2 25791  24.9846  78.7649 0010811 297.7413  62.1997 14.39892127 90946
-FUSE 1
-1 25791U 99035A   01073.99053383 +.00000816 +00000-0 +19913-3 0 02209
-2 25791 024.9845 086.3872 0010797 284.5974 075.3336 14.39890279090766
-FUSE 1
-1 25791U 99035A   01073.92122749  .00000816  00000-0  19910-3 0  2190
-2 25791  24.9845  86.8106 0010797 283.8732  76.0753 14.39890190 90757
-FUSE 1
-1 25791U 99035A   01072.88158105 +.00000784 +00000-0 +18923-3 0 02220
-2 25791 024.9830 093.1816 0010740 272.7044 087.2233 14.39888516090601
-FUSE 1
-1 25791U 99035A   01072.53503188  .00000787  00000-0  19030-3 0  2185
-2 25791  24.9830  95.2987 0010757 268.9911  90.9362 14.39888127 90557
-FUSE 1
-1 25791U 99035A   01071.98055429 +.00000763 +00000-0 +18258-3 0 02201
-2 25791 024.9833 098.6880 0010753 263.1759 096.7529 14.39887246090473
-FUSE 1
-1 25791U 99035A   01071.49538471  .00000791  00000-0  19130-3 0  2177
-2 25791  24.9831 101.6522 0010849 257.9268 102.0023 14.39886914 90405
-FUSE 1
-1 25791U 99035A   01070.94090658 +.00000785 +00000-0 +18959-3 0 02469
-2 25791 024.9831 105.0409 0010844 252.1036 107.8288 14.39886182090326
-FUSE 1
-1 25791U 99035A   01070.24780824  .00000809  00000-0  19709-3 0  2161
-2 25791  24.9831 109.2771 0010871 244.6528 115.2853 14.39885565 90220
-FUSE 1
-1 25791U 99035A   01069.20816158  .00000791  00000-0  19153-3 0  2157
-2 25791  24.9832 115.6328 0011054 233.9117 126.0367 14.39884078 90070
-FUSE 1
-1 25791U 99035A   01067.82196489  .00000809  00000-0  19705-3 0  2143
-2 25791  24.9830 124.1033 0011113 218.9869 140.9835 14.39882486 89871
-FUSE 1
-1 25791U 99035A   01066.64369761 +.00000799 +00000-0 +19374-3 0 02169
-2 25791 024.9830 131.3033 0011151 207.0123 152.9803 14.39880895089707
-FUSE 1
-1 25791U 99035A   01066.50507788  .00000796  00000-0  19291-3 0  2139
-2 25791  24.9830 132.1500 0011152 205.5911 154.4046 14.39880702 89684
-FUSE 1
-1 25791U 99035A   01065.88128936 +.00000790 +00000-0 +19103-3 0 02397
-2 25791 024.9831 135.9622 0011122 198.9598 161.0503 14.39879873089593
-FUSE 1
-1 25791U 99035A   01065.18819067  .00000783  00000-0  18885-3 0  2121
-2 25791  24.9834 140.1989 0011152 191.7198 168.3068 14.39878991 89495
-FUSE 1
-1 25791U 99035A   01064.91095089 +.00000771 +00000-0 +18518-3 0 02446
-2 25791 024.9835 141.8928 0011125 188.7032 171.3283 14.39878539089457
-FUSE 1
-1 25791U 99035A   01063.87130138  .00000765  00000-0  18340-3 0  2115
-2 25791  24.9836 148.2465 0011125 177.9406 182.1148 14.39877264 89308
-FUSE 1
-1 25791U 99035A   01063.87130137 +.00000767 +00000-0 +18406-3 0 02120
-2 25791 024.9835 148.2460 0011132 177.9393 182.1166 14.39877276089308
-FUSE 1
-1 25791U 99035A   01062.90096058 +.00000769 +00000-0 +18444-3 0 02210
-2 25791 024.9839 154.1757 0011132 167.8039 192.2735 14.39876200089166
-FUSE 1
-1 25791U 99035A   01062.55441017  .00000773  00000-0  18590-3 0  2105
-2 25791  24.9841 156.2936 0011137 164.3299 195.7558 14.39875851 89113
-FUSE 1
-1 25791U 99035A   01061.30682837  .00000772  00000-0  18556-3 0  2093
-2 25791  24.9841 163.9191 0011157 150.7881 209.3252 14.39874318 88938
-FUSE 1
-1 25791U 99035A   01060.82165726 +.00000760 +00000-0 +18192-3 0 02488
-2 25791 024.9843 166.8839 0011144 145.5272 214.5963 14.39873647088866
-FUSE 1
-1 25791U 99035A   01059.92062424 +.00000739 +00000-0 +17528-3 0 02194
-2 25791 024.9846 172.3899 0011179 135.9727 224.1680 14.39872415088734
-FUSE 1
-1 25791U 99035A   01059.57407284  .00000713  00000-0  16698-3 0  2089
-2 25791  24.9853 174.5090 0011130 132.3934 227.7515 14.39871839 88686
-FUSE 1
-1 25791U 99035A   01058.25717454  .00000711  00000-0  16656-3 0  2077
-2 25791  24.9850 182.5567 0011163 119.2623 240.9005 14.39870406 88495
-FUSE 1
-1 25791U 99035A   01057.91062171 +.00000714 +00000-0 +16747-3 0 02319
-2 25791 024.9852 184.6743 0011160 115.8000 244.3659 14.39870084088444
-FUSE 1
-1 25791U 99035A   01056.87096351  .00000689  00000-0  15951-3 0  2069
-2 25791  24.9851 191.0276 0011173 104.7434 255.4312 14.39868715 88298
-FUSE 1
-1 25791U 99035A   01055.90061376 +.00000679 +00000-0 +15637-3 0 02285
-2 25791 024.9850 196.9579 0011170 094.7617 265.4158 14.39867625088158
-FUSE 1
-1 25791U 99035A   01055.55406001  .00000689  00000-0  15968-3 0  2057
-2 25791  24.9853 199.0771 0011176  91.3496 268.8293 14.39867412 88109
-FUSE 1
-1 25791U 99035A   01054.23715345  .00000689  00000-0  15972-3 0  2049
-2 25791  24.9854 207.1235 0011152  77.7001 282.4754 14.39866067 87917
-FUSE 1
-1 25791U 99035A   01053.89059839 +.00000696 +00000-0 +16187-3 0 02158
-2 25791 024.9856 209.2409 0011136 074.1479 286.0253 14.39865797087864
-FUSE 1
-1 25791U 99035A   01052.92024384 +.00000702 +00000-0 +16372-3 0 02040
-2 25791 024.9854 215.1686 0011139 064.1094 296.0556 14.39864826087724
-FUSE 1
-1 25791U 99035A   01052.85093275  .00000705  00000-0  16455-3 0  2031
-2 25791  24.9853 215.5920 0011131  63.4459 296.7188 14.39864778 87710
-FUSE 1
-1 25791U 99035A   01051.88057587 +.00000742 +00000-0 +17626-3 0 02031
-2 25791 024.9846 221.5212 0010994 053.4019 306.7497 14.39864094087570
-FUSE 1
-1 25791U 99035A   01049.17743500  .00000805  00000-0  19598-3 0  2004
-2 25791  24.9852 238.0376 0010943  24.9759 335.1274 14.39861598 87181
-FUSE 1
-1 25791U 99035A   01048.13776370  .00000818  00000-0  20021-3 0  1994
-2 25791  24.9855 244.3897 0010946  14.2126 345.8687 14.39860443 87033
-FUSE 1
-1 25791U 99035A   01046.95946808 +.00000826 +00000-0 +20265-3 0 02009
-2 25791 024.9856 251.5883 0010925 001.7292 358.3251 14.39859035086862
-FUSE 1
-1 25791U 99035A   01046.89015657  .00000828  00000-0  20328-3 0  1989
-2 25791  24.9856 252.0117 0010921   1.0228 359.0304 14.39858972 86851
-FUSE 1
-1 25791U 99035A   01045.91979473 +.00000825 +00000-0 +20234-3 0 02104
-2 25791 024.9857 257.9395 0010895 350.7865 009.2444 14.39857693086718
-FUSE 1
-1 25791U 99035A   01045.57323730  .00000822  00000-0  20128-3 0  1978
-2 25791  24.9855 260.0575 0010891 347.1542  12.8705 14.39857185 86669
-FUSE 1
-1 25791U 99035A   01044.32563210  .00000852  00000-0  21070-3 0  1968
-2 25791  24.9845 267.6885 0010940 335.0275  24.9843 14.39855877 86482
-FUSE 1
-1 25791U 99035A   01043.90976161 +.00000818 +00000-0 +19993-3 0 02047
-2 25791 024.9856 270.2365 0010879 331.1039 028.8868 14.39855093086427
-FUSE 1
-1 25791U 99035A   01043.21664491  .00000820  00000-0  20056-3 0  1955
-2 25791  24.9857 274.4720 0010879 323.9471  36.0302 14.39854225 86327
-FUSE 1
-1 25791U 99035A   01042.93939835 +.00000809 +00000-0 +19728-3 0 02345
-2 25791 024.9860 276.1661 0010879 321.0294 038.9430 14.39853798086288
-FUSE 1
-1 25791U 99035A   01041.89972384  .00000762  00000-0  18265-3 0  1943
-2 25791  24.9864 282.5199 0010886 310.1836  49.7717 14.39852068 86139
-FUSE 1
-1 25791U 99035A   01040.86004627  .00000786  00000-0  18998-3 0  1933
-2 25791  24.9864 288.8712 0010909 298.1189  61.8216 14.39851115 85984
-FUSE 1
-1 25791U 99035A   01039.88968203 +.00000776 +00000-0 +18695-3 0 01946
-2 25791 024.9866 294.8003 0010918 287.8124 072.1191 14.39849851085846
-FUSE 1
-1 25791U 99035A   01039.54312320  .00000778  00000-0  18759-3 0  1923
-2 25791  24.9865 296.9171 0010912 284.1925  75.7371 14.39849453 85798
-FUSE 1
-1 25791U 99035A   01038.91931566 +.00000841 +00000-0 +20715-3 0 01973
-2 25791 024.9853 300.7300 0011058 276.2116 083.7128 14.39849226085707
-FUSE 1
-1 25791U 99035A   01038.36482175  .00000851  00000-0  21041-3 0  1917
-2 25791  24.9852 304.1176 0011034 270.4549  89.4688 14.39848568 85628
-FUSE 1
-1 25791U 99035A   01037.94895133 +.00000854 +00000-0 +21128-3 0 02024
-2 25791 024.9850 306.6578 0011082 266.4454 093.4786 14.39848015085566
-FUSE 1
-1 25791U 99035A   01037.18652191  .00000871  00000-0  21669-3 0  1900
-2 25791  24.9854 311.3163 0011114 258.2637 101.6623 14.39847183 85456
-FUSE 1
-1 25791U 99035A   01035.93891068 +.00000893 +00000-0 +22356-3 0 01974
-2 25791 024.9856 318.9409 0011155 245.1344 114.8003 14.39845662085277
-FUSE 1
-1 25791U 99035A   01035.86959892  .00000895  00000-0  22415-3 0  1895
-2 25791  24.9856 319.3643 0011153 244.4229 115.5125 14.39845576 85260
-FUSE 1
-1 25791U 99035A   01034.96854630 +.00000904 +00000-0 +22698-3 0 02030
-2 25791 024.9856 324.8713 0011214 234.8399 125.1056 14.39844383085139
-FUSE 1
-1 25791U 99035A   01034.48336452  .00000891  00000-0  22284-3 0  1882
-2 25791  24.9853 327.8353 0011183 229.6286 130.3245 14.39843518 85060
-FUSE 1
-1 25791U 99035A   01033.23575272  .00000882  00000-0  22011-3 0  1876
-2 25791  24.9856 335.4581 0011214 216.6240 143.3500 14.39841675 84881
-FUSE 1
-1 25791U 99035A   01031.91882870  .00000844  00000-0  20813-3 0  1869
-2 25791  24.9858 343.5045 0011276 203.2127 156.7872 14.39839469 84699
-FUSE 1
-1 25791U 99035A   01031.91882869 +.00000845 +00000-0 +20836-3 0 01874
-2 25791 024.9858 343.5045 0011276 203.2090 156.7909 14.39839478084699
-FUSE 1
-1 25791U 99035A   01030.94846209 +.00000841 +00000-0 +20712-3 0 01918
-2 25791 024.9858 349.4319 0011289 193.2674 166.7539 14.39838132084559
-FUSE 1
-1 25791U 99035A   01030.46327849  .00000841  00000-0  20740-3 0  1853
-2 25791  24.9859 352.3959 0011304 188.2132 171.8192 14.39837508 84484
-FUSE 1
-1 25791U 99035A   01029.97809487 +.00000835 +00000-0 +20546-3 0 01981
-2 25791 024.9857 355.3599 0011303 183.2284 176.8152 14.39836776084417
-FUSE 1
-1 25791U 99035A   01029.21566280  .00000836  00000-0  20576-3 0  1848
-2 25791  24.9858   0.0180 0011350 175.3074 184.7541 14.39835807 84301
-FUSE 1
-1 25791U 99035A   01028.93841499 +.00000830 +00000-0 +20392-3 0 02294
-2 25791 024.9857 001.7120 0011345 172.4854 187.5833 14.39835361084265
-FUSE 1
-1 25791U 99035A   01027.96804596 +.00000821 +00000-0 +20111-3 0 01864
-2 25791 024.9857 007.6404 0011373 162.4249 197.6654 14.39833987084123
-FUSE 1
-1 25791U 99035A   01026.85905350  .00000774  00000-0  18631-3 0  1828
-2 25791  24.9845  14.4272 0011225 151.2576 208.8553 14.39832070 83960
-FUSE 1
-1 25791U 99035A   01025.95799395 +.00000773 +00000-0 +18616-3 0 01909
-2 25791 024.9845 019.9320 0011218 141.9876 218.1434 14.39830995083837
-FUSE 1
-1 25791U 99035A   01025.47280699  .00000781  00000-0  18854-3 0  1811
-2 25791  24.9846  22.8964 0011235 137.2317 222.9063 14.39830514 83762
-FUSE 1
-1 25791U 99035A   01024.91830785 +.00000785 +00000-0 +18987-3 0 01952
-2 25791 024.9848 026.2846 0011214 131.5244 228.6226 14.39829899083683
-FUSE 1
-1 25791U 99035A   01024.22518426  .00000758  00000-0  18147-3 0  1803
-2 25791  24.9850  30.5196 0011218 123.7953 236.3624 14.39828802 83586
-FUSE 1
-1 25791U 99035A   01022.97755790 +.00000765 +00000-0 +18342-3 0 01805
-2 25791 024.9847 038.1420 0011197 110.9464 249.2242 14.39827391083409
-FUSE 1
-1 25791U 99035A   01022.90824523  .00000765  00000-0  18346-3 0  1791
-2 25791  24.9847  38.5654 0011197 110.2109 249.9602 14.39827310 83397
-FUSE 1
-1 25791U 99035A   01021.93786714 +.00000792 +00000-0 +19214-3 0 01821
-2 25791 024.9847 044.4944 0011176 100.2360 259.9412 14.39826436083253
-FUSE 1
-1 25791U 99035A   01021.52199043  .00000791  00000-0  19188-3 0  1783
-2 25791  24.9847  47.0345 0011184  95.8875 264.2905 14.39825918 83199
-FUSE 1
-1 25791U 99035A   01020.48229781  .00000782  00000-0  18904-3 0  1774
-2 25791  24.9841  53.3876 0011058  84.9507 275.2262 14.39824524 83047
-FUSE 1
-1 25791U 99035A   01019.23466394  .00000810  00000-0  19778-3 0  1769
-2 25791  24.9842  61.0115 0011055  71.9716 288.1993 14.39823278 82863
-FUSE 1
-1 25791U 99035A   01018.81878536 +.00000815 +00000-0 +19923-3 0 02046
-2 25791 024.9840 063.5519 0011051 067.5973 292.5699 14.39822788082809
-FUSE 1
-1 25791U 99035A   01017.84840102  .00000828  00000-0  20329-3 0  1759
-2 25791  24.9838  69.4799 0011044  57.4205 302.7356 14.39821674 82660
-FUSE 1
-1 25791U 99035A   01016.80870221 +.00000844 +00000-0 +20844-3 0 01759
-2 25791 024.9839 075.8311 0011035 046.6049 313.5376 14.39820510082512
-FUSE 1
-1 25791U 99035A   01012.85783892  .00000765  00000-0  18364-3 0  1719
-2 25791  24.9824  99.9904 0011095   5.3964 354.6663 14.39814661 81946
-FUSE 1
-1 25791U 99035A   01011.81813392  .00000754  00000-0  18014-3 0  1702
-2 25791  24.9823 106.3421 0011120 354.5641   5.4745 14.39813318 81795
-FUSE 1
-1 25791U 99035A   01010.84774202 +.00000728 +00000-0 +17200-3 0 01820
-2 25791 024.9826 112.2708 0011146 344.3870 015.6294 14.39811988081659
-FUSE 1
-1 25791U 99035A   01010.57048690  .00000725  00000-0  17100-3 0  1696
-2 25791  24.9825 113.9647 0011158 341.3954  18.6145 14.39811641 81611
-FUSE 1
-1 25791U 99035A   01009.87734870 +.00000732 +00000-0 +17321-3 0 02008
-2 25791 024.9824 118.1992 0011164 334.0178 025.9768 14.39810940081516
-FUSE 1
-1 25791U 99035A   01006.55028272  .00000853  00000-0  21119-3 0  1667
-2 25791  24.9829 138.5275 0011161 298.7980  61.1405 14.39808266 81030
-FUSE 1
-1 25791U 99035A   01005.23331831  .00000949  00000-0  24121-3 0  1650
-2 25791  24.9829 146.5736 0011130 284.7867  75.1402 14.39807380 80842
-FUSE 1
-1 25791U 99035A   01004.95606288 +.00000961 +00000-0 +24508-3 0 01933
-2 25791 024.9830 148.2673 0011129 281.7309 078.1948 14.39807093080804
-FUSE 1
-1 25791U 99035A   01004.12429643  .00001014  00000-0  26161-3 0  1645
-2 25791  24.9831 153.3490 0011081 272.9218  87.0015 14.39806304 80681
-FUSE 1
-1 25791U 99035A   01003.91635493 +.00001024 +00000-0 +26479-3 0 02041
-2 25791 024.9833 154.6194 0011082 270.5710 089.3526 14.39806079080658
-FUSE 1
-1 25791U 99035A   01002.94596086 +.00001080 +00000-0 +28217-3 0 01657
-2 25791 024.9835 160.5480 0011065 260.2028 099.7226 14.39805000080513
-FUSE 1
-1 25791U 99035A   01002.87664699  .00001085  00000-0  28401-3 0  1633
-2 25791  24.9835 160.9715 0011055 259.4691 100.4567 14.39804944 80506
-FUSE 1
-1 25791U 99035A   01001.90625279 +.00001148 +00000-0 +30354-3 0 01851
-2 25791 024.9836 166.9004 0011074 249.1527 110.7793 14.39803819080368
-FUSE 1
-1 25791U 99035A   01001.55968328  .00001172  00000-0  31103-3 0  1622
-2 25791  24.9835 169.0177 0011071 245.6535 114.2814 14.39803412 80316
-FUSE 1
-1 25791U 99035A   00366.24272051  .00001201  00000-0  32013-3 0  1615
-2 25791  24.9835 177.0632 0011054 231.9139 128.0369 14.39801117 80127
-FUSE 1
-1 25791U 99035A   00365.13370179  .00001276  00000-0  34372-3 0  1603
-2 25791  24.9782 183.8601 0011264 220.6704 139.2961 14.39798988 79968
-FUSE 1
-1 25791U 99035A   00363.88605187  .00001279  00000-0  34462-3 0  1594
-2 25791  24.9781 191.4825 0011236 207.4675 152.5240 14.39796242 79788
-FUSE 1
-1 25791U 99035A   00362.91565615 +.00001282 +00000-0 +34567-3 0 01880
-2 25791 024.9781 197.4116 0011250 197.2959 162.7167 14.39794117079649
-FUSE 1
-1 25791U 99035A   00361.52937650  .00001173  00000-0  31161-3 0  1570
-2 25791  24.9788 205.8833 0011253 183.0025 177.0420 14.39790123 79448
-FUSE 1
-1 25791U 99035A   00360.21240650  .00001095  00000-0  28697-3 0  1564
-2 25791  24.9795 213.9300 0011256 169.4207 190.6539 14.39786866 79258
-FUSE 1
-1 25791U 99035A   00358.89543401  .00000997  00000-0  25633-3 0  1551
-2 25791  24.9802 221.9784 0011166 156.0199 204.0842 14.39783673 79063
-FUSE 1
-1 25791U 99035A   00357.57846016  .00000809  00000-0  19747-3 0  1543
-2 25791  24.9811 230.0287 0011220 142.5559 217.5744 14.39779898 78875
-FUSE 1
-1 25791U 99035A   00356.33079409  .00000742  00000-0  17656-3 0  1532
-2 25791  24.9815 237.6510 0011207 129.3758 230.7742 14.39777765 78696
-FUSE 1
-1 25791U 99035A   00355.91490500 +.00000715 +00000-0 +16811-3 0 01738
-2 25791 024.9818 240.1930 0011125 125.1559 234.9994 14.39777043078634
-FUSE 1
-1 25791U 99035A   00355.22175552  .00000689  00000-0  15980-3 0  1522
-2 25791  24.9818 244.4279 0011116 117.9072 242.2571 14.39776049 78533
-FUSE 1
-1 25791U 99035A   00354.94449551 +.00000671 +00000-0 +15421-3 0 01715
-2 25791 024.9820 246.1228 0011092 115.1399 245.0262 14.39775609078498
-FUSE 1
-1 25791U 99035A   00354.18203097  .00000667  00000-0  15302-3 0  1515
-2 25791  24.9821 250.7805 0011090 107.2769 252.9059 14.39774846 78383
-FUSE 1
-1 25791U 99035A   00353.14230184  .00000588  00000-0  12827-3 0  1507
-2 25791  24.9841 257.1312 0011153  94.7945 265.3836 14.39773357 78236
-FUSE 1
-1 25791U 99035A   00351.89462457  .00000618  00000-0  13768-3 0  1494
-2 25791  24.9843 264.7546 0011143  81.4463 278.7305 14.39772637 78057
-FUSE 1
-1 25791U 99035A   00350.57762798  .00000713  00000-0  16757-3 0  1485
-2 25791  24.9838 272.8003 0011117  67.5108 292.6555 14.39772305 77863
-FUSE 1
-1 25791U 99035A   00349.95378601 +.00000801 +00000-0 +19521-3 0 01751
-2 25791 024.9839 276.6107 0011037 061.1524 299.0082 14.39772533077773
-FUSE 1
-1 25791U 99035A   00348.91404926 +.00000938 +00000-0 +23822-3 0 01543
-2 25791 024.9841 282.9613 0011060 050.5076 309.6402 14.39772572077629
-FUSE 1
-1 25791U 99035A   00348.22089271  .00000955  00000-0  24346-3 0  1472
-2 25791  24.9841 287.1948 0011058  43.2638 316.8736 14.39771669 77522
-FUSE 1
-1 25791U 99035A   00347.94362883 +.00001009 +00000-0 +26044-3 0 01831
-2 25791 024.9842 288.8885 0011102 040.6503 319.4819 14.39771783077486
-FUSE 1
-1 25791U 99035A   00344.20056550  .00001466  00000-0  40388-3 0  1450
-2 25791  24.9857 311.7525 0010921   1.7998 358.2548 14.39768887 76944
-FUSE 1
-1 25791U 99035A   00342.95287422 +.00001623 +00000-0 +45287-3 0 02453
-2 25791 024.9861 319.3741 0010868 348.9036 011.1207 14.39767344076766
-FUSE 1
-1 25791U 99035A   00341.91313263 +.00001697 +00000-0 +47635-3 0 02169
-2 25791 024.9862 325.7251 0010827 338.0727 021.9314 14.39765205076612
-FUSE 1
-1 25791U 99035A   00340.80407309 +.00001773 +00000-0 +50001-3 0 01795
-2 25791 024.9865 332.4995 0010780 326.3093 033.6722 14.39762765076452
-FUSE 1
-1 25791U 99035A   00339.97228129 +.00001440 +00000-0 +39551-3 0 01453
-2 25791 024.9788 337.5913 0010715 317.2047 042.7636 14.39758312076333
-FUSE 1
-1 25791U 99035A   00339.90296490  .00001431  00000-0  39277-3 0  1446
-2 25791  24.9788 338.0153 0010711 316.5102  43.4556 14.39758072 76326
-FUSE 1
-1 25791U 99035A   00338.93253567 +.00001650 +00000-0 +46156-3 0 01892
-2 25791 024.9780 343.9450 0010727 305.4403 054.5107 14.39756594076187
-FUSE 1
-1 25791U 99035A   00337.89278976 +.00002012 +00000-0 +57514-3 0 01474
-2 25791 024.9771 350.3001 0010560 294.2116 065.7285 14.39754923076031
-FUSE 1
-1 25791U 99035A   00337.54620726  .00002120  00000-0  60886-3 0  1432
-2 25791  24.9769 352.4170 0010591 290.1130  69.8236 14.39754084 75985
-FUSE 1
-1 25791U 99035A   00336.78372846 +.00002078 +00000-0 +59583-3 0 02103
-2 25791 024.9767 357.0797 0010598 283.2388 076.6938 14.39750755075878
-FUSE 1
-1 25791U 99035A   00335.81329748 +.00001963 +00000-0 +55983-3 0 01784
-2 25791 024.9768 003.0088 0010682 272.4500 087.4788 14.39746543075738
-FUSE 1
-1 25791U 99035A   00332.55541084  .00001441  00000-0  39598-3 0  1416
-2 25791  24.9789  22.9137 0010823 238.8335 121.1112 14.39732709 75269
-FUSE 1
-1 25791U 99035A   00329.50545449  .00001099  00000-0  28863-3 0  1407
-2 25791  24.9807  41.5484 0010919 206.6216 153.3741 14.39723397 74828
-FUSE 1
-1 25791U 99035A   00326.80207218  .00000755  00000-0  18065-3 0  1395
-2 25791  24.9826  58.0674 0010967 178.4838 181.5705 14.39716699 74439
-FUSE 1
-1 25791U 99035A   00325.90094187 +.00000678 +00000-0 +15666-3 0 02663
-2 25791 024.9830 063.5734 0010889 169.1263 190.9481 14.39715100074301
-FUSE 1
-1 25791U 99035A   00324.86117451 +.00000608 +00000-0 +13450-3 0 02311
-2 25791 024.9833 069.9269 0010882 158.3926 201.7040 14.39713575074155
-FUSE 1
-1 25791U 99035A   00323.96004177 +.00000488 +00000-0 +96967-4 0 01894
-2 25791 024.9842 075.4361 0010837 150.2956 209.8168 14.39712104074027
-FUSE 1
-1 25791U 99035A   00322.92027010 +.00000542 +00000-0 +11394-3 0 01510
-2 25791 024.9842 081.7899 0010800 140.3373 219.7924 14.39711850073875
-FUSE 1
-1 25791U 99035A   00322.57367987  .00000544  00000-0  11471-3 0  1384
-2 25791  24.9842  83.9087 0010770 137.0085 223.1269 14.39711602 73828
-FUSE 1
-1 25791U 99035A   00321.88049734 +.00000639 +00000-0 +14444-3 0 02068
-2 25791 024.9838 088.1431 0010747 130.4414 229.7025 14.39711664073729
-FUSE 1
-1 25791U 99035A   00319.45435949  .00001051  00000-0  27399-3 0  1370
-2 25791  24.9822 102.9641 0011109 102.6166 257.5577 14.39710812 73374
-FUSE 1
-1 25791U 99035A   00318.83049407 +.00001135 +00000-0 +30023-3 0 02126
-2 25791 024.9820 106.7751 0011100 096.2751 263.9015 14.39710072073281
-FUSE 1
-1 25791U 99035A   00317.92935383 +.00001328 +00000-0 +36094-3 0 01927
-2 25791 024.9815 112.2808 0011081 086.9676 273.2095 14.39708951073151
-FUSE 1
-1 25791U 99035A   00316.95889405 +.00001476 +00000-0 +40722-3 0 01547
-2 25791 024.9811 118.2117 0011162 076.8388 283.3367 14.39707302073012
-FUSE 1
-1 25791U 99035A   00316.54298192  .00001536  00000-0  42622-3 0  1367
-2 25791  24.9808 120.7548 0011167  72.5609 287.6119 14.39706598 72958
-FUSE 1
-1 25791U 99035A   00312.17588299  .00001526  00000-0  42309-3 0  1352
-2 25791  24.9810 147.4346 0011047  26.6311 333.4765 14.39694429 72327
-FUSE 1
-1 25791U 99035A   00311.89860506 +.00001531 +00000-0 +42464-3 0 02432
-2 25791 024.9811 149.1285 0011021 023.7582 336.3433 14.39693742072285
-FUSE 1
-1 25791U 99035A   00310.92813172 +.00001533 +00000-0 +42529-3 0 02234
-2 25791 024.9811 155.0570 0011011 013.6669 346.4135 14.39691108072141
-FUSE 1
-1 25791U 99035A   00309.95765612 +.00001545 +00000-0 +42918-3 0 01953
-2 25791 024.9811 160.9853 0010987 003.5007 356.5574 14.39688573072001
-FUSE 1
-1 25791U 99035A   00308.91785913 +.00001558 +00000-0 +43320-3 0 01631
-2 25791 024.9811 167.3377 0010936 352.6420 007.3927 14.39685825071856
-FUSE 1
-1 25791U 99035A   00307.94738084  .00001523  00000-0  42238-3 0  1347
-2 25791  24.9813 173.2666 0010902 342.2944  17.7187 14.39682876 71715
-FUSE 1
-1 25791U 99035A   00306.90758062 +.00001494 +00000-0 +41322-3 0 02161
-2 25791 024.9816 179.6189 0010843 331.2370 028.7545 14.39679852071566
-FUSE 1
-1 25791U 99035A   00305.93709941 +.00001422 +00000-0 +39070-3 0 01847
-2 25791 024.9820 185.5476 0010836 320.8016 039.1721 14.39676778071420
-FUSE 1
-1 25791U 99035A   00304.96661633 +.00001342 +00000-0 +36540-3 0 01518
-2 25791 024.9825 191.4771 0010878 310.3487 049.6069 14.39673761071285
-FUSE 1
-1 25791U 99035A   00304.48137472  .00001294  00000-0  35039-3 0  1332
-2 25791  24.9827 194.4415 0010840 305.2721  54.6774 14.39672228 71217
-FUSE 1
-1 25791U 99035A   00300.94603167 +.00001128 +00000-0 +29826-3 0 01487
-2 25791 024.9836 216.0428 0010846 267.5163 092.4104 14.39663463070709
-FUSE 1
-1 25791U 99035A   00300.32214586  .00001125  00000-0  29742-3 0  1329
-2 25791  24.9837 219.8536 0010864 260.8686  99.0595 14.39662271 70610
-FUSE 1
-1 25791U 99035A   00299.97554307 +.00001099 +00000-0 +28908-3 0 02622
-2 25791 024.9840 221.9723 0010883 257.3195 102.6096 14.39661414070562
-FUSE 1
-1 25791U 99035A   00298.93573357 +.00001095 +00000-0 +28804-3 0 02219
-2 25791 024.9842 228.3263 0010808 246.2256 113.7131 14.39659498070412
-FUSE 1
-1 25791U 99035A   00297.96524296 +.00001101 +00000-0 +28980-3 0 01840
-2 25791 024.9843 234.2549 0010819 235.8887 124.0592 14.39657800070277
-FUSE 1
-1 25791U 99035A   00296.92543051 +.00001198 +00000-0 +32020-3 0 01469
-2 25791 024.9839 240.6071 0010755 225.0055 134.9574 14.39656593070122
-FUSE 1
-1 25791U 99035A   00296.23222249  .00001231  00000-0  33056-3 0  1318
-2 25791  24.9837 244.8414 0010747 217.7619 142.2134 14.39655396 70025
-FUSE 1
-1 25791U 99035A   00295.95493830 +.00001341 +00000-0 +36537-3 0 02570
-2 25791 024.9831 246.5364 0010694 214.7072 145.2732 14.39655631069985
-FUSE 1
-1 25791U 99035A   00294.98444509 +.00001216 +00000-0 +32610-3 0 02121
-2 25791 024.9831 252.4518 0011171 205.6776 154.3176 14.39652293069842
-FUSE 1                    
-1 25791U 99035A   00292.97413670  .00001233  00000-0  33120-3 0  1465
-2 25791  24.9832 264.7305 0011154 184.3003 175.7409 14.39648196 69551
-FUSE 1
-1 25791U 99035A   00292.21160463  .00001227  00000-0  32957-3 0  1304
-2 25791  24.9833 269.3878 0011141 176.2888 183.7705 14.39646543 69445
-FUSE 1
-1 25791U 99035A   00290.96382404  .00001125  00000-0  29744-3 0  2033
-2 25791  24.9839 277.0093 0011248 162.9629 197.1281 14.39643362 69263
-FUSE 1
-1 25791U 99035A   00289.92400452  .00001005  00000-0  25962-3 0  1697
-2 25791  24.9842 283.3623 0011271 152.1446 207.9673 14.39640561 69117
-FUSE 1
-1 25791U 99035A   00288.88418235  .00000939  00000-0  23889-3 0  1296
-2 25791  24.9839 289.7161 0011345 141.9406 218.1903 14.39638291 68963
-FUSE 1
-1 25791U 99035A   00286.94317390  .00000937  00000-0  23849-3 0  2050
-2 25791  24.9842 301.5720 0011377 121.8967 238.2636 14.39635355 68688
-FUSE 1
-1 25791U 99035A   00284.93283722  .00000946  00000-0  24124-3 0  1290
-2 25791  24.9844 313.8517 0011349 101.4953 258.6830 14.39632282 68394
-FUSE 1
-1 25791U 99035A   00283.82368229  .00001113  00000-0  29370-3 0  2356
-2 25791  24.9845 320.6276 0011360  90.5778 269.6031 14.39631230 68239
-FUSE 1
-1 25791U 99035A   00281.18943126  .00001671  00000-0  46933-3 0  1271
-2 25791  24.9838 336.7203 0011242  63.6820 296.4846 14.39626315 67854
-FUSE 1
-1 25791U 99035A   00279.87230155  .00001498  00000-0  41495-3 0  1843
-2 25791  24.9836 344.7657 0011284  49.9927 310.1569 14.39621506 67667
-FUSE 1
-1 25791U 99035A   00278.13922732  .00001349  00000-0  36829-3 0  1266
-2 25791  24.9841 355.3497 0011217  31.6026 328.5162 14.39615977 67417
-FUSE 1
-1 25791U 99035A   00275.92088045 +.00001249 +00000-0 +33679-3 0 02260
-2 25791 024.9846 008.8984 0011149 008.1796 351.8898 14.39610187067097
-FUSE 1
-1 25791U 99035A   00274.88102724 +.00001183 +00000-0 +31605-3 0 01932
-2 25791 024.9847 015.2496 0011092 357.4607 002.5840 14.39607485066943
-FUSE 1
-1 25791U 99035A   00273.91049603 +.00001143 +00000-0 +30335-3 0 01587
-2 25791 024.9849 021.1778 0011061 347.4078 012.6154 14.39605252066806
-FUSE 1
-1 25791U 99035A   00272.87063947  .00001058  00000-0  27682-3 0  1258
-2 25791  24.9850  27.5285 0010951 336.1587  23.8412 14.39602697 66652
-FUSE 1
-1 25791U 99035A   00271.90010587 +.00000952 +00000-0 +24332-3 0 02019
-2 25791 024.9849 033.4553 0010904 326.2752 033.7061 14.39600291066519
-FUSE 1
-1 25791U 99035A   00270.86024700 +.00000806 +00000-0 +19727-3 0 01755
-2 25791 024.9848 039.8050 0010873 315.4400 044.5233 14.39597817066368
-FUSE 1
-1 25791U 99035A   00269.95903493 +.00000698 +00000-0 +16343-3 0 01422
-2 25791 024.9847 045.3098 0010847 305.7600 054.1897 14.39596109066238
-FUSE 1
-1 25791U 99035A   00269.19647060  .00000662  00000-0  15206-3 0  1241
-2 25791  24.9847  49.9681 0010790 297.8206  62.1208 14.39595085 66121
-FUSE 1
-1 25791U 99035A   00265.93823791 +.00000839 +00000-0 +20769-3 0 01602
-2 25791 024.9853 069.8642 0010925 262.8653 097.0612 14.39592139065654
-FUSE 1
-1 25791U 99035A   00264.89837713  .00000866  00000-0  21632-3 0  1234
-2 25791  24.9853  76.2157 0010914 251.7893 108.1424 14.39590766 65501
-FUSE 1
-1 25791U 99035A   00263.85851584 +.00000759 +00000-0 +18267-3 0 02468
-2 25791 024.9844 082.5656 0011036 240.7792 119.1611 14.39588783065356
-FUSE 1
-1 25791U 99035A   00262.95730211 +.00000987 +00000-0 +25418-3 0 02190
-2 25791 024.9843 088.0698 0011108 231.2492 128.7025 14.39588229065220
-FUSE 1
-1 25791U 99035A   00261.91744362 +.00000854 +00000-0 +21237-3 0 01903
-2 25791 024.9840 094.4417 0011199 219.5461 140.4230 14.39586929065079
-FUSE 1
-1 25791U 99035A   00260.94690555 +.00000874 +00000-0 +21887-3 0 01496
-2 25791 024.9839 100.3694 0011196 209.3232 150.6648 14.39585857064930
-FUSE 1
-1 25791U 99035A   00260.60028428  .00000895  00000-0  22526-3 0  1228
-2 25791  24.9838 102.4866 0011182 205.8154 154.1794 14.39585645 64882
-FUSE 1
-1 25791U 99035A   00257.89664249 +.00000980 +00000-0 +25207-3 0 01574
-2 25791 024.9797 119.0147 0011228 178.5341 181.5202 14.39582285064499
-FUSE 1
-1 25791U 99035A   00256.92610205 +.00001007 +00000-0 +26048-3 0 01317
-2 25791 024.9796 124.9428 0011260 168.6067 191.4699 14.39580956064354
-FUSE 1
-1 25791U 99035A   00256.57948045  .00001009  00000-0  26113-3 0  1218
-2 25791  24.9796 127.0600 0011258 164.9452 195.1394 14.39580392 64306
-FUSE 1
-1 25791U 99035A   00255.95556083 +.00001022 +00000-0 +26540-3 0 02272
-2 25791 024.9796 130.8705 0011304 158.5484 201.5503 14.39579482064212
-FUSE 1
-1 25791U 99035A   00254.91569423 +.00001012 +00000-0 +26236-3 0 01998
-2 25791 024.9795 137.2214 0011318 147.7697 212.3506 14.39577628064064
-FUSE 1
-1 25791U 99035A   00253.94515052 +.00000993 +00000-0 +25614-3 0 01704
-2 25791 024.9796 143.1491 0011353 137.8454 222.2931 14.39575858063927
-FUSE 1
-1 25791U 99035A   00252.90528132 +.00000931 +00000-0 +23692-3 0 01337
-2 25791 024.9802 149.5025 0011353 127.3223 232.8322 14.39573664063773
-FUSE 1
-1 25791U 99035A   00252.21203297  .00000929  00000-0  23624-3 0  1201
-2 25791  24.9802 153.7367 0011354 120.2792 239.8836 14.39572606 63674
-FUSE 1
-1 25791U 99035A   00250.96418540 +.00000820 +00000-0 +20171-3 0 02317
-2 25791 024.9813 161.3571 0011231 106.6703 253.5039 14.39569924063499
-FUSE 1
-1 25791U 99035A   00249.92430983 +.00000751 +00000-0 +18005-3 0 01973
-2 25791 024.9819 167.7098 0011202 095.9335 264.2451 14.39568010063344
-FUSE 1
-1 25791U 99035A   00248.95375648 +.00000728 +00000-0 +17305-3 0 01641
-2 25791 024.9822 173.6380 0011200 085.7277 274.4508 14.39566715063209
-FUSE 1
-1 25791U 99035A   00247.98320188 +.00000685 +00000-0 +15936-3 0 01204
-2 25791 024.9827 179.5664 0011177 075.4057 284.7689 14.39565289063062
-FUSE 1
-1 25791U 99035A   00247.91387641  .00000685  00000-0  15938-3 0  1194
-2 25791  24.9827 179.9897 0011176  74.6798 285.4945 14.39565219 63051
-FUSE 1
-1 25791U 99035A   00243.89298918 +.00000627 +00000-0 +14121-3 0 01217
-2 25791 024.9838 204.5495 0011279 032.6718 327.4493 14.39560964062474
-FUSE 1
-1 25791U 99035A   00243.54635985  .00000620  00000-0  13900-3 0  1181
-2 25791  24.9838 206.6661 0011299  29.0913 331.0222 14.39560578 62428
-FUSE 1
-1 25791U 99035A   00242.92242652 +.00000636 +00000-0 +14397-3 0 02524
-2 25791 024.9839 210.4766 0011308 022.5635 337.5375 14.39560193062331
-FUSE 1
-1 25791U 99035A   00241.95186248 +.00000663 +00000-0 +15237-3 0 02180
-2 25791 024.9839 216.4045 0011240 012.3907 347.6875 14.39559570062199
-FUSE 1
-1 25791U 99035A   00241.11995000 +.00000705 +00000-0 +16585-3 0 01905
-2 25791 024.9843 221.4849 0011230 004.1902 355.8697 14.39559225062072
-FUSE 1
-1 25791U 99035A   00240.14938556 +.00000715 +00000-0 +16878-3 0 01535
-2 25791 024.9843 227.4129 0011265 353.6646 006.3718 14.39558267061935
-FUSE 1
-1 25791U 99035A   00239.24814579  .00000768  00000-0  18562-3 0  1172
-2 25791  24.9851 232.9197 0011057 343.6898  16.3253 14.39557918 61800
-FUSE 1
-1 25791U 99035A   00237.16836108 +.00000937 +00000-0 +23867-3 0 01265
-2 25791 024.9852 245.6242 0010930 321.1150 038.8565 14.39556840061509
-FUSE 1
-1 25791U 99035A   00236.47509969  .00000981  00000-0  25253-3 0  1169
-2 25791  24.9852 249.8576 0010910 313.5211  46.4389 14.39556202 61406
-FUSE 1
-1 25791U 99035A   00236.12846894 +.00001006 +00000-0 +26041-3 0 02540
-2 25791 024.9853 251.9740 0010908 310.0331 049.9215 14.39555895061353
-FUSE 1
-1 25791U 99035A   00234.18733724 +.00001106 +00000-0 +29194-3 0 01914
-2 25791 024.9856 263.8291 0010929 289.3257 070.6065 14.39553537061071
-FUSE 1
-1 25791U 99035A   00233.97935917 +.00001108 +00000-0 +29254-3 0 01827
-2 25791 024.9855 265.0992 0010925 287.2111 072.7202 14.39553153061041
-FUSE 1
-1 25791U 99035A   00232.93946679 +.00001150 +00000-0 +30606-3 0 01414
-2 25791 024.9859 271.4505 0010949 275.8605 084.0653 14.39551685060899
-FUSE 1
-1 25791U 99035A   00232.24620540  .00001162  00000-0  30984-3 0  1157
-2 25791  24.9861 275.6842 0010947 268.2547  91.6703 14.39550498 60791
-FUSE 1
-1 25791U 99035A   00230.85968265 +.00001168 +00000-0 +31152-3 0 01841
-2 25791 024.9861 284.1498 0010908 253.3956 106.5351 14.39547810060596
-FUSE 1
-1 25791U 99035A   00229.88911656 +.00001173 +00000-0 +31324-3 0 01650
-2 25791 024.9862 290.0753 0010918 243.1432 116.7994 14.39545953060451
-FUSE 1
-1 25791U 99035A   00228.84922713 +.00001681 +00000-0 +47341-3 0 01392
-2 25791 024.9833 296.4467 0010541 233.3366 126.6176 14.39544754060304
-FUSE 1
-1 25791U 99035A   00228.22529183  .00001437  00000-0  39642-3 0  1145
-2 25791  24.9839 300.2597 0010660 226.7882 133.1742 14.39542247 60216
-FUSE 1
-1 25791U 99035A   00227.87866114 +.00001204 +00000-0 +32286-3 0 01748
-2 25791 024.9843 302.3743 0010672 222.4107 137.5583 14.39540549060161
-FUSE 1
-1 25791U 99035A   00226.90809209 +.00001066 +00000-0 +27935-3 0 01531
-2 25791 024.9844 308.3015 0010818 212.0864 147.8990 14.39538035060025
-FUSE 1
-1 25791U 99035A   00225.86819636 +.00000875 +00000-0 +21927-3 0 01240
-2 25791 024.9839 314.6498 0010966 200.7238 159.2827 14.39535222059879
-FUSE 1
-1 25791U 99035A   00225.59089041  .00000839  00000-0  20809-3 0  1135
-2 25791  24.9841 316.3434 0010990 198.0059 162.0059 14.39534638 59833
-FUSE 1
-1 25791U 99035A   00222.88715209 +.00000729 +00000-0 +17338-3 0 01575
-2 25791 024.9839 332.8560 0011113 170.5138 189.5580 14.39530485059440
-FUSE 1
-1 25791U 99035A   00221.91657699 +.00000732 +00000-0 +17430-3 0 01315
-2 25791 024.9840 338.7844 0011141 160.6691 199.4239 14.39529454059307
-FUSE 1
-1 25791U 99035A   00221.15398144  .00000741  00000-0  17714-3 0  1122
-2 25791  24.9839 343.4418 0011158 152.7937 207.3154 14.39528689 59199
-FUSE 1
-1 25791U 99035A   00219.90609556 +.00000787 +00000-0 +19148-3 0 01712
-2 25791 024.9839 351.0626 0011186 140.1583 219.9740 14.39527697059013
-FUSE 1
-1 25791U 99035A   00218.93551634 +.00000842 +00000-0 +20903-3 0 01383
-2 25791 024.9842 356.9905 0011221 130.2195 229.9294 14.39527076058879
-FUSE 1
-1 25791U 99035A   00218.24224392  .00000911  00000-0  23076-3 0  1117
-2 25791  24.9837   1.2239 0011126 122.7808 237.3779 14.39526803 58771
-FUSE 1
-1 25791U 99035A   00216.92502528 +.00000994 +00000-0 +25698-3 0 01359
-2 25791 024.9840 009.2668 0011090 109.2022 250.9670 14.39525666058583
-FUSE 1
-1 25791U 99035A   00215.95444232 +.00001073 +00000-0 +28173-3 0 01224
-2 25791 024.9846 015.1947 0011165 099.5630 260.6137 14.39524901058446
-FUSE 1
-1 25791U 99035A   00215.19184019  .00001121  00000-0  29713-3 0  1106
-2 25791  24.9845  19.8506 0011155  91.5631 268.6149 14.39524011 58330
-FUSE 1
-1 25791U 99035A   00213.87461582 +.00001234 +00000-0 +33255-3 0 01563
-2 25791 024.9851 027.8945 0011173 078.5475 281.6282 14.39522670058145
-FUSE 1
-1 25791U 99035A   00212.90402845 +.00001276 +00000-0 +34584-3 0 01363
-2 25791 024.9853 033.8211 0011136 068.8066 291.3628 14.39521095058004
-FUSE 1
-1 25791U 99035A   00212.14142266  .00001313  00000-0  35764-3 0  1090
-2 25791  24.9850  38.4778 0011130  60.7162 299.4447 14.39519790 57895
-FUSE 1
-1 25791U 99035A   00209.92292793 +.00001396 +00000-0 +38383-3 0 01533
-2 25791 024.9849 052.0258 0011073 037.5021 322.6251 14.39515598057579
-FUSE 1
-1 25791U 99035A   00208.95233548 +.00001473 +00000-0 +40802-3 0 01252
-2 25791 024.9837 057.9580 0011424 026.9665 333.1435 14.39514058057430
-FUSE 1
-1 25791U 99035A   00208.18972549  .00001576  00000-0  44071-3 0  1085
-2 25791  24.9833  62.6176 0011472  18.7210 341.3716 14.39512347 57328
-FUSE 1
-1 25791U 99035A   00206.94181514 +.00001511 +00000-0 +42008-3 0 01921
-2 25791 024.9854 070.2405 0011038 006.6126 353.4533 14.39509278057141
-FUSE 1
-1 25791U 99035A   00205.97121710 +.00001487 +00000-0 +41266-3 0 01685
-2 25791 024.9852 076.1701 0011017 356.2364 003.8067 14.39506509057005
-FUSE 1
-1 25791U 99035A   00204.93128816 +.00001476 +00000-0 +40903-3 0 01386
-2 25791 024.9852 082.5219 0010972 345.2641 014.7546 14.39503741056855
-FUSE 1
-1 25791U 99035A   00203.96068597 +.00001638 +00000-0 +46010-3 0 01113
-2 25791 024.9851 088.4485 0010910 335.3315 024.6669 14.39501677056711
-FUSE 1
-1 25791U 99035A   00203.89135786  .00001602  00000-0  44873-3 0  1071
-2 25791  24.9852  88.8720 0010897 334.6954  25.3042 14.39501366 56700
-FUSE 1
-1 25791U 99035A   00201.95014789 +.00001572 +00000-0 +43936-3 0 01799
-2 25791 024.9852 100.7256 0010918 312.2678 047.6911 14.39496898056421
-FUSE 1
-1 25791U 99035A   00200.97954187 +.00001738 +00000-0 +49182-3 0 01451
-2 25791 024.9852 106.6535 0010962 301.6227 058.3210 14.39494751056288
-FUSE 1
-1 25791U 99035A   00199.93960649 +.00001805 +00000-0 +51300-3 0 01117
-2 25791 024.9853 113.0050 0010969 290.2578 069.6750 14.39491667056133
-FUSE 1
-1 25791U 99035A   00199.87027750  .00001803  00000-0  51229-3 0  1069
-2 25791  24.9852 113.4283 0010971 289.5399  70.3926 14.39491421 56120
-FUSE 1
-1 25791U 99035A   00198.96900068 +.00001318 +00000-0 +35923-3 0 01266
-2 25791 024.9850 118.9330 0011332 279.9281 079.9947 14.39486512055993
-FUSE 1
-1 25791U 99035A   00198.20638092  .00001053  00000-0  27558-3 0  1056
-2 25791  24.9852 123.5922 0011255 271.8947  88.0275 14.39483842 55884
-FUSE 1
-1 25791U 99035A   00195.91851583  .00000689  00000-0  16100-3 0  1047
-2 25791  24.9847 137.5630 0011254 247.8427 112.0894 14.39478555 55558
-FUSE 1
-1 25791U 99035A   00194.94790513 +.00000622 +00000-0 +13965-3 0 02217
-2 25791 024.9845 143.4897 0011244 237.8927 122.0496 14.39476756055415
-FUSE 1
-1 25791U 99035A   00193.97729403 +.00000584 +00000-0 +12775-3 0 01820
-2 25791 024.9847 149.4236 0011293 228.1708 131.7837 14.39475391055278
-FUSE 1
-1 25791U 99035A   00192.93735201 +.00000550 +00000-0 +11684-3 0 01414
-2 25791 024.9846 155.7737 0011308 217.3578 142.6152 14.39474212055121
-FUSE 1
-1 25791U 99035A   00191.96673850 +.00000542 +00000-0 +11437-3 0 01065
-2 25791 024.9844 161.7002 0011295 207.2529 152.7388 14.39473399054981
-FUSE 1
-1 25791U 99035A   00191.89740911  .00000540  00000-0  11391-3 0  1034
-2 25791  24.9843 162.1235 0011294 206.5071 153.4866 14.39473330 54979
-FUSE 1
-1 25791U 99035A   00188.91623713 +.00000545 +00000-0 +11536-3 0 01387
-2 25791 024.9846 180.3280 0011401 175.5058 184.5555 14.39471262054549
-FUSE 1
-1 25791U 99035A   00187.94562172 +.00000562 +00000-0 +12095-3 0 01032
-2 25791 024.9848 186.2545 0011434 165.3569 194.7270 14.39470796054403
-FUSE 1
-1 25791U 99035A   00187.87629207  .00000562  00000-0  12095-3 0  1026
-2 25791  24.9848 186.6777 0011434 164.6313 195.4544 14.39470742 54394
-FUSE 1
-1 25791U 99035A   00183.57784536  .00000667  00000-0  15416-3 0  1011
-2 25791  24.9855 212.9320 0011413 120.5817 239.5821 14.39468389 53779
-FUSE 1
-1 25791U 99035A   00181.91392783 +.00000671 +00000-0 +15546-3 0 01789
-2 25791 024.9854 223.1058 0011337 102.1276 258.0499 14.39467140053535
-FUSE 1
-1 25791U 99035A   00180.87397553 +.00000700 +00000-0 +16442-3 0 01445
-2 25791 024.9852 229.4559 0011322 091.4012 268.7791 14.39466353053381
-FUSE 1
-1 25791U 99035A   00179.97268238 +.00000726 +00000-0 +17280-3 0 01057
-2 25791 024.9855 234.9604 0011315 082.3086 277.8702 14.39465677053255
-FUSE 1
-1 25791U 99035A   00179.55670036  .00000742  00000-0  17762-3 0  1002
-2 25791  24.9855 237.5004 0011277  78.2476 281.9296 14.39465389 53199
-FUSE 1
-1 25791U 99035A   00178.86339700 +.00000752 +00000-0 +18089-3 0 02381
-2 25791 024.9856 241.7337 0011290 070.9195 289.2531 14.39464704053090
-FUSE 1
-1 25791U 99035A   00177.89277115 +.00000766 +00000-0 +18548-3 0 02031
-2 25791 024.9859 247.6607 0011289 060.8540 299.3095 14.39463739052956
-FUSE 1
-1 25791U 99035A   00176.92214342 +.00000800 +00000-0 +19601-3 0 01665
-2 25791 024.9859 253.5881 0011190 051.0927 309.0575 14.39462915052810
-FUSE 1
-1 25791U 99035A   00175.88218431 +.00000816 +00000-0 +20117-3 0 01315
-2 25791 024.9862 259.9387 0011137 040.3293 319.8037 14.39461801052661
-FUSE 1
-1 25791U 99035A   00175.25820859  .00000821  00000-0  20275-3 0   993
-2 25791  24.9863 263.7490 0011148  33.8548 326.2678 14.39461054 52575
-FUSE 1
-1 25791U 99035A   00173.87159264 +.00000872 +00000-0 +21895-3 0 01978
-2 25791 024.9863 272.2156 0011038 020.3739 339.7205 14.39459774052379
-FUSE 1
-1 25791U 99035A   00172.90096122 +.00000862 +00000-0 +21562-3 0 01592
-2 25791 024.9869 278.1422 0011016 010.0480 350.0243 14.39458368052232
-FUSE 1
-1 25791U 99035A   00171.93032817 +.00000868 +00000-0 +21744-3 0 01290
-2 25791 024.9870 284.0679 0010950 359.6225 000.4272 14.39457116052091
-FUSE 1
-1 25791U 99035A   00170.95969467 +.00000873 +00000-0 +21901-3 0 01001
-2 25791 024.9872 289.9957 0010930 349.1807 010.8463 14.39455848051955
-FUSE 1
-1 25791U 99035A   00170.89036360  .00000875  00000-0  21983-3 0   989
-2 25791  24.9872 290.4190 0010916 348.4366  11.5890 14.39455786 51949
-FUSE 1
-1 25791U 99035A   00167.83979740 +.00000834 +00000-0 +20689-3 0 01244
-2 25791 024.9865 309.0441 0011049 315.9144 044.0481 14.39451106051509
-FUSE 1
-1 25791U 99035A   00166.93849291 +.00000817 +00000-0 +20146-3 0 00991
-2 25791 024.9866 314.5466 0011043 306.5008 053.4481 14.39449711051375
-FUSE 1
-1 25791U 99035A   00166.86916175  .00000816  00000-0  20127-3 0   975
-2 25791  24.9867 314.9701 0011045 305.7696  54.1782 14.39449617 51364
-FUSE 1
-1 25791U 99035A   00165.89852612 +.00001393 +00000-0 +38331-3 0 01420
-2 25791 024.9880 320.9003 0010529 293.0245 066.9309 14.39451820051226
-FUSE 1
-1 25791U 99035A   00164.92788963 +.00001058 +00000-0 +27751-3 0 01130
-2 25791 024.9900 326.8234 0010700 286.6900 073.2425 14.39448463051080
-FUSE 1
-1 25791U 99035A   00164.58123317  .00001414  00000-0  39006-3 0   960
-2 25791  24.9895 328.9405 0010608 283.0060  76.9260 14.39449353 51032
-FUSE 1
-1 25791U 99035A   00163.88792360 +.00001009 +00000-0 +26201-3 0 01988
-2 25791 024.9902 333.1737 0010422 276.0922 083.8398 14.39446429050938
-FUSE 1
-1 25791U 99035A   00162.91728936 +.00000838 +00000-0 +20810-3 0 01731
-2 25791 024.9924 339.1014 0009907 267.6684 092.2688 14.39444419050790
-FUSE                    
-1 25791U 99035A   00160.90668101  .00000585  00000-0  12820-3 0  1084
-2 25791  24.9857 351.3806 0010965 243.0464 116.8920 14.39441160 50501
-FUSE                    
-1 25791U 99035A   00159.93604429  .00000520  00000-0  10769-3 0  2088
-2 25791  24.9857 357.3078 0010932 232.6720 127.2791 14.39439999 50364
-FUSE                    
-1 25791U 99035A   00158.89607500  .00000535  00000-0  11232-3 0  1828
-2 25791  24.9859   3.6563 0011010 221.7464 138.2204 14.39439406 50216
-FUSE                    
-1 25791U 99035A   00157.92543755  .00000593  00000-0  13055-3 0  1551
-2 25791  24.9862   9.5835 0010973 212.1855 147.7986 14.39438945 50075
-FUSE                    
-1 25791U 99035A   00156.95479994  .00000684  00000-0  15953-3 0  1220
-2 25791  24.9855  15.5108 0010936 202.2301 157.7734 14.39438339 49934
-FUSE                    
-1 25791U 99035A   00153.90422121  .00000864  00000-0  21631-3 0  1165
-2 25791  24.9865  34.1388 0011133 170.3555 189.7168 14.39436079 49494
-FUSE                    
-1 25791U 99035A   00152.93358165  .00000892  00000-0  22526-3 0  1001
-2 25791  24.9870  40.0657 0011211 160.4686 199.6263 14.39435106 49358
-FUSE                    
-1 25791U 99035A   00151.96294208  .00000727  00000-0  17304-3 0  1612
-2 25791  24.9867  45.9944 0011211 149.4582 210.6578 14.39433226 49218
-FUSE 1
-1 25791U 99035A   00150.92296786 +.00000783 +00000-0 +19073-3 0 01460
-2 25791 024.9865 052.3453 0011336 140.3401 219.7938 14.39432403049060
-FUSE 1
-1 25791U 99035A   00149.95232539 +.00000829 +00000-0 +20521-3 0 01198
-2 25791 024.9864 058.2759 0011314 130.9449 229.2035 14.39431340048923
-FUSE 1
-1 25791U 99035A   00148.91235042  .00001108  00000-0  29356-3 0   921
-2 25791  24.9862  64.6309 0011392 119.2869 240.8777 14.39431427 48776
-FUSE 1
-1 25791U 99035A   00146.97105909 +.00001049 +00000-0 +27490-3 0 01217
-2 25791 024.9860 076.4928 0011034 100.1008 260.0730 14.39427312048499
-FUSE 1
-1 25791U 99035A   00145.93107729 +.00001195 +00000-0 +32101-3 0 01053
-2 25791 024.9858 082.8448 0010906 089.5878 270.5877 14.39425983048340
-FUSE 1
-1 25791U 99035A   00144.96042610 +.00001210 +00000-0 +32585-3 0 00943
-2 25791 024.9858 088.7713 0010797 079.6238 280.5487 14.39424047048201
-FUSE 1
-1 25791U 99035A   00144.89109336  .00001242  00000-0  33587-3 0   919
-2 25791  24.9856  89.1955 0010755  78.9603 281.2108 14.39424127 48199
-FUSE 1
-1 25791U 99035A   00143.92043990 +.00001286 +00000-0 +34981-3 0 01362
-2 25791 024.9853 095.1215 0010661 068.9516 291.2131 14.39422329048054
-FUSE 1
-1 25791U 99035A   00142.94978508 +.00001390 +00000-0 +38255-3 0 01224
-2 25791 024.9849 101.0495 0010673 058.3816 301.7746 14.39420789047916
-FUSE 1
-1 25791U 99035A   00141.97912863 +.00001410 +00000-0 +38914-3 0 01076
-2 25791 024.9848 106.9769 0010693 048.0107 312.1315 14.39418518047773
-FUSE 1
-1 25791U 99035A   00140.31514173  .00001395  00000-0  38437-3 0   908
-2 25791  24.9846 117.1387 0010720  30.1996 329.9129 14.39414225 47534
-FUSE 1
-1 25791U 99035A   00139.96847802 +.00001336 +00000-0 +36555-3 0 01225
-2 25791 024.9846 119.2585 0010753 026.5593 333.5472 14.39413031047485
-FUSE 1
-1 25791U 99035A   00138.30448417 +.00000986 +00000-0 +25496-3 0 01032
-2 25791 024.9849 129.4190 0010807 008.4590 351.6103 14.39408079047241
-FUSE 1
-1 25791U 99035A   00138.16581799 +.00000917 +00000-0 +23330-3 0 00989
-2 25791 024.9852 130.2683 0010800 006.3941 353.6704 14.39407532047222
-FUSE 1
-1 25791U 99035A   00137.33381884  .00000891  00000-0  22495-3 0   892
-2 25791  24.9849 135.3478 0010942 358.1038   1.9431 14.39406114 47100
-FUSE 1
-1 25791U 99035A   00137.12581947 +.00000782 +00000-0 +19067-3 0 01443
-2 25791 024.9853 136.6194 0010936 354.9891 005.0518 14.39405165047070
-FUSE 1
-1 25791U 99035A   00136.15515183 +.00000717 +00000-0 +17007-3 0 01309
-2 25791 024.9856 142.5472 0011025 344.6838 015.3341 14.39403617046937
-FUSE 1
-1 25791U 99035A   00135.11514942 +.00000688 +00000-0 +16101-3 0 01150
-2 25791 024.9856 148.8977 0011074 333.6712 026.3233 14.39402271046789
-FUSE 1
-1 25791U 99035A   00134.14447983 +.00000686 +00000-0 +16024-3 0 01019
-2 25791 024.9858 154.8255 0011141 323.3354 036.6390 14.39401238046645
-FUSE 1
-1 25791U 99035A   00133.24314397  .00000697  00000-0  16371-3 0   882
-2 25791  24.9859 160.3315 0011225 313.9280  46.0306 14.39400350 46513
-FUSE 1
-1 25791U 99035A   00132.13380598 +.00000799 +00000-0 +19602-3 0 01249
-2 25791 024.9855 167.1074 0011235 302.2916 057.6506 14.39399858046356
-FUSE 1
-1 25791U 99035A   00130.46979970 +.00000876 +00000-0 +22019-3 0 01108
-2 25791 024.9854 177.2667 0011205 284.7991 075.1274 14.39398379046117
-FUSE 1
-1 25791U 99035A   00129.42979604 +.00000935 +00000-0 +23904-3 0 00958
-2 25791 024.9855 183.6177 0011214 273.6439 086.2789 14.39397418045968
-FUSE 1
-1 25791U 99035A   00129.22179542  .00000943  00000-0  24155-3 0   878
-2 25791  24.9857 184.8897 0011260 271.3687  88.5531 14.39397203 45932
-FUSE 1
-1 25791U 99035A   00124.57644568  .00001168  00000-0  31255-3 0   864
-2 25791  24.9853 213.2548 0011424 222.2133 137.7495 14.39390992 45261
-FUSE 1
-1 25791U 99035A   00123.60577526 +.00001181 +00000-0 +31680-3 0 01291
-2 25791 024.9854 219.1824 0011455 212.1770 147.8041 14.39389176045129
-FUSE 1
-1 25791U 99035A   00122.63510361 +.00001231 +00000-0 +33248-3 0 01161
-2 25791 024.9854 225.1097 0011461 201.9716 158.0303 14.39387621044982
-FUSE 1
-1 25791U 99035A   00121.66443151 +.00001251 +00000-0 +33895-3 0 01031
-2 25791 024.9854 231.0388 0011524 192.1664 167.8570 14.39385753044847
-FUSE 1
-1 25791U 99035A   00120.69375881 +.00001261 +00000-0 +34204-3 0 00919
-2 25791 024.9855 236.9674 0011466 182.0966 177.9496 14.39383716044709
-FUSE 1
-1 25791U 99035A   00120.55509156  .00001252  00000-0  33924-3 0   859
-2 25791  24.9857 237.8165 0011446 180.8748 179.1742 14.39383343 44689
-FUSE 1
-1 25791U 99035A   00118.68307534 +.00001268 +00000-0 +34428-3 0 01247
-2 25791 024.9853 249.2479 0011337 161.2641 198.8291 14.39379290044418
-FUSE 1
-1 25791U 99035A   00117.71239774 +.00001285 +00000-0 +34957-3 0 01099
-2 25791 024.9854 255.1775 0011271 151.1573 208.9557 14.39377287044279
-FUSE 1
-1 25791U 99035A   00116.74171833 +.00001334 +00000-0 +36531-3 0 00984
-2 25791 024.9851 261.1035 0011286 140.4017 219.7326 14.39375466044138
-FUSE 1
-1 25791U 99035A   00115.77103748  .00001336  00000-0  36589-3 0   846
-2 25791  24.9850 267.0332 0011164 130.0444 230.1046 14.39373163 43997
-FUSE 1
-1 25791U 99035A   00114.80035556 +.00001323 +00000-0 +36184-3 0 01051
-2 25791 024.9850 272.9636 0011139 118.8594 241.3037 14.39370701043855
-FUSE 1
-1 25791U 99035A   00113.48299633 +.00001343 +00000-0 +36805-3 0 00918
-2 25791 024.9847 281.0129 0011026 104.5281 255.6449 14.39367716043665
-FUSE 1
-1 25791U 99035A   00112.58164220 +.00001325 +00000-0 +36244-3 0 00895
-2 25791 024.9847 286.5147 0010991 094.9470 265.2284 14.39365442043531
-FUSE 1
-1 25791U 99035A   00111.61095147  .00001385  00000-0  38153-3 0   830
-2 25791  24.9843 292.4418 0011151  84.3852 275.7943 14.39363622 43390
-FUSE 1
-1 25791U 99035A   00110.57092100 +.00001565 +00000-0 +43855-3 0 00880
-2 25791 024.9834 298.7936 0011325 073.8814 286.2937 14.39362514043241
-FUSE 1
-1 25791U 99035A   00108.62952641 +.00001728 +00000-0 +49007-3 0 00851
-2 25791 024.9828 310.6444 0011254 054.3518 305.8020 14.39358127042962
-FUSE 1
-1 25791U 99035A   00107.93616998 +.00001752 +00000-0 +49756-3 0 00843
-2 25791 024.9826 314.8766 0011241 047.0226 313.1227 14.39356131042867
-FUSE 1
-1 25791U 99035A   00107.86683435  .00001753  00000-0  49803-3 0   827
-2 25791  24.9827 315.3009 0011242  46.2771 313.8667 14.39355927 42857
-FUSE 1
-1 25791U 99035A   00105.85608578  .00002056  00000-0  59388-3 0   814
-2 25791  24.9817 327.5892 0010873  23.0273 337.0569 14.39351807 42560
-FUSE 1
-1 25791U 99035A   00104.67736936 +.00002243 +00000-0 +65292-3 0 00823
-2 25791 024.9813 334.7843 0010911 011.3549 348.7002 14.39348712042394
-FUSE 1
-1 25791U 99035A   00103.91467118 +.00002381 +00000-0 +69669-3 0 00816
-2 25791 024.9810 339.4400 0010675 002.0282 358.0252 14.39346695042287
-FUSE 1
-1 25791U 99035A   00103.01329876 +.00002405 +00000-0 +70441-3 0 01194
-2 25791 024.9809 344.9404 0010670 352.8750 007.1606 14.39342875042158
-FUSE 1
-1 25791U 99035A   00101.97324977 +.00002555 +00000-0 +75197-3 0 01137
-2 25791 024.9805 351.2909 0010643 342.0641 017.9481 14.39339226042005
-FUSE 1
-1 25791U 99035A   00101.07187295 +.00002583 +00000-0 +76093-3 0 01124
-2 25791 024.9805 356.7922 0010619 332.7422 027.2531 14.39335099041874
-FUSE 1
-1 25791U 99035A   00100.10115731 +.00002671 +00000-0 +78880-3 0 00968
-2 25791 024.9799 002.7214 0010593 322.7422 037.2356 14.39330819041734
-FUSE 1
-1 25791U 99035A   00099.13043908  .00002590  00000-0  76309-3 0   799
-2 25791  24.9798   8.6538 0010792 311.2745  48.6840 14.39325505 41593
-FUSE 1
-1 25791U 99035A   00098.09037990 +.00002445 +00000-0 +71735-3 0 00851
-2 25791 024.9802 015.0028 0010995 299.5824 060.3584 14.39319881041446
-FUSE 1
-1 25791U 99035A   00097.11965747 +.00002329 +00000-0 +68059-3 0 00815
-2 25791 024.9804 020.9278 0010970 289.9717 069.9613 14.39314724041301
-FUSE 1
-1 25791U 99035A   00096.14893064 +.00002270 +00000-0 +66193-3 0 00877
-2 25791 024.9807 026.8527 0011076 279.9873 079.9390 14.39310047041167
-FUSE 1
-1 25791U 99035A   00095.17820409 +.00002063 +00000-0 +59661-3 0 00795
-2 25791 024.9813 032.7786 0011255 270.8469 089.0777 14.39304208041025
-FUSE 1
-1 25791U 99035A   00094.20747091  .00001992  00000-0  57410-3 0   771
-2 25791  24.9816  38.7034 0011419 261.0932  98.8284 14.39299966 40887
-FUSE 1
-1 25791U 99035A   00092.19666424  .00001729  00000-0  49103-3 0   764
-2 25791  24.9822  50.9810 0011573 241.7849 118.1493 14.39290662 40595
-FUSE 1
-1 25791U 99035A   00090.18584768 +.00001549 +00000-0 +43389-3 0 00794
-2 25791 024.9830 063.2550 0011512 221.2878 138.6763 14.39283008040302
-FUSE 1
-1 25791U 99035A   00089.28444503  .00001459  00000-0  40539-3 0   755
-2 25791  24.9832  68.7566 0011380 211.8222 148.1602 14.39279719 40179
-FUSE 1
-1 25791U 99035A   00088.31370039 +.00001360 +00000-0 +37404-3 0 00961
-2 25791 024.9836 074.6816 0011423 202.4456 157.5555 14.39276438040031
-FUSE 1
-1 25791U 99035A   00088.03634565 +.00001304 +00000-0 +35643-3 0 00913
-2 25791 024.9839 076.3760 0011454 200.2734 159.7366 14.39275277039997
-FUSE 1
-1 25791U 99035A   00087.20427617 +.00001254 +00000-0 +34072-3 0 00840
-2 25791 024.9841 081.4558 0011382 191.8207 168.2033 14.39272923039870
-FUSE 1
-1 25791U 99035A   00086.23352802  .00001203  00000-0  32440-3 0   745
-2 25791  24.9842  87.3815 0011279 181.4280 178.6196 14.39270365 39731
-FUSE 1
-1 25791U 99035A   00084.22268757 +.00001077 +00000-0 +28473-3 0 00961
-2 25791 024.9845 099.6586 0011009 160.1136 199.9804 14.39265143039448
-FUSE 1
-1 25791U 99035A   00083.18259301 +.00001067 +00000-0 +28137-3 0 00832
-2 25791 024.9846 106.0081 0010977 149.2929 210.8223 14.39263170039292
-FUSE 1
-1 25791U 99035A   00082.21183569  .00001096  00000-0  29069-3 0   733
-2 25791  24.9846 111.9346 0010974 139.3047 220.8279 14.39261692 39153
-FUSE 1
-1 25791U 99035A   00081.17173683 +.00001160 +00000-0 +31097-3 0 01011
-2 25791 024.9843 118.2860 0010946 128.6797 231.4693 14.39260290039008
-FUSE 1
-1 25791U 99035A   00080.20097578 +.00001213 +00000-0 +32794-3 0 00880
-2 25791 024.9841 124.2128 0010923 118.8383 241.3214 14.39258856038864
-FUSE 1
-1 25791U 99035A   00079.23021298  .00001324  00000-0  36292-3 0   720
-2 25791  24.9837 130.1398 0010979 108.5196 251.6496 14.39257774 38722
-FUSE 1
-1 25791U 99035A   00077.21934109 +.00001513 +00000-0 +42309-3 0 00861
-2 25791 024.9829 142.4172 0010838 088.8266 271.3475 14.39254631038434
-FUSE 1
-1 25791U 99035A   00075.55516719  .00001577  00000-0  44314-3 0   711
-2 25791  24.9825 152.5756 0010789  71.5815 288.5864 14.39250628 38191
-FUSE 1
-1 25791U 99035A   00073.61362244 +.00001623 +00000-0 +45792-3 0 01149
-2 25791 024.9823 164.4274 0010664 051.3108 308.8354 14.39245491037910
-FUSE 1
-1 25791U 99035A   00072.64284711 +.00001597 +00000-0 +44979-3 0 01015
-2 25791 024.9825 170.3543 0010564 040.8844 319.2456 14.39242488037772
-FUSE 1
-1 25791U 99035A   00071.67206979 +.00001573 +00000-0 +44222-3 0 00864
-2 25791 024.9826 176.2815 0010546 030.4691 329.6435 14.39239518037632
-FUSE 1
-1 25791U 99035A   00070.56260671  .00001532  00000-0  42912-3 0   702
-2 25791  24.9828 183.0544 0010529  18.3343 341.7543 14.39236091 37479
-FUSE 1
-1 25791U 99035A   00068.69038219 +.00001413 +00000-0 +39162-3 0 00952
-2 25791 024.9834 194.4830 0010533 358.2154 001.8316 14.39230155037209
-FUSE 1
-1 25791U 99035A   00067.71959612 +.00001335 +00000-0 +36691-3 0 00815
-2 25791 024.9838 200.4095 0010552 347.4671 012.5574 14.39227138037065
-FUSE 1
-1 25791U 99035A   00066.74880810  .00001316  00000-0  36063-3 0   698
-2 25791  24.9838 206.3364 0010621 337.4200  22.5842 14.39224685 36920
-FUSE 1
-1 25791U 99035A   00065.77801832 +.00001263 +00000-0 +34378-3 0 00998
-2 25791 024.9841 212.2629 0010676 326.5841 033.3993 14.39222062036782
-FUSE 1
-1 25791U 99035A   00064.80722849 +.00001189 +00000-0 +32036-3 0 00830
-2 25791 024.9845 218.1911 0010778 316.3193 043.6474 14.39219324036645
-FUSE 1
-1 25791U 99035A   00063.76709448 +.00001101 +00000-0 +29240-3 0 00718
-2 25791 024.9849 224.5412 0010871 305.4534 054.4961 14.39216487036499
-FUSE 1
-1 25791U 99035A   00063.55906739  .00001088  00000-0  28832-3 0   683
-2 25791  24.9850 225.8120 0010913 303.1719  56.7740 14.39215991 36464
-FUSE 1
-1 25791U 99035A   00061.82550819 +.00000982 +00000-0 +25477-3 0 00960
-2 25791 024.9855 236.3933 0010864 286.6270 073.3045 14.39211998036219
-FUSE 1
-1 25791U 99035A   00060.85471378 +.00000901 +00000-0 +22923-3 0 00845
-2 25791 024.9863 242.3201 0010848 276.7178 083.2098 14.39209859036077
-FUSE 1
-1 25791U 99035A   00059.88391871  .00000826  00000-0  20540-3 0   675
-2 25791  24.9869 248.2490 0010930 267.1229  92.8030 14.39207865 35932
-FUSE 1
-1 25791U 99035A   00058.91312284 +.00000781 +00000-0 +19097-3 0 00977
-2 25791 024.9873 254.1768 0010925 257.3125 102.6165 14.39206249035799
-FUSE 1
-1 25791U 99035A   00057.94232639 +.00000728 +00000-0 +17411-3 0 00816
-2 25791 024.9875 260.1056 0011055 247.8021 112.1316 14.39204614035655
-FUSE 1
-1 25791U 99035A   00056.62481384 +.00000758 +00000-0 +18375-3 0 00670
-2 25791 024.9875 268.1502 0011129 234.2119 125.7313 14.39203424035463
-FUSE 1
-1 25791U 99035A   00055.86204329  .00000793  00000-0  19497-3 0   661
-2 25791  24.9873 272.8046 0011161 226.1863 133.7679 14.39202825 35354
-FUSE 1
-1 25791U 99035A   00054.68321769 +.00000848 +00000-0 +21235-3 0 01001
-2 25791 024.9871 279.9967 0011112 213.5611 146.4207 14.39201763035188
-FUSE 1
-1 25791U 99035A   00053.98979045 +.00000850 +00000-0 +21296-3 0 00974
-2 25791 024.9870 284.2284 0011076 206.2727 153.7221 14.39200822035085
-FUSE 1
-1 25791U 99035A   00053.01899083 +.00000935 +00000-0 +24004-3 0 00830
-2 25791 024.9867 290.1552 0011204 196.3192 163.6959 14.39200205034940
-FUSE 1
-1 25791U 99035A   00052.04819115 +.00000994 +00000-0 +25875-3 0 00719
-2 25791 024.9868 296.0811 0011283 186.4833 173.5531 14.39199236034805
-FUSE 1
-1 25791U 99035A   00051.90950592  .00000987  00000-0  25647-3 0   650
-2 25791  24.9870 296.9294 0011270 185.1807 174.8586 14.39198964 34783
-FUSE 1
-1 25791U 99035A   00048.85841520  .00001297  00000-0  35475-3 0   644
-2 25791  24.9866 315.5528 0011618 154.5181 205.5896 14.39195818 34340
-FUSE 1
-1 25791U 99035A   00048.09564157 +.00001343 +00000-0 +36946-3 0 01229
-2 25791 024.9864 320.2075 0011655 146.8674 213.2566 14.39194413034238
-FUSE 1
-1 25791U 99035A   00047.12483713 +.00001391 +00000-0 +38482-3 0 01095
-2 25791 024.9864 326.1324 0011683 137.2771 222.8642 14.39192494034095
-FUSE 1
-1 25791U 99035A   00046.15403192 +.00001360 +00000-0 +37483-3 0 00949
-2 25791 024.9866 332.0573 0011665 127.2938 232.8638 14.39189972033950
-FUSE 1
-1 25791U 99035A   00045.18322419 +.00001296 +00000-0 +35475-3 0 00793
-2 25791 024.9869 337.9835 0011586 117.6016 242.5669 14.39187410033812
-FUSE 1
-1 25791U 99035A   00044.21241546  .00001146  00000-0  30690-3 0   638
-2 25791  24.9869 343.9091 0011473 107.1762 253.0006 14.39184536 33672
-FUSE 1
-1 25791U 99035A   00042.20144618 +.00000911 +00000-0 +23237-3 0 00758
-2 25791 024.9867 356.1818 0011249 085.1954 274.9841 14.39179242033387
-FUSE 1
-1 25791U 99035A   00041.92407140  .00000833  00000-0  20764-3 0   629
-2 25791  24.9866 357.8759 0011123  81.8578 278.3201 14.39178018 33348
-FUSE 1
-1 25791U 99035A   00041.16128579 +.00000812 +00000-0 +20105-3 0 01066
-2 25791 024.9865 002.5305 0011143 073.4503 286.7237 14.39176773033231
-FUSE 1
-1 25791U 99035A   00040.19046659 +.00000730 +00000-0 +17515-3 0 00919
-2 25791 024.9864 008.4561 0011054 062.5359 297.6273 14.39174760033097
-FUSE 1
-1 25791U 99035A   00038.31816651  .00000622  00000-0  14075-3 0   612
-2 25791  24.9860  19.8837 0010946  41.9661 318.1684 14.39171741 32822
-FUSE 1
-1 25791U 99035A   00035.19765343 +.00000599 +00000-0 +13337-3 0 00754
-2 25791 024.9862 038.9297 0010966 008.7816 351.2878 14.39168833032372
-FUSE 1
-1 25791U 99035A   00034.22682512  .00000609  00000-0  13670-3 0   609
-2 25791  24.9863  44.8546 0010985 358.5324   1.5150 14.39168123 32232
-FUSE 1
-1 25791U 99035A   00033.18665576 +.00000568 +00000-0 +12356-3 0 01126
-2 25791 024.9855 051.2265 0011261 347.2812 012.7409 14.39167162032084
-FUSE 1
-1 25791U 99035A   00032.21582678 +.00000591 +00000-0 +13078-3 0 00970
-2 25791 024.9855 057.1532 0011294 337.1761 022.8245 14.39166555031942
-FUSE 1
-1 25791U 99035A   00031.17565214 +.00000642 +00000-0 +14694-3 0 00805
-2 25791 024.9852 063.5033 0011303 326.2800 033.6988 14.39166094031795
-FUSE 1
-1 25791U 99035A   00030.20482266 +.00000686 +00000-0 +16093-3 0 00659
-2 25791 024.9850 069.4311 0011343 315.6598 044.3015 14.39165560031659
-FUSE 1
-1 25791U 99035A   00029.44202816  .00000689  00000-0  16196-3 0   594
-2 25791  24.9849  74.0872 0011363 307.3743  52.5733 14.39164796 31549
-FUSE 1
-1 25791U 99035A   00027.43102888  .00000569  00000-0  18032-3 0   586
-2 25791  24.9851  86.3260 0010521 286.4177  73.5622 14.39162573 31251
-FUSE 1
-1 25791U 99035A   00025.55871179  .00000869  00000-0  21924-3 0   579
-2 25791  24.9844  97.7947 0011481 266.0116  93.9082 14.39161817 30989
-FUSE 1
-1 25791U 99035A   00023.61705451 +.00000924 +00000-0 +23647-3 0 00872
-2 25791 024.9842 109.6465 0011662 245.5194 114.4098 14.39159561030703
-FUSE 1
-1 25791U 99035A   00022.57688135 +.00000962 +00000-0 +24873-3 0 00723
-2 25791 024.9839 115.9974 0011736 234.7227 125.2184 14.39158302030554
-FUSE 1
-1 25791U 99035A   00022.29950177 +.00001003 +00000-0 +26163-3 0 00619
-2 25791 024.9838 117.6930 0011736 231.8231 128.1224 14.39158246030517
-FUSE 1
-1 25791U 99035A   00021.53670825  .00000998  00000-0  26013-3 0   564
-2 25791  24.9840 122.3487 0011792 223.8474 136.1104 14.39156968 30405
-FUSE 1
-1 25791U 99035A   00020.42719000 +.00000962 +00000-0 +24860-3 0 00907
-2 25791 024.9842 129.1211 0011913 212.6223 147.3555 14.39154882030249
-FUSE 1
-1 25791U 99035A   00019.66439581 +.00000966 +00000-0 +24995-3 0 00839
-2 25791 024.9840 133.7768 0011844 204.5957 155.3985 14.39153669030138
-FUSE 1
-1 25791U 99035A   00018.62422196 +.00000928 +00000-0 +23794-3 0 00696
-2 25791 024.9842 140.1276 0011782 194.0350 165.9832 14.39151690029988
-FUSE 1
-1 25791U 99035A   00017.44535596  .00000854  00000-0  21447-3 0   550
-2 25791  24.9848 147.3221 0011810 182.6957 177.3499 14.39149382 29814
-FUSE 1
-1 25791U 99035A   00014.53285856  .00000615  00000-0  13854-3 0   545
-2 25791  24.9856 165.1015 0011407 153.4049 206.7053 14.39143679 29391
-FUSE 1
-1 25791U 99035A   00013.56202232 +.00000571 +00000-0 +12445-3 0 00786
-2 25791 024.9857 171.0254 0011318 143.0152 217.1149 14.39142418029251
-FUSE 1
-1 25791U 99035A   00012.72987589 +.00000562 +00000-0 +12183-3 0 00732
-2 25791 024.9854 176.1050 0011284 133.7108 226.4334 14.39141611029137
-FUSE 1
-1 25791U 99035A   00011.62034564 +.00000527 +00000-0 +11055-3 0 00633
-2 25791 024.9855 182.8750 0011249 121.8036 238.3572 14.39140431028974
-FUSE 1
-1 25791U 99035A   00010.71885112 +.00000512 +00000-0 +10577-3 0 00569
-2 25791 024.9854 188.3761 0011274 111.8566 248.3147 14.39139621028845
-FUSE 1
-1 25791U 99035A   00009.88670072  .00000501  00000-0  10250-3 0   535
-2 25791  24.9854 193.4536 0011262 103.0112 257.1659 14.39138969 28726
-FUSE 1
-1 25791U 99035A   00006.83547797  .00000337  00000-0  10675-3 0   521
-2 25791  24.9869 212.0479 0011133  74.0467 286.1742 14.39136665 28280
-FUSE 1
-1 25791U 99035A   00005.93397487 +.00000522 +00000-0 +10899-3 0 00546
-2 25791 024.9856 217.5808 0011349 060.5895 299.5747 14.39136473028152
-FUSE 1
-1 25791U 99035A   00005.86462875  .00000520  00000-0  10857-3 0   511
-2 25791  24.9857 218.0047 0011344  59.7788 300.3845 14.39136413 28143
-FUSE 1
-1 25791U 99035A   00004.96312675 +.00000518 +00000-0 +10767-3 0 01139
-2 25791 024.9860 223.5077 0011297 050.2547 309.8954 14.39135812028010
-FUSE 1
-1 25791U 99035A   00003.99227761 +.00000520 +00000-0 +10842-3 0 00981
-2 25791 024.9861 229.4342 0011263 039.8658 320.2678 14.39135178027878
-FUSE 1
-1 25791U 99035A   00003.02142715 +.00000562 +00000-0 +12179-3 0 00835
-2 25791 024.9860 235.3606 0011286 029.7368 330.3779 14.39134850027732
-FUSE 1
-1 25791U 99035A   00001.98122961 +.00000601 +00000-0 +13433-3 0 00657
-2 25791 024.9860 241.7105 0011303 018.8712 341.2214 14.39134376027580
-FUSE 1
-1 25791U 99035A   00001.01037721  .00000666  00000-0  15478-3 0   506
-2 25791  24.9859 247.6366 0011281   8.7106 351.3596 14.39134101 27448
-FUSE 1
-1 25791U 99035A   99363.09781835  .00000899  00000-0  22901-3 0   490
-2 25791  24.9851 265.4129 0011197 338.4602  21.5436 14.39132626 27028
-FUSE 1
-1 25791U 99035A   99362.12696497 +.00000961 +00000-0 +24848-3 0 00922
-2 25791 024.9849 271.3386 0011184 327.9746 032.0084 14.39131724026881
-FUSE 1
-1 25791U 99035A   99361.15611130 +.00001034 +00000-0 +27194-3 0 00799
-2 25791 024.9846 277.2653 0011182 317.4471 042.5171 14.39130801026740
-FUSE 1
-1 25791U 99035A   99360.11591130 +.00001087 +00000-0 +28861-3 0 00623
-2 25791 024.9844 283.6152 0011205 306.4053 053.5421 14.39129438026590
-FUSE 1
-1 25791U 99035A   99359.14505772  .00001123  00000-0  30012-3 0   487
-2 25791  24.9844 289.5405 0011210 296.0081  63.9276 14.39127971 26455
-FUSE 1
-1 25791U 99035A   99357.20334989 +.00001185 +00000-0 +31974-3 0 00927
-2 25791 024.9845 301.3934 0011276 275.1736 084.7487 14.39124778026179
-FUSE 1
-1 25791U 99035A   99355.19229507 +.00001143 +00000-0 +30633-3 0 00589
-2 25791 024.9845 313.6688 0011427 254.6519 105.2727 14.39120370025887
-FUSE 1
-1 25791U 99035A   99354.91490853  .00001110  00000-0  29599-3 0   473
-2 25791  24.9845 315.3629 0011470 251.8385 108.0875 14.39119513 25847
-FUSE 1
-1 25791U 99035A   99354.15209340 +.00001101 +00000-0 +29307-3 0 01038
-2 25791 024.9845 320.0181 0011509 244.1536 115.7785 14.39117975025732
-FUSE 1
-1 25791U 99035A   99353.18123792 +.00001083 +00000-0 +28726-3 0 00881
-2 25791 024.9845 325.9428 0011452 234.1361 125.8092 14.39115978025590
-FUSE 1
-1 25791U 99035A   99352.21038154 +.00001042 +00000-0 +27447-3 0 00762
-2 25791 024.9843 331.8688 0011469 224.5539 135.4048 14.39113821025458
-FUSE 1
-1 25791U 99035A   99351.17017792 +.00000973 +00000-0 +25237-3 0 00577
-2 25791 024.9847 338.2189 0011485 214.2213 145.7558 14.39111421025300
-FUSE 1
-1 25791U 99035A   99350.33801333  .00000951  00000-0  24529-3 0   463
-2 25791  24.9846 343.2967 0011487 205.5729 154.4211 14.39109889 25180
-FUSE 1
-1 25791U 99035A   99350.19931958 +.00000933 +00000-0 +23956-3 0 00962
-2 25791 024.9848 344.1445 0011512 204.4239 155.5731 14.39109519025163
-FUSE 1
-1 25791U 99035A   99348.39629426 +.00000823 +00000-0 +20475-3 0 00865
-2 25791 024.9849 355.1452 0011441 185.7566 174.2811 14.39105974024908
-FUSE 1
-1 25791U 99035A   99348.18825288 +.00000798 +00000-0 +19683-3 0 00787
-2 25791 024.9851 356.4159 0011443 183.9954 176.0469 14.39105492024872
-FUSE 1
-1 25791U 99035A   99347.21739099 +.00000760 +00000-0 +18478-3 0 00593
-2 25791 024.9852 002.3410 0011413 174.2811 185.7832 14.39103915024736
-FUSE 1
-1 25791U 99035A   99346.24652782  .00000754  00000-0  18291-3 0   459
-2 25791  24.9852   8.2668 0011377 164.2548 195.8318 14.39102692 24597
-FUSE 1
-1 25791U 99035A   99344.23544964 +.00000756 +00000-0 +18345-3 0 00821
-2 25791 024.9851 020.5393 0011315 143.9081 216.2195 14.39100353024308
-FUSE 1
-1 25791U 99035A   99343.19523523 +.00000758 +00000-0 +18405-3 0 00642
-2 25791 024.9849 026.8884 0011251 133.1541 226.9914 14.39099103024150
-FUSE 1
-1 25791U 99035A   99342.15501899 +.00000788 +00000-0 +19383-3 0 00479
-2 25791 024.9847 033.2384 0011205 122.0799 238.0799 14.39098132024006
-FUSE 1
-1 25791U 99035A   99341.53088842  .00000788  00000-0  19382-3 0   444
-2 25791  24.9847  37.0461 0011204 115.5981 244.5688 14.39097368 23911
-FUSE 1
-1 25791U 99035A   99341.18414898 +.00000797 +00000-0 +19666-3 0 00927
-2 25791 024.9845 039.1646 0011110 111.9666 248.2014 14.39096976023865
-FUSE 1
-1 25791U 99035A   99340.21327751 +.00000821 +00000-0 +20422-3 0 00796
-2 25791 024.9844 045.0894 0011092 101.8687 258.3063 14.39095956023723
-FUSE 1
-1 25791U 99035A   99339.24240445 +.00000860 +00000-0 +21656-3 0 00626
-2 25791 024.9842 051.0146 0011088 091.5490 268.6286 14.39094994023586
-FUSE 1
-1 25791U 99035A   99337.57804728 +.00000910 +00000-0 +23264-3 0 00454
-2 25791 024.9838 061.1710 0011103 073.9223 286.2502 14.39093024023340
-FUSE 1
-1 25791U 99035A   99337.50869901  .00000916  00000-0  23465-3 0   438
-2 25791  24.9838  61.5940 0011123  73.3216 286.8513 14.39092988 23332
-FUSE 1
-1 25791U 99035A   99336.53782164 +.00000978 +00000-0 +25413-3 0 00775
-2 25791 024.9835 067.5184 0011185 063.0696 297.0953 14.39091962023198
-FUSE 1
-1 25791U 99035A   99335.91368480 +.00001057 +00000-0 +27938-3 0 00668
-2 25791 024.9832 071.3272 0011211 056.4491 303.7082 14.39091557023104
-FUSE 1
-1 25791U 99035A   99334.66541084 +.00001103 +00000-0 +29413-3 0 00563
-2 25791 024.9829 078.9441 0011175 043.3897 316.7490 14.39089668022921
-FUSE 1
-1 25791U 99035A   99333.55583168  .00001182  00000-0  31912-3 0   428
-2 25791  24.9828  85.7150 0011228  31.8546 328.2638 14.39088163 22768
-FUSE 1
-1 25791U 99035A   99332.72364624 +.00001252 +00000-0 +34147-3 0 00926
-2 25791 024.9822 090.7928 0011318 023.1121 336.9895 14.39086934022646
-FUSE 1
-1 25791U 99035A   99330.71252915 +.00001370 +00000-0 +37884-3 0 00621
-2 25791 024.9815 103.0720 0011456 002.2762 357.7803 14.39083149022351
-FUSE 1
-1 25791U 99035A   99330.01903979 +.00001341 +00000-0 +36977-3 0 00515
-2 25791 024.9813 107.3056 0011522 355.0936 004.9469 14.39081189022254
-FUSE 1
-1 25791U 99035A   99329.53359692  .00001309  00000-0  35954-3 0   414
-2 25791  24.9818 110.2720 0011533 349.7266  10.3016 14.39079811 22188
-FUSE 1
-1 25791U 99035A   99328.00791539 +.00001217 +00000-0 +33021-3 0 00742
-2 25791 024.9820 119.5846 0011565 334.1745 025.8190 14.39075614021963
-FUSE 1
-1 25791U 99035A   99326.82897714 +.00001154 +00000-0 +31024-3 0 00585
-2 25791 024.9826 126.7842 0011751 321.2678 038.6990 14.39072676021790
-FUSE 1
-1 25791U 99035A   99325.51133788  .00001054  00000-0  27855-3 0   401
-2 25791  24.9847 134.8467 0011912 304.6034  55.3277 14.39069633 21609
-FUSE 1
-1 25791U 99035A   99322.80670431 +.00001256 +00000-0 +34276-3 0 00411
-2 25791 024.9836 151.3552 0012041 275.3401 084.5737 14.39066077021213
-FUSE 1
-1 25791U 99035A   99321.62776187 +.00001252 +00000-0 +34139-3 0 00408
-2 25791 024.9837 158.5475 0012055 262.9443 096.9715 14.39063501021043
-FUSE 1
-1 25791U 99035A   99320.79556237  .00001252  00000-0  34144-3 0   391
-2 25791  24.9836 163.6246 0012002 254.4359 105.4616 14.39061664 20929
-FUSE 1
-1 25791U 99035A   99318.99247388 +.00001603 +00000-0 +45300-3 0 00424
-2 25791 024.9830 174.6225 0011785 234.5772 125.3639 14.39059706020668
-FUSE 1
-1 25791U 99035A   99318.85377493  .00001636  00000-0  46351-3 0   388
-2 25791  24.9833 175.4706 0011739 232.8226 127.1216 14.39059600 20640
-FUSE 1
-1 25791U 99035A   99316.98133499  .00000949  00000-0  24506-3 0   379
-2 25791  24.9842 186.9003 0011834 213.5350 146.4412 14.39050830 20375
-FUSE 1
-1 25791U 99035A   99316.77328072  .00000093  00000-0 -27298-4 0   361
-2 25791  24.9851 188.1733 0012103 214.4787 145.4516 14.39045117 20346
-FUSE 1
-1 25791U 99035A   99316.01043130  .00001289  00000-0  35317-3 0   353
-2 25791  24.9823 192.8263 0011574 206.8856 153.1047 14.39050776 20238
-FUSE 1
-1 25791U 99035A   99314.06863125 +.00000807 +00000-0 +19978-3 0 00675
-2 25791 024.9828 204.6728 0011620 187.0114 173.0230 14.39045484019952
-FUSE 1
-1 25791U 99035A   99313.09772812 +.00000806 +00000-0 +19960-3 0 00668
-2 25791 024.9828 210.5953 0011621 176.8561 183.2018 14.39044261019815
-FUSE 1
-1 25791U 99035A   99312.12682443 +.00000807 +00000-0 +20004-3 0 00607
-2 25791 024.9830 216.5187 0011630 166.7136 193.3684 14.39043064019674
-FUSE 1
-1 25791U 99035A   99311.08656905 +.00000824 +00000-0 +20537-3 0 00492
-2 25791 024.9827 222.8664 0011566 156.1383 203.9662 14.39041822019523
-FUSE 1
-1 25791U 99035A   99310.11566272  .00000873  00000-0  22108-3 0   346
-2 25791  24.9823 228.7931 0011439 146.3502 213.7733 14.39040863 19380
-FUSE 1
-1 25791U 99035A   99309.14475480 +.00000912 +00000-0 +23325-3 0 00624
-2 25791 024.9823 234.7169 0011382 136.4568 223.6834 14.39039788019240
-FUSE 1
-1 25791U 99035A   99308.17384628 +.00000917 +00000-0 +23509-3 0 00594
-2 25791 024.9823 240.6396 0011384 126.3110 233.8450 14.39038400019103
-FUSE 1
-1 25791U 99035A   99307.20293604 +.00000929 +00000-0 +23900-3 0 00509
-2 25791 024.9824 246.5634 0011348 116.2606 243.9068 14.39037064018967
-FUSE 1
-1 25791U 99035A   99306.16267374 +.00000901 +00000-0 +22981-3 0 00427
-2 25791 024.9827 252.9105 0011294 105.3472 254.8283 14.39035306018815
-FUSE 1
-1 25791U 99035A   99305.26111145  .00000880  00000-0  22322-3 0   336
-2 25791  24.9828 258.4108 0011278  95.9573 264.2230 14.39033878 18682
-FUSE 1
-1 25791U 99035A   99302.14030694 +.00000777 +00000-0 +19052-3 0 00420
-2 25791 024.9830 277.4546 0011155 063.6998 296.4659 14.39029030018237
-FUSE 1
-1 25791U 99035A   99301.23873747  .00000793  00000-0  19553-3 0   326
-2 25791  24.9829 282.9548 0011144  54.1449 306.0093 14.39027991 18102
-FUSE 1
-1 25791U 99035A   99300.19846426 +.00000688 +00000-0 +16220-3 0 00785
-2 25791 024.9829 289.3031 0011097 042.8698 317.2674 14.39026119017959
-FUSE 1
-1 25791U 99035A   99299.15818884 +.00000714 +00000-0 +17059-3 0 00607
-2 25791 024.9835 295.6560 0010854 031.9536 328.1631 14.39025229017802
-FUSE 1
-1 25791U 99035A   99298.11791199 +.00000847 +00000-0 +21277-3 0 00447
-2 25791 024.9832 302.0031 0010894 020.7345 339.3596 14.39024199017655
-FUSE 1
-1 25791U 99035A   99297.21633808  .00000871  00000-0  22050-3 0   312
-2 25791  24.9833 307.5043 0010887  10.9937 349.0810 14.39022966 17522
-FUSE 1
-1 25791U 99035A   99295.27448293 +.00000936 +00000-0 +24130-3 0 00647
-2 25791 024.9834 319.3563 0010756 350.0772 009.9521 14.39020654017243
-FUSE 1
-1 25791U 99035A   99294.16484983 +.00001000 +00000-0 +26157-3 0 00453
-2 25791 024.9829 326.1256 0010800 338.5647 021.4408 14.39019299017082
-FUSE 1
-1 25791U 99035A   99293.19392082  .00001020  00000-0  26791-3 0   303
-2 25791  24.9828 332.0506 0010781 328.4327  31.5533 14.39017852 16944
-FUSE 1
-1 25791U 99035A   99292.77780736 +.00001020 +00000-0 +26806-3 0 00883
-2 25791 024.9827 334.5890 0010781 324.0963 035.8778 14.39017148016883
-FUSE 1
-1 25791U 99035A   99292.15363794 +.00001076 +00000-0 +28568-3 0 00761
-2 25791 024.9826 338.3998 0010857 316.4441 043.5205 14.39016547016796
-FUSE 1
-1 25791U 99035A   99291.18270908 +.00001062 +00000-0 +28130-3 0 00587
-2 25791 024.9822 344.3280 0011053 306.1106 053.8378 14.39014543016650
-FUSE 1
-1 25791U 99035A   99289.51825652 +.00001008 +00000-0 +26405-3 0 00430
-2 25791 024.9823 354.4815 0011076 288.6058 071.3246 14.39011177016415
-FUSE 1
-1 25791U 99035A   99288.47797288  .00000951  00000-0  24613-3 0   296
-2 25791  24.9826   0.8275 0011076 277.4591  82.4657 14.39009052 16269
-FUSE 1
-1 25791U 99035A   99286.88287063 +.00000861 +00000-0 +21717-3 0 00634
-2 25791 024.9828 010.5602 0011200 260.5300 099.3940 14.39005892016038
-FUSE 1
-1 25791U 99035A   99285.49582403 +.00000795 +00000-0 +19630-3 0 00486
-2 25791 024.9830 019.0217 0011238 246.2842 113.6491 14.39003480015839
-FUSE 1
-1 25791U 99035A   99284.66359563 +.00000761 +00000-0 +18552-3 0 00398
-2 25791 024.9832 024.0989 0011221 237.5271 122.4154 14.39002187015718
-FUSE 1
-1 25791U 99035A   99283.97007305  .00000754  00000-0  18327-3 0   285
-2 25791  24.9830  28.3293 0011217 230.2490 129.7115 14.39001280 15618
-FUSE 1
-1 25791U 99035A   99280.71050717 +.00000608 +00000-0 +13659-3 0 00426
-2 25791 024.9832 048.2231 0011233 196.9935 163.0195 14.38996802015142
-FUSE 1
-1 25791U 99035A   99280.01698155 +.00000604 +00000-0 +13553-3 0 00286
-2 25791 024.9831 052.4539 0011244 189.6758 170.3528 14.38996155015044
-FUSE 1
-1 25791U 99035A   99279.73957122  .00000606  00000-0  13609-3 0   278
-2 25791  24.9833  54.1486 0011318 187.2744 172.7600 14.38995976 15000
-FUSE 1
-1 25791U 99035A   99278.76863587 +.00000623 +00000-0 +14143-3 0 00780
-2 25791 024.9828 060.0769 0011243 177.0793 182.9783 14.38995168014863
-FUSE 1
-1 25791U 99035A   99278.07510995 +.00000624 +00000-0 +14185-3 0 00637
-2 25791 024.9826 064.3088 0011169 169.6029 190.4711 14.38994496014765
-FUSE 1
-1 25791U 99035A   99276.75740903 +.00000633 +00000-0 +14460-3 0 00461
-2 25791 024.9823 072.3487 0011129 155.6892 204.4141 14.38993316014575
-FUSE 1
-1 25791U 99035A   99276.47999801 +.00000694 +00000-0 +16404-3 0 00358
-2 25791 024.9818 074.0450 0011207 153.0078 207.1024 14.38993598014531
-FUSE 1
-1 25791U 99035A   99275.57841241  .00000671  00000-0  15672-3 0   263
-2 25791  24.9819  79.5451 0011185 143.2379 216.8904 14.38992466 14406
-FUSE 1
-1 25791U 99035A   99272.59623714 +.00000619 +00000-0 +14032-3 0 00288
-2 25791 024.9821 097.7456 0010986 112.1476 248.0207 14.38989140013976
-FUSE 1
-1 25791U 99035A   99271.83335507 +.00000694 +00000-0 +16423-3 0 00261
-2 25791 024.9829 102.4180 0011115 105.0840 255.0961 14.38989289013860
-FUSE 1
-1 25791U 99035A   99270.93176357  .00000625  00000-0  14212-3 0   254
-2 25791  24.9833 107.9206 0010968  96.2277 263.9501 14.38987831 13739
-FUSE 1
-1 25791U 99035A   99269.82210754 +.00000624 +00000-0 +14194-3 0 00270
-2 25791 024.9836 114.6962 0010511 085.3632 274.8041 14.38987014013579
-FUSE 1
-1 25791U 99035A   99268.64310209 +.00000665 +00000-0 +15491-3 0 00260
-2 25791 024.9835 121.8881 0010538 073.0440 287.1349 14.38986259013408
-FUSE 1
-1 25791U 99035A   99267.88021393 +.00000624 +00000-0 +14182-3 0 00258
-2 25791 024.9836 126.5415 0010795 065.0791 295.0869 14.38985118013294
-FUSE 1
-1 25791U 99035A   99266.90926343  .00000583  00000-0  12888-3 0   243
-2 25791  24.9837 132.4642 0010750  54.8710 305.2813 14.38983972 13155
-FUSE 1
-1 25791U 99035A   99266.00766538 +.00000570 +00000-0 +12480-3 0 00561
-2 25791 024.9838 137.9635 0010739 045.4550 314.6838 14.38983153013021
-FUSE 1
-1 25791U 99035A   99265.03671293 +.00000579 +00000-0 +12751-3 0 00498
-2 25791 024.9838 143.8883 0010767 035.0894 325.0328 14.38982440012880
-FUSE 1
-1 25791U 99035A   99264.06575950 +.00000540 +00000-0 +11503-3 0 00439
-2 25791 024.9841 149.8130 0010718 024.5892 335.5124 14.38981393012743
-FUSE 1
-1 25791U 99035A   99263.09480512 +.00000542 +00000-0 +11581-3 0 00315
-2 25791 024.9841 155.7371 0010726 014.3641 345.7173 14.38980695012600
-FUSE 1
-1 25791U 99035A   99262.88674378  .00000509  00000-0  10546-3 0   230
-2 25791  24.9842 157.0081 0010731  11.7394 348.3365 14.38980270 12573
-FUSE 1
-1 25791U 99035A   99260.11258537 +.00000453 +00000-0 +87384-4 0 00502
-2 25791 024.9841 173.9362 0010893 342.6831 017.3307 14.38977970012170
-FUSE 1
-1 25791U 99035A   99259.07227521 +.00000447 +00000-0 +85573-4 0 00347
-2 25791 024.9841 180.2856 0010956 331.9610 028.0309 14.38977330012020
-FUSE 1
-1 25791U 99035A   99258.17067241  .00000427  00000-0  79225-4 0   220
-2 25791  24.9841 185.7874 0011007 322.1366  37.8369 14.38976734 11893
-FUSE 1
-1 25791U 99035A   99256.15940484 +.00000459 +00000-0 +89377-4 0 00465
-2 25791 024.9843 198.0620 0011104 300.6420 059.2997 14.38975981011608
-FUSE 1
-1 25791U 99035A   99255.18844792 +.00000499 +00000-0 +10205-3 0 00357
-2 25791 024.9841 203.9868 0011170 290.1305 069.8003 14.38975748011464
-FUSE 1
-1 25791U 99035A   99254.21749084  .00000578  00000-0  12715-3 0   219
-2 25791  24.9838 209.9117 0011276 279.5024  80.4212 14.38975778 11328
-FUSE 1
-1 25791U 99035A   99252.13687317 +.00000703 +00000-0 +16695-3 0 00422
-2 25791 024.9838 222.6085 0011253 257.6029 102.3226 14.38974995011027
-FUSE 1
-1 25791U 99035A   99251.16591877 +.00000740 +00000-0 +17891-3 0 00306
-2 25791 024.9838 228.5342 0011361 247.5654 112.3649 14.38974264010882
-FUSE 1
-1 25791U 99035A   99250.33367230  .00000790  00000-0  19473-3 0   200
-2 25791  24.9836 233.6120 0011410 238.7623 121.1773 14.38973707 10768
-FUSE 1
-1 25791U 99035A   99250.12561055 +.00000806 +00000-0 +20003-3 0 00780
-2 25791 024.9837 234.8822 0011380 236.5967 123.3441 14.38973616010736
-FUSE 1
-1 25791U 99035A   99249.22401093 +.00000850 +00000-0 +21378-3 0 00688
-2 25791 024.9836 240.3848 0011437 227.1228 132.8321 14.38972820010608
-FUSE 1
-1 25791U 99035A   99248.18370392 +.00000868 +00000-0 +21968-3 0 00504
-2 25791 024.9836 246.7339 0011442 216.3322 143.6406 14.38971553010453
-FUSE 1
-1 25791U 99035A   99247.14339628 +.00000893 +00000-0 +22765-3 0 00331
-2 25791 024.9835 253.0817 0011458 205.6866 154.3072 14.38970276010308
-FUSE 1
-1 25791U 99035A   99246.24179636  .00000875  00000-0  22203-3 0   193
-2 25791  24.9836 258.5836 0011512 196.4275 163.5862 14.38968832 10171
-FUSE 1
-1 25791U 99035A   99244.16117925 +.00000770 +00000-0 +18839-3 0 00526
-2 25791 024.9840 271.2810 0011478 175.5983 184.4632 14.38965078009876
-FUSE 1
-1 25791U 99035A   99243.25957613 +.00000746 +00000-0 +18082-3 0 00412
-2 25791 024.9841 276.7823 0011475 166.5838 193.4978 14.38963795009740
-FUSE 1
-1 25791U 99035A   99242.14991061 +.00000697 +00000-0 +16531-3 0 00214
-2 25791 024.9841 283.5545 0011425 155.0075 205.0993 14.38962068009589
-FUSE 1
-1 25791U 99035A   99241.45636787  .00000690  00000-0  16312-3 0   184
-2 25791  24.9841 287.7844 0011423 147.6480 212.4734 14.38961291  9483
-FUSE 1
-1 25791U 99035A   99238.54348289 +.00000555 +00000-0 +12005-3 0 00339
-2 25791 024.9851 305.5600 0011277 118.2109 241.9541 14.38957529009068
-FUSE 1
-1 25791U 99035A   99237.43380917  .00000519  00000-0  10841-3 0   178
-2 25791  24.9853 312.3322 0011217 106.6278 253.5464 14.38956402  8903
-FUSE 1
-1 25791U 99035A   99236.46284262 +.00000461 +00000-0 +90008-4 0 00705
-2 25791 024.9853 318.2560 0011086 096.8361 263.3410 14.38955295008762
-FUSE 1
-1 25791U 99035A   99236.25477872 +.00000452 +00000-0 +87040-4 0 00615
-2 25791 024.9853 319.5272 0011052 094.6665 265.5117 14.38955073008731
-FUSE 1
-1 25791U 99035A   99235.28381051 +.00000458 +00000-0 +89138-4 0 00470
-2 25791 024.9852 325.4528 0011033 084.2171 275.9597 14.38954552008598
-FUSE 1
-1 25791U 99035A   99233.61929130 +.00000451 +00000-0 +86895-4 0 00303
-2 25791 024.9853 335.6110 0010986 066.4129 293.7536 14.38953524008353
-FUSE 1
-1 25791U 99035A   99232.50961001  .00000368  00000-0  60512-4 0   162
-2 25791  24.9859 342.3821 0010848  54.6767 305.4755 14.38952340  8198
-FUSE 1
-1 25791U 99035A   99230.70637369 +.00000429 +00000-0 +79925-4 0 00424
-2 25791 024.9854 353.3830 0010964 035.3348 324.7888 14.38952031007934
-FUSE 1
-1 25791U 99035A   99229.59668927 +.00000395 +00000-0 +68969-4 0 00285
-2 25791 024.9857 000.1562 0010882 023.2043 336.8948 14.38951224007779
-FUSE 1
-1 25791U 99035A   99228.48700287 +.00000471 +00000-0 +93172-4 0 00221
-2 25791 024.9853 006.9252 0010851 011.6095 348.4667 14.38951260007619
-FUSE 1
-1 25791U 99035A   99227.72409421  .00000487  00000-0  98308-4 0   158
-2 25791  24.9851  11.5809 0010930   3.6815 356.3773 14.38950858  7502
-FUSE 1
-1 25791U 99035A   99223.56276789  .00000619  00000-0  14028-3 0   147
-2 25791  24.9842  36.9742 0011040 318.0438  41.9206 14.38948712  6903
-FUSE 1
-1 25791U 99035A   99218.63853449  .00000720  00000-0  17250-3 0   135
-2 25791  24.9828  67.0232 0011431 267.3032  92.6167 14.38944759  6193
-FUSE 1
-1 25791U 99035A   99216.97400544 +.00000683 +00000-0 +16063-3 0 00166
-2 25791 024.9829 077.1763 0011588 249.8240 110.1026 14.38942807005959
-FUSE 1
-1 25791U 99035A   99215.72561041  .00001104  00000-0  29513-3 0   127
-2 25791  24.9823  84.7905 0011295 237.0915 122.8597 14.38943232  5774
-FUSE 1
-1 25791U 99035A   99213.99172686 +.00000755 +00000-0 +18386-3 0 00281
-2 25791 024.9829 095.3690 0011291 219.0401 140.9295 14.38939332005520
-FUSE 1
-1 25791U 99035A   99213.02075147 +.00000641 +00000-0 +14744-3 0 00175
-2 25791 024.9830 101.2939 0011410 209.3286 150.6585 14.38937829005384
-FUSE 1
-1 25791U 99035A   99212.88204088  .00000581  00000-0  12826-3 0   112
-2 25791  24.9832 102.1415 0011463 208.2710 151.7177 14.38937383  5365
-FUSE 1
-1 25791U 99035A   99211.07879897 +.00000483 +00000-0 +96970-4 0 00493
-2 25791 024.9832 113.1440 0011683 189.9414 170.0864 14.38935491005102
-FUSE 1
-1 25791U 99035A   99210.10782220 +.00000457 +00000-0 +88695-4 0 00361
-2 25791 024.9830 119.0680 0011645 180.0206 180.0306 14.38934715004963
-FUSE 1
-1 25791U 99035A   99209.13684459 +.00000476 +00000-0 +94628-4 0 00215
-2 25791 024.9829 124.9914 0011669 170.0019 190.0732 14.38934254004820
-FUSE 1
-1 25791U 99035A   99208.85942248  .00000483  00000-0  96822-4 0   100
-2 25791  24.9830 126.6849 0011617 167.3014 192.7802 14.38934135  4785
-FUSE 1
-1 25791U 99035A   99208.16586648 +.00000509 +00000-0 +10534-3 0 00689
-2 25791 024.9829 130.9163 0011612 160.0034 200.0933 14.38933809004681
-FUSE 1
-1 25791U 99035A   99207.12553224 +.00000477 +00000-0 +95090-4 0 00537
-2 25791 024.9830 137.2648 0011506 149.5759 210.5420 14.38933010004534
-FUSE 1
-1 25791U 99035A   99206.15455295 +.00000436 +00000-0 +81952-4 0 00388
-2 25791 024.9831 143.1889 0011456 139.5200 220.6160 14.38932240004393
-FUSE 1
-1 25791U 99035A   99205.11421632 +.00000433 +00000-0 +81097-4 0 00221
-2 25791 024.9835 149.5359 0011411 129.0298 231.1227 14.38931694004248
-FUSE 1
-1 25791U 99035A   99204.21259024  .00000427  00000-0  79119-4 0    95
-2 25791  24.9835 155.0370 0011324 120.0292 240.1341 14.38931194  4119
-FUSE 1
-1 25791U 99035A   99203.17225182 +.00000414 +00000-0 +74992-4 0 00525
-2 25791 024.9835 161.3843 0011233 109.2556 250.9169 14.38930540003968
-FUSE 1
-1 25791U 99035A   99202.13191170 +.00000423 +00000-0 +77980-4 0 00383
-2 25791 024.9837 167.7323 0011168 098.4908 261.6865 14.38930164003818
-FUSE 1
-1 25791U 99035A   99201.16092631 +.00000440 +00000-0 +83410-4 0 00235
-2 25791 024.9837 173.6562 0011126 088.3941 271.7841 14.38929874003674
-FUSE 1
-1 25791U 99035A   99200.18994021  .00000454  00000-0  87696-4 0    88
-2 25791  24.9838 179.5806 0011119  78.2644 281.9107 14.38929532  3535
-FUSE 1
-1 25791U 99035A   99200.12059101 +.00000432 +00000-0 +80931-4 0 00725
-2 25791 024.9842 180.0407 0011095 075.8036 284.3701 14.38929430003528
-FUSE 1
-1 25791U 99035A   99199.21895964 +.00000465 +00000-0 +91252-4 0 00631
-2 25791 024.9840 185.5408 0011075 066.4980 293.6690 14.38929231003393
-FUSE 1
-1 25791U 99035A   99198.17861506 +.00000472 +00000-0 +93642-4 0 00475
-2 25791 024.9844 191.8880 0011017 055.5344 304.6202 14.38928745003245
-FUSE 1
-1 25791U 99035A   99197.20762573 +.00000483 +00000-0 +97242-4 0 00328
-2 25791 024.9845 197.8116 0010965 045.0350 315.1043 14.38928247003108
-FUSE 1
-1 25791U 99035A   99196.16727896 +.00000496 +00000-0 +10136-3 0 00130
-2 25791 024.9848 204.1584 0010927 033.8431 326.2770 14.38927757002952
-FUSE 1
-1 25791U 99035A   99195.40435724  .00000525  00000-0  11052-3 0    76
-2 25791  24.9845 208.8116 0010908  25.8212 334.2838 14.38927498  2842
-FUSE 1
-1 25791U 99035A   99195.26564445 +.00000515 +00000-0 +10744-3 0 00732
-2 25791 024.9847 209.6583 0010905 024.2058 335.8962 14.38927325002821
-FUSE 1
-1 25791U 99035A   99194.22529636 +.00000515 +00000-0 +10742-3 0 00547
-2 25791 024.9849 216.0045 0010895 012.9914 347.0873 14.38926634002672
-FUSE 1
-1 25791U 99035A   99193.18494715 +.00000545 +00000-0 +11704-3 0 00384
-2 25791 024.9850 222.3506 0010896 001.9128 358.1416 14.38926205002526
-FUSE 1
-1 25791U 99035A   99192.14459780 +.00000580 +00000-0 +12797-3 0 00193
-2 25791 024.9850 228.6966 0010908 350.8363 009.1951 14.38925741002370
-FUSE 1
-1 25791U 99035A   99191.24296126  .00000600  00000-0  13459-3 0    61
-2 25791  24.9852 234.1962 0010933 341.3306  18.6794 14.38925220  2248
-FUSE 1
-1 25791U 99035A   99189.57840234 +.00000688 +00000-0 +16244-3 0 00431
-2 25791 024.9847 244.3496 0011003 324.3520 035.6271 14.38924327002005
-FUSE 1
-1 25791U 99035A   99188.53805210 +.00000745 +00000-0 +18074-3 0 00304
-2 25791 024.9847 250.6956 0011082 313.4689 046.4896 14.38923665001857
-FUSE 1
-1 25791U 99035A   99187.56705911 +.00000776 +00000-0 +19053-3 0 00181
-2 25791 024.9847 256.6180 0011114 303.2228 056.7215 14.38922773001717
-FUSE 1
-1 25791U 99035A   99187.22027565  .00000809  00000-0  20103-3 0    57
-2 25791  24.9849 258.7334 0011145 299.6070  60.3328 14.38922625  1666
-FUSE 1
-1 25791U 99035A   99186.59606618 +.00000806 +00000-0 +20001-3 0 00658
-2 25791 024.9848 262.5402 0011144 293.0885 066.8449 14.38921812001577
-FUSE 1
-1 25791U 99035A   99185.55571694 +.00000781 +00000-0 +19209-3 0 00489
-2 25791 024.9850 268.8854 0011179 282.1384 077.7873 14.38920354001427
-FUSE 1
-1 25791U 99035A   99184.58472411 +.00000771 +00000-0 +18889-3 0 00356
-2 25791 024.9851 274.8074 0011210 272.0258 087.8967 14.38919111001282
-FUSE 1
-1 25791U 99035A   99183.61373101 +.00000806 +00000-0 +20014-3 0 00199
-2 25791 024.9851 280.7294 0011202 261.9284 097.9951 14.38918148001148
-FUSE
-1 25791U 99035A   99182.64273781  .00000831  00000-0  20827-3 0    48
-2 25791  24.9852 286.6514 0011228 251.8187 108.1089 14.38917064  1005
-FUSE
-1 25791U 99035A   99181.53303177 +.00000885 +00000-0 +22535-3 0 00326
-2 25791 024.9851 293.4193 0011207 240.2024 119.7372 14.38915842000848
-FUSE
-1 25791U 99035A   99180.42332586 +.00000769 +00000-0 +18844-3 0 00250
-2 25791 024.9851 300.1870 0011210 228.6224 131.3324 14.38913850000688
-FUSE
-1 25791U 99035A   99179.72975929 +.00000701 +00000-0 +16654-3 0 00225
-2 25791 024.9851 304.4168 0011211 221.3620 138.6046 14.38912818000589
-FUSE
-1 25791U 99035A   99178.68940879 +.00000540 +00000-0 +11515-3 0 00070
-2 25791 024.9851 310.7614 0011204 210.4757 149.5099 14.38911405000431
-FUSE
-1 25791U 99035A   99178.55069535  .00000518  00000-0  10814-3 0    39
-2 25791  24.9851 311.6073 0011204 209.0295 150.9590 14.38911233   410
-FUSE
-1 25791U 99035A   99177.92648488 +.00000082 +00000-0 -31136-4 0 00408
-2 25791 024.9853 315.4140 0011227 202.4549 157.5464 14.38909900000324
-FUSE
-1 25791U 99035A   99176.95549150 -.00001333 +00000-0 -48314-3 0 00075
-2 25791 024.9860 321.3361 0010962 190.9807 169.0438 14.38907601000185
diff --git a/src/cal/get_tle/tmp/add_tle.pl b/src/cal/get_tle/tmp/add_tle.pl
deleted file mode 100755
index 4bdda9e..0000000
--- a/src/cal/get_tle/tmp/add_tle.pl
+++ /dev/null
@@ -1,182 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-
-# ***************************************************
-# add_tle.pl
-# 
-# This Perl module will read in the latest five orbital elements
-# from the file five.tle (which was created by get_tle.pl) and
-# add any new orbital elements to the file FUSE.TLE.  The file
-# FUSE.TLE is in descending order (i.e. the most recent elements
-# are first).  In order to prepend the new TLE onto the old list
-# I found it was easiest to store everything in a temporary file
-# TEMP.TLE and rewrite FUSE.TLE.
-#
-# Author: Ed Murphy
-#
-# History:  Written  July 27, 1999
-#
-# ***************************************************
-
-# Define the file names.  old_maintle_filename is not actually opened,
-# but is used in a system call at the end of the program. 
-
-$input_filename = "five.tle";
-$maintle_filename = "FUSE.TLE";
-$old_maintle_filename = "FUSE.OLD";
-$temp_filename = "TEMP.TLE";
-
-# Open the files.
-open (TLE_INFILE, "<$input_filename") || die "Cannot open $input_filename";
-open (TLE_TEMPFILE, ">$temp_filename") || die "Cannot open $temp_filename";
-open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename";
-
-# Read the first two lines from the maintle file to get the date of the
-# most recent set of TLEs.  Save these lines for later output.
-    $lineout1 = ;
-    $lineout2 = ;
-    $last_date = substr($lineout2,18,14);
-
-# get rid of the blank line at the beginning of five.tle file
-    $line = ;  
-
-# Cycle through the five.tle file and look for files more recent than
-# last_date.  
-    while ($line1 = ) {
-        $sat_name = substr($line1,0,4);
-        $line2 = ;
-        $line3 = ;
-        $tle_date = substr($line2,18,14);
-        $id2 = substr($line2, 2, 5);
-        $id3 = substr($line3, 2, 5);
-        # if the TLE is more recent, print it out to the TEMP file.
-        if (($tle_date > $last_date+0.05) && ($sat_name eq "FUSE") && ($id2 == 25791) && ($id3 == 25791)) {
-            &check_tle;
-            print TLE_TEMPFILE $line1;
-            print TLE_TEMPFILE $line2;
-            print TLE_TEMPFILE $line3;
-            # Send this output to screen to make sure TLEs look OK
-            if ($tle_flag != 0) {
-		print STDOUT "ERROR: Possible error in TLE:\n";
-            }
-            print STDOUT "The new TLEs are:\n";
-            print STDOUT $line1;
-            print STDOUT $line2;
-            print STDOUT $line3;
-	}
-
-    }
-
-# Now add the MAINTLE file to the end of the TEMPFILE
-    print TLE_TEMPFILE $lineout1;
-    print TLE_TEMPFILE $lineout2;
-    while ($line1 = ) {
-            print TLE_TEMPFILE $line1;
-    }
- 
-    close (TLE_INFILE);
-    close (TLE_MAINFILE);
-    close (TLE_TEMPFILE);
-
-# Move the MAINFILE into the old_maintle filename
-# Move the TEMPFILE to be the MAINFILE
-# Remove the five.tle file.
-    system("mv $maintle_filename $old_maintle_filename");
-    system("mv $temp_filename $maintle_filename");
-    system("chmod ug+rw $maintle_filename");
-    system("chgrp sdp $maintle_filename");
-    system("rm -f $input_filename");
-
-### end of Perl script
-
-sub check_tle {
-
-    $tle_flag = 0;
-
-    &parse_lines;
-
-    &calculate_a0;
-
-    &calculate_orbs;
-
-    if (($mean_mot > 14.391) || ($mean_mot < 14.389)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in mean motion $mean_mot \n";
-    }
-    if (($incl > 24.990) || ($incl < 24.975)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in inclination $incl \n";
-    }
-    if (($eccen > 0.00120) || ($eccen < 0.00108)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in eccentricity $eccen \n";
-    }
-    if (($semiax > 7145.0) || ($semiax < 7143.0)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in semi-major axis $semia \n";
-    }
-    if (($apogee > 777.0) || ($apogee < 773.0)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in apogee $apogee \n";
-    }
-    if (($perigee > 760.0) || ($perigee < 756.0)) {
-	$tle_flag = 1;
-        print STDOUT "Possible error in perigee $perigee \n";
-    }
-
-}
-
-sub parse_lines {
-$year = substr($line2, 18, 2);
-$doy = substr($line2, 20, 3);
-$dayfrac = substr($line2, 23, 9);
-$epoch = $year.$doy.$dayfrac;
-$incl = substr($line3, 9, 8);
-$raan = substr($line3, 17,8);
-$eccen = substr($line3, 26, 7);
-$eccen = "0." . $eccen;
-$mean_mot = substr($line3, 52, 11);
-$mean_anom = substr($line3, 43, 8);
-$arg_perig = substr($line3, 34, 8);
-
-
-if ($year > 50) {
-    $year += 1900;
-} else {
-    $year += 2000;
-}
-
-$dayfrac = "0".$dayfrac;
-
-}
-
-sub calculate_a0 {
-
-$mu = 3.986005E5;
-$pi = 3.14159265358979;
-$radian = 0.0174532925200;
-
-$mm=2.0*$pi*$mean_mot/(24.0*60.0);
-$ke=0.74366916E-1;
-$k2=5.413080E-4;
-$a1=($ke/$mm)**(2.0/3.0);
-$inrad = $incl * $radian;
-
-$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)
-**(3.0/2.0));
-$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1);
-$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)
-**(3.0/2.0));
-$semiax=$a0/(1-$d0)*6378.135;
-
-}
-
-sub calculate_orbs {
-
-$period = 60.0*24.0/($mean_mot/(1+$d0));
-$cax=$eccen*$semiax;
-$perigee=$semiax-$cax-6378.1;
-$apogee=$semiax+$cax-6378.1;
-
-}
-
diff --git a/src/cal/get_tle/tmp/check_tle.pl b/src/cal/get_tle/tmp/check_tle.pl
deleted file mode 100755
index 483692e..0000000
--- a/src/cal/get_tle/tmp/check_tle.pl
+++ /dev/null
@@ -1,100 +0,0 @@
-#!/usr/local/bin/perl
-use FileHandle;
-
-# ***************************************************
-# add_tle.pl
-# 
-# This Perl module will read in the latest five orbital elements
-# from the file five.tle (which was created by get_tle.pl) and
-# add any new orbital elements to the file FUSE.TLE.
-#
-# Author: Ed Murphy
-#
-# History:  Written  July 27, 1999
-#
-# ***************************************************
-
-# Define the file names.  old_maintle_filename is not actually opened,
-# but is used in a system call at the end of the program. 
-
-$maintle_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE";
-$outtle_filename = "check_tle.dat";
-
-# Open the files.
-open (TLE_MAINFILE, "<$maintle_filename") || die "Cannot open $maintle_filename";
-open (TLE_OUT, ">$outtle_filename") || die "Cannot open $outtle_filename";
-
-# Read the first two lines from the maintle file to get the date of the
-# most recent set of TLEs.  Save these lines for later output.
-while ($line1 = ) {
-    $line2 = ;
-    $line3 = ;
-
-    &parse_lines;
-
-    &calculate_a0;
-    &calculate_orbs;
-
-    printf TLE_OUT "%7.3f %6.2f %6.2f %7.2f %6.2f %7.4f %6.2f %6.2f %8.6f\n",$day, $apogee, $perigee, $semiax, $raan, $incl, $mean_anom, $arg_perig, $eccen;
-
-}
-
-    close (TLE_MAINFILE);
-    close (TLE_OUT);
-
-### end of Perl script
-
-
-sub parse_lines {
-$year = substr($line2, 18, 2);
-$doy = substr($line2, 20, 3);
-$dayfrac = substr($line2, 23, 9);
-$day=$doy.$dayfrac;
-$epoch = $year.$doy.$dayfrac;
-$incl = substr($line3, 9, 8);
-$raan = substr($line3, 17,8);
-$eccen = substr($line3, 26, 7);
-$eccen = "0." . $eccen;
-$mean_mot = substr($line3, 52, 11);
-$mean_anom = substr($line3, 43, 8);
-$arg_perig = substr($line3, 34, 8);
-
-
-if ($year > 50) {
-    $year += 1900;
-} else {
-    $year += 2000;
-}
-
-$dayfrac = "0".$dayfrac;
-
-}
-
-sub calculate_a0 {
-
-$mu = 3.986005E5;
-$pi = 3.14159265358979;
-$radian = 0.0174532925200;
-
-$mm=2.0*$pi*$mean_mot/(24.0*60.0);
-$ke=0.74366916E-1;
-$k2=5.413080E-4;
-$a1=($ke/$mm)**(2.0/3.0);
-$inrad = $incl * $radian;
-
-$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0));
-$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1);
-$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0));
-$semiax=$a0/(1-$d0)*6378.135;
-
-}
-
-sub calculate_orbs {
-
-$period = 60.0*24.0/($mean_mot/(1+$d0));
-$cax=$eccen*$semiax;
-$perigee=$semiax-$cax-6378.1;
-$apogee=$semiax+$cax-6378.1;
-
-}
-
diff --git a/src/cal/get_tle/tmp/five.tle.orig b/src/cal/get_tle/tmp/five.tle.orig
deleted file mode 100644
index 6949976..0000000
--- a/src/cal/get_tle/tmp/five.tle.orig
+++ /dev/null
@@ -1,17 +0,0 @@
-
-FUSE 1
-1 25791U 99035A   03334.81529517  .00000629  00000-0  13611-3 0    73
-2 25791  24.9828 141.7372 0010396 237.2837 122.6662 14.41449325233814
-FUSE 1
-1 25791U 99035A   03332.32285756  .00000721  00000-0  16400-3 0    51
-2 25791  24.9827 157.0092 0010498 210.6638 149.3252 14.41447882233456
-FUSE 1
-1 25791U 99035A   03331.90745146 +.00000729 +00000-0 +16628-3 0 00081
-2 25791 024.9828 159.5554 0010553 206.5242 153.4727 14.41447542233393
-FUSE 1
-1 25791U 99035A   03331.14587356  .00000725  00000-0  16505-3 0    40
-2 25791  24.9828 164.2238 0010646 198.4715 161.5398 14.41446726233287
-FUSE 1
-1 25791U 99035A   03330.86893587 +.00000724 +00000-0 +16482-3 0 00069
-2 25791 024.9826 165.9208 0010698 195.8086 164.2086 14.41446474233249
-
diff --git a/src/cal/get_tle/tmp/get_tle.logfile b/src/cal/get_tle/tmp/get_tle.logfile
deleted file mode 100644
index 570d7e1..0000000
--- a/src/cal/get_tle/tmp/get_tle.logfile
+++ /dev/null
@@ -1,122 +0,0 @@
-Trying 128.183.234.87...
-Connected to oig1.gsfc.nasa.gov.
-Escape character is '^]'.
-HTTP/1.0 200 OK
-Server: Microsoft-IIS/3.0
-Date: Mon, 01 Dec 2003 16:18:01 GMT
-Content-type: text/html
-
-
-
-OIG Registered user login ok
-
-

Registered User Login OK

-

2003/12/01 16:18:01 Session time remaining: 02:00:00

-
- -
-
-This account will expire if not accessed at least once every 90 days.
-
-You have sucessfully logged in as registered user: 
-  Mary L. Romelfanger
-
-Please select => [Continue]
-
-
-© 2003 National Aeronautics and Space Administration (NASA). All rights reserved. - -*** - Starting User's Home Page output page -*** - -Trying 128.183.234.87... -Connected to oig1.gsfc.nasa.gov. -Escape character is '^]'. -HTTP/1.0 200 OK -Server: Microsoft-IIS/3.0 -Date: Mon, 01 Dec 2003 16:18:02 GMT -Content-type: text/html - - - -OIG User home page - -

User Home Page

-

2003/12/01 16:18:01 Session time remaining: 02:00:00

-
-
Due to the existing National Security Restrictions all users must be -an approved registered user to access data on this site. 10/01/2001 -
- - -

-
-

  • TLE Query - One time query for TLE's
  • -

  • TLE Historical Request Form
  • -

  • TLE Format (Standard and Obsolete) - Break-out of a Two Line Element.
  • -

  • Favorite TLE Query - (the query limit is for any continuous 24 hour period)
  • -

  • Favorite TLE Query Configuration
  • -

  • User Home Page Configuration - Select to modify what links will appear on this page.
  • -

  • Super-User Application - Application to access all daily TLE(s)
  • -
    -This is your home page configured links area!
    -
    -No user home page configured links.
    -
    -You must select "User Home Page Configuration" to
    -access other links on this site.

    -

  • General Information - Formerly Main Home Page.
  • -

  • Messages - Messages to and from System Administrator
  • -

  • Change Password

  • © 2003 National Aeronautics and Space Administration (NASA). All rights reserved. -Trying 128.183.234.87... -Connected to oig1.gsfc.nasa.gov. -Escape character is '^]'. -HTTP/1.0 200 OK -Server: Microsoft-IIS/3.0 -Date: Mon, 01 Dec 2003 16:18:02 GMT -Content-type: text/html - - - -OIG TLE Query - -

    TLE Query

    -

    2003/12/01 16:18:02 Session time remaining: 01:59:59

    -
    -In this section you should select up to a maximum of 100 satellite catalog
    -numbers, for which you can download the latest set of Two-Line elements.  Enter
    -the satellite catalog numbers that you would like to query on, and click on
    -submit.
    -
    -
    -Enter the object numbers in the area below separated by spaces.
    -Select the desired options.
    -Select "Submit".
    -(the query limit is for any continuous 24 hour period)

    - -
    Enter satellite object numbers:
    -
    -Format: 
    -  Standard
    -  Obsolete
    -Sort on: - Catalog number - Internationl designator
    -Number of TLE(s): - Latest One (1) - Latest Five (5)
    -


    - -[ User home page ] - -

    © 2003 National Aeronautics and Space Administration (NASA). All rights reserved. - \ No newline at end of file diff --git a/src/cal/get_tle/tmp/get_tle.pl b/src/cal/get_tle/tmp/get_tle.pl deleted file mode 100755 index 0693156..0000000 --- a/src/cal/get_tle/tmp/get_tle.pl +++ /dev/null @@ -1,148 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; -use IPC::Open2; - -### -# OIG TLE retrieval program -# DJG - 6/14/98 -# -# Uses a file called "one" which has sat numbers to get -# -# Places all output in a single file called "five.tle". -# -### - -### Configure: -##$login = "emurphy"; -##$passwd = "bdr529"; - -$login = "mromelfanger"; -$passwd = "fusejhu"; -$output_filename = "five.tle"; -$log_filename = "get_tle.logfile"; - -### (end of configure section) - -# system("fixlist one tempone"); -# chop($satstoget = `cat tempone`); -# system("rm -f tempone"); - -$satstoget = "25791"; - -# The "output" file collects debugging copies of everything that comes back. -open(OUT,">$log_filename") || die "Could not open output file"; - -# The following logs in to OIG and gets the first "continue" code - -$host = "oig1.gsfc.nasa.gov"; -#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; -$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; -while () { - print OUT "$_"; # copy each login screen line to the output file - if (/tdac=(\w+)\"/) { - $continuecode = $1; # This code is the "continue" code - } -} -close(Reader); -close(Writer); - -# $continuecode contains the very first "continue" code after login. - -print OUT "*** \n Starting User's Home Page output page \n***\n\n"; - -# This url accesses the next screen (user home page) -#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode; -$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode; -# print $url; # debug print - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each line to the output file - - if(/tdac=(\w+)\"/) { - -# Look for the "tle ad hoc query" code and save it - chop($word = "$_"); - if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) { - $tlequerycode = "$1"; - } - } -} -# close(HOMEPAGE); -# This access is to the "TLE ad hoc query" web page. -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each login screen line to the output file - - # Look for the TLE "submit" code - chop($word = "$_"); - if ($word =~ /tdac\" VALUE=\"(\w+)\"/) { - $gotcode2 = "$1"; - } -} -close(Reader); -close(Writer); - -# Compose the TLE query and submit it -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2; -$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five"; - -# print "$url\n"; # debug print - -# Read the reply and copy the relevant lines to output_filename - -$copy = "no"; -open(TLEOUT,">$output_filename") || die "Error opening $output_filename"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - if ($_ =~ /

    /) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

    ") {  # Begin copy operation
    -    $copy = "yes";
    -  }
    -}
    -close(Reader);
    -close(Writer);
    -close(TLEOUT);
    -
    -# The following will remove all session files. You can comment it
    -# out for debugging.
    -# system("rm -f output");
    -
    -# The following script "fixes up" the output
    -# system("fix/do.fix.one");
    -
    -### end of Perl script
    -
    diff --git a/src/cal/get_tle/tmp/make_cvzramtool.pl b/src/cal/get_tle/tmp/make_cvzramtool.pl
    deleted file mode 100755
    index 4cb2e01..0000000
    --- a/src/cal/get_tle/tmp/make_cvzramtool.pl
    +++ /dev/null
    @@ -1,215 +0,0 @@
    -#!/usr/local/bin/perl
    -use FileHandle;
    -
    -# This program will read in the latest FUSE TLE and recreate the 
    -# cvz_ram_tool.html web page.
    -
    -$output_filename = "/data2/violet/htdocs/support/tools/cvz_ram_tool.html";
    -open (OUTF, ">$output_filename") || die "Cannot open cvz_ram_tool.html file";
    -
    -system("chmod ug+rw $output_filename");
    -system("chgrp www $output_filename");
    -
    -$input_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE";
    -open (INP_TLE, "<$input_filename") || die "Cannot open FUSE.TLE file";
    -
    -$line1 = ;
    -$line2 = ;
    -$line3 = ;
    -
    -$id2 = substr($line2, 2, 5);
    -$id3 = substr($line3, 2, 5);
    -
    -if (($id2 != 25791) || ($id3 != 25791)) {
    -    print STDOUT "Error in TLE:\n";
    -    print STDOUT $line1;
    -    print STDOUT $line2;
    -    print STDOUT $line3;
    -    die "Error in TLE";
    -}
    -
    -close (INP_TLE);
    -
    -$year = substr($line2, 18, 2);
    -$doy = substr($line2, 20, 3);
    -$dayfrac = substr($line2, 23, 9);
    -$incl = substr($line3, 9, 8);
    -$raan = substr($line3, 17,8);
    -$eccen = substr($line3, 26, 7);
    -$eccen = "0." . $eccen;
    -$mean_mot = substr($line3, 52, 11);
    -
    -if ($year > 50) {
    -    $year += 1900;
    -} else {
    -    $year += 2000;
    -}
    -
    -$dayfrac = "0".$dayfrac;
    -
    -&convert_doy;
    -&convert_dayfrac;
    -&calculate_a0;
    -
    -$now=`date`;
    -$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4);
    -
    -print OUTF "FUSE CVZ/Ram Calculator\n";
    -print OUTF "

    FUSE Continuous Viewing Zone and Orbit Ram Calculator V1.3

    \n"; -print OUTF "

    June 12, 1999

    \n"; - -print OUTF "The FUSE Continuous Viewing Zone and Orbit Ram \n"; -print OUTF "Calculator can determine when a given target \n"; -print OUTF "direction is in the continuous viewing zone. \n"; -print OUTF "It also calculates when a given target lies \n"; -print OUTF "within 20 degrees of the orbital plane and \n"; -print OUTF "cannot be observed due to ram avoidance\n"; -print OUTF "constraints. The default orbital elements \n"; -print OUTF "were last updated on $month $day, $year. \n"; - -print OUTF "
    \n"; -print OUTF "

    \n"; -print OUTF "

    \n"; - -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; - -print OUTF "
    \n"; -print OUTF "Target Parameters:\n"; -print OUTF "
    \n"; -print OUTF "
    \n"; -print OUTF "Right Ascension (format HH:MM:SS.SS):\n"; -print OUTF " (J2000.0)\n"; -print OUTF "
    \n"; -print OUTF "Declination (format -DD:MM:SS.S):\n"; -print OUTF " (J2000.0)\n"; -print OUTF "
    \n"; -print OUTF "
    \n"; -print OUTF "
    \n"; -print OUTF "Output table parameters:\n"; -print OUTF "
    \n"; -print OUTF " Minimum Earth limb angle: \n"; -print OUTF "(deg)\n"; -print OUTF "
    \n"; -print OUTF "Start Date:\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "Time step:days
    \n"; -print OUTF "Number of steps:
    \n"; -print OUTF "
    \n"; -print OUTF "
    \n"; -print OUTF "FUSE classical Keplarian orbital elements:\n"; -print OUTF "
    \n"; -print OUTF "Epoch date of elements:\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "Epoch UT time of elements (format HH:MM:SS.SS):\n"; -printf OUTF "\n",$hour,$minute,$second; -print OUTF "
    \n"; -print OUTF "Semi-major axis (km):\n"; -printf OUTF " \n",$semiax; -print OUTF "
    \n"; -print OUTF "Right ascension of the ascending node (degrees):\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "Orbit inclination (degrees):\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "Eccentricity:\n"; -print OUTF " \n"; -print OUTF "
    \n"; -print OUTF "
    \n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; - -print OUTF "
    \n"; -print OUTF "This page uses the STARLINK \n"; -print OUTF "set of astronomical subroutines.\n"; -print OUTF "
    \n"; -print OUTF "This page was automatically generated on $now"; -print OUTF "
    \n"; -print OUTF "
    emurphy\@pha.jhu.edu
    \n"; - -close (OUTF); - -### end of Perl script - - -sub convert_doy { - @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); - - if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { - # $year is a leap year use daytab1 - for ($i = 1; $doy > $daytab1[$i]; $i++) { - $doy -= $daytab1[$i]; - } - } else { - # $year is not a leap year, use daytab2 - for ($i = 1; $doy > $daytab2[$i]; $i++) { - $doy -= $daytab2[$i]; - } - } - $month = $monthstr[$i]; - $day = $doy; -} - -sub convert_dayfrac { - $dayfrac *= 24.0; - $hour = int($dayfrac); - $minute = int(($dayfrac-$hour)*60.0); - $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; -} diff --git a/src/cal/get_tle/tmp/make_orbit.pl b/src/cal/get_tle/tmp/make_orbit.pl deleted file mode 100755 index a8f00ff..0000000 --- a/src/cal/get_tle/tmp/make_orbit.pl +++ /dev/null @@ -1,233 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; - -# Ed Murphy's program to rewrite the orbit page -# Updated 03/27/00 Changed GSOC to Heavens Above - -$output_filename = "/data2/violet/htdocs/users/orbit.html"; -open (OUTF, ">$output_filename") || die "Cannot open $output_filename file"; - -system("chmod ug+rw $output_filename"); -system("chgrp www $output_filename"); - -$input_filename = "/data1/fuse/calfuse/calfiles/FUSE.TLE"; -open (INP_TLE, "<$input_filename") || die "Cannot open $input_filename file"; - -$satid = 25791; - -&input_lines; - -close (INP_TLE); - -&parse_lines; - -&convert_doy; -&convert_dayfrac; -&calculate_a0; -&calculate_orbs; - -$now=`date`; -$datest = substr($now,4,3)." ".substr($now,8,2).", ".substr($now,24,4); - -print OUTF "\n"; -print OUTF "\n"; -print OUTF "FUSE Orbital Elements page\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "
    \n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "\n"; -print OUTF "FUSE

    \n"; -print OUTF "Orbital Elements\n"; -print OUTF "

    \n"; -print OUTF "\n"; -print OUTF "

    \n"; -print OUTF "

    \n"; -print OUTF "\n"; -print OUTF "Where is FUSE now?
    \n"; -print OUTF "Check out the\n"; -print OUTF "\n"; -print OUTF "Heavens-Above Satellite Predictions page .\n"; -print OUTF "
    \n"; -print OUTF "

    \n"; -print OUTF "


    \n"; -print OUTF "

    \n";
    -print OUTF " \n";
    -print OUTF  "FUSE orbital elements:\n";
    -print OUTF  "     NORAD number       25791\n";
    -print OUTF  "     International ID  99035A\n";
    -print OUTF  " \n";
    -
    -&print_orb;
    -
    -print OUTF "
    \n"; - -&print_tail; - -close (OUTF); - -### end of Perl script - - -sub convert_doy { - @daytab1 = (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @daytab2 = (0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); - @monthstr = ("", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); - - if ((($year%4 == 0) && ($year%100 != 0)) || ($year%400 == 0)) { - # $year is a leap year use daytab1 - for ($i = 1; $doy > $daytab1[$i]; $i++) { - $doy -= $daytab1[$i]; - } - } else { - # $year is not a leap year, use daytab2 - for ($i = 1; $doy > $daytab2[$i]; $i++) { - $doy -= $daytab2[$i]; - } - } - $month = $monthstr[$i]; - $day = $doy; -} - -sub convert_dayfrac { - $dayfrac *= 24.0; - $hour = int($dayfrac); - $minute = int(($dayfrac-$hour)*60.0); - $second = ((($dayfrac-$hour)*60.0)-$minute)*60.0; -} - -sub input_lines { -$line1 = ; -$line2 = ; -$line3 = ; - -$id2 = substr($line2, 2, 5); -$id3 = substr($line3, 2, 5); - -if (($id2 != $satid) || ($id3 != $satid)) { - print STDOUT "Error in TLE:\n"; - print STDOUT $line1; - print STDOUT $line2; - print STDOUT $line3; -# die "Error in TLE"; -} - -} - -sub parse_lines { -$year = substr($line2, 18, 2); -$doy = substr($line2, 20, 3); -$dayfrac = substr($line2, 23, 9); -$epoch = $year.$doy.$dayfrac; -$incl = substr($line3, 9, 8); -$raan = substr($line3, 17,8); -$eccen = substr($line3, 26, 7); -$eccen = "0." . $eccen; -$mean_mot = substr($line3, 52, 11); -$mean_anom = substr($line3, 43, 8); -$arg_perig = substr($line3, 34, 8); - - -if ($year > 50) { - $year += 1900; -} else { - $year += 2000; -} - -$dayfrac = "0".$dayfrac; - -} - -sub calculate_a0 { - -$mu = 3.986005E5; -$pi = 3.14159265358979; -$radian = 0.0174532925200; - -$mm=2.0*$pi*$mean_mot/(24.0*60.0); -$ke=0.74366916E-1; -$k2=5.413080E-4; -$a1=($ke/$mm)**(2.0/3.0); -$inrad = $incl * $radian; - -$d1=3.0/2.0*$k2/($a1*$a1)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$a0=$a1*(1.0-$d1/3.0-$d1*$d1-134.0/81.0*$d1*$d1*$d1); -$d0=3.0/2.0*$k2/($a0*$a0)*(3.0*cos($inrad)*cos($inrad)-1.0)/((1.0-$eccen*$eccen)**(3.0/2.0)); -$semiax=$a0/(1-$d0)*6378.135; - -} - -sub calculate_orbs { - -$period = 60.0*24.0/($mean_mot/(1+$d0)); -$cax=$eccen*$semiax; -$perigee=$semiax-$cax-6378.1; -$apogee=$semiax+$cax-6378.1; - -} - -sub print_orb { -print OUTF " Epoch $epoch\n"; -printf OUTF " Semimajor axis %7.2f km\n",$semiax; -printf OUTF " Apogee %5.2f km\n",$apogee; -printf OUTF " Perigee %5.2f km\n",$perigee; -print OUTF " Eccentricity $eccen\n"; -printf OUTF " Inclination %6.2f degrees\n",$incl; -printf OUTF " Period %6.2f minutes\n",$period; -printf OUTF " RA of asc. node %6.2f degrees\n",$raan; -printf OUTF " Arg. of perigee %6.2f degrees\n",$arg_perig; -printf OUTF " Mean anomaly %6.2f degrees\n",$mean_anom; -print OUTF " \n"; - -} - -sub print_tail { -print OUTF "

    "; - -print OUTF "The FUSE Delta II second stage (NORAD #25792) reentered on \n"; -print OUTF "the morning of August 4, 1999 during orbit number 708. \n"; -print OUTF "According to predictions by Alan Pickup, reentry \n"; -print OUTF "occured within 90 minutes of 5:31 UT, probably over the \n"; -print OUTF "Arabian Sea or India. The final orbit was 119 x 103 km (74 x 64 mi).\n"; -print OUTF "

    "; -print OUTF "

    "; -print OUTF "\n"; -print OUTF " Could anything have survived reentry?

    \n"; -print OUTF "

    "; -print OUTF "\n"; -print OUTF "

    These numbers assume a Keplerian orbit; the actual apogee and perigee \n"; -print OUTF "will differ by a few km on an orbit-to-orbit basis.\n"; -print OUTF "

    "; -print OUTF "

    The NORAD Two-Line Elements (TLEs) for FUSE can be found in the file \n"; -print OUTF " FUSE.TLE .\n"; -print OUTF "

    \n"; -print OUTF "This page is automatically updated daily. I wish to thank \n"; -print OUTF "Doyle Groves \n"; -print OUTF "for providing a Perl script to access the NASA\n"; -print OUTF "Orbital Information Group web page.\n"; -print OUTF "

    Ed Murphy, \n"; -print OUTF "

    emurphy\@pha.jhu.edu
    \n"; -print OUTF "

    \n"; -print OUTF "\n"; -print OUTF "

    \n"; -print OUTF "Last changed: $datest.\n"; -print OUTF "

    \n"; -print OUTF "Return to the FUSE home page.
    \n"; -print OUTF "

    \n"; -print OUTF "

    \n"; -print OUTF "
    \n"; -print OUTF "\n"; -print OUTF "\n"; - -} diff --git a/src/cal/get_tle/tmp/test_get_tle.pl b/src/cal/get_tle/tmp/test_get_tle.pl deleted file mode 100755 index 33b72e5..0000000 --- a/src/cal/get_tle/tmp/test_get_tle.pl +++ /dev/null @@ -1,148 +0,0 @@ -#!/usr/local/bin/perl -use FileHandle; -use IPC::Open2; - -### -# OIG TLE retrieval program -# DJG - 6/14/98 -# -# Uses a file called "one" which has sat numbers to get -# -# Places all output in a single file called "five.tle". -# -### - -### Configure: -##$login = "emurphy"; -##$passwd = "bdr529"; - -$login = "mromelfanger"; -$passwd = "fusejhu"; -$output_filename = "/data1/fuse/calfuse/caltemp/five.tle"; -$log_filename = "/data1/fuse/calfuse/caltemp/get_tle.logfile"; - -### (end of configure section) - -# system("fixlist one tempone"); -# chop($satstoget = `cat tempone`); -# system("rm -f tempone"); - -$satstoget = "25791"; - -# The "output" file collects debugging copies of everything that comes back. -open(OUT,">$log_filename") || die "Could not open output file"; - -# The following logs in to OIG and gets the first "continue" code - -$host = "oig1.gsfc.nasa.gov"; -#$url = "scripts/foxweb.dll/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; -$url = "scripts/foxweb.exe/loginok\@app01?tdac=&ffv01=$login&ffv02=$passwd"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; -while () { - print OUT "$_"; # copy each login screen line to the output file - if (/tdac=(\w+)\"/) { - $continuecode = $1; # This code is the "continue" code - } -} -close(Reader); -close(Writer); - -# $continuecode contains the very first "continue" code after login. - -print OUT "*** \n Starting User's Home Page output page \n***\n\n"; - -# This url accesses the next screen (user home page) -#$url = "scripts/foxweb.dll/favorhome\@app01?tdac=" . $continuecode; -$url = "scripts/foxweb.exe/favorhome\@app01?tdac=" . $continuecode; -# print $url; # debug print - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each line to the output file - - if(/tdac=(\w+)\"/) { - -# Look for the "tle ad hoc query" code and save it - chop($word = "$_"); - if ($word =~ /ftleadhoc.+tdac=(\w+)\"/) { - $tlequerycode = "$1"; - } - } -} -# close(HOMEPAGE); -# This access is to the "TLE ad hoc query" web page. -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $tlequerycode; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $tlequerycode; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - print OUT "$_"; # copy each login screen line to the output file - - # Look for the TLE "submit" code - chop($word = "$_"); - if ($word =~ /tdac\" VALUE=\"(\w+)\"/) { - $gotcode2 = "$1"; - } -} -close(Reader); -close(Writer); - -# Compose the TLE query and submit it -#$url = "scripts/foxweb.dll/ftleadhoc\@app01?tdac=" . $gotcode2; -$url = "scripts/foxweb.exe/ftleadhoc\@app01?tdac=" . $gotcode2; -$url .= "&ffv01=" . $satstoget . "&ffv02=standard&ffv03=catno&ffv04=five"; - -# print "$url\n"; # debug print - -# Read the reply and copy the relevant lines to output_filename - -$copy = "no"; -open(TLEOUT,">$output_filename") || die "Error opening $output_filename"; - -open2 (\*Reader, \*Writer, "telnet $host 80") || die "Error opening connection"; -Writer->autoflush(); - -print Reader "telnet $host 80\n"; -print Writer "GET \/$url\n"; - -while () { - if ($_ =~ /

    /) { # End copy operation - print "$_"; # write remaining limit to output file - $copy = "no"; - } - if ($copy eq "yes") { - print TLEOUT "$_"; # copy every line to five.tle - # print "$_"; # and to the terminal - } - if (substr($_,0,5) eq "

    ") {  # Begin copy operation
    -    $copy = "yes";
    -  }
    -}
    -close(Reader);
    -close(Writer);
    -close(TLEOUT);
    -
    -# The following will remove all session files. You can comment it
    -# out for debugging.
    -# system("rm -f output");
    -
    -# The following script "fixes up" the output
    -# system("fix/do.fix.one");
    -
    -### end of Perl script
    -
    diff --git a/src/cal/get_tle/tmp/test_tle.csh b/src/cal/get_tle/tmp/test_tle.csh
    deleted file mode 100755
    index 5431552..0000000
    --- a/src/cal/get_tle/tmp/test_tle.csh
    +++ /dev/null
    @@ -1,50 +0,0 @@
    -#!/bin/csh -f
    -#******************************************************************************
    -#*              Johns Hopkins University
    -#*              Center For Astrophysical Sciences
    -#*              FUSE
    -#*****************************************************************************
    -#*
    -#* Synopsis:    update_tle
    -#*
    -#* Description: Shell script for automatically downloading the latest
    -#*              orbital elements from the GSFC OIG, and placing these
    -#*              elements in the FUSE.TLE file.  It will also update 
    -#*              the cvz_ram_tool.html calculator.
    -#*		
    -#*		All messages are to stdout or stderr.
    -#*
    -#* Arguments:   None
    -#*
    -#* Returns:     Exit codes:
    -#*			0		successful execution
    -#* 
    -#* History:     07/27/99        emm     Begin work.
    -#******************************************************************************/
    -
    -set tlestat=0
    -
    -# Step 1
    -/usr/local/fusesw/calfuse/current/src/cal/get_tle/get_tle.pl
    -set cfstat=$status
    -
    -# Step 2
    -if !({$cfstat}) then
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/add_tle.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 3
    -if !({$cfstat}) then
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_cvzramtool.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 4
    -if !({$cfstat}) then
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_orbit.pl
    -    set cfstat=$status
    -endif
    -
    -exit($cfstat)
    -
    diff --git a/src/cal/get_tle/tmp/update_tle.csh b/src/cal/get_tle/tmp/update_tle.csh
    deleted file mode 100755
    index 5c076bd..0000000
    --- a/src/cal/get_tle/tmp/update_tle.csh
    +++ /dev/null
    @@ -1,55 +0,0 @@
    -#!/bin/csh -f
    -#******************************************************************************
    -#*              Johns Hopkins University
    -#*              Center For Astrophysical Sciences
    -#*              FUSE
    -#*****************************************************************************
    -#*
    -#* Synopsis:    update_tle
    -#*
    -#* Description: Shell script for automatically downloading the latest
    -#*              orbital elements from the GSFC OIG, and placing these
    -#*              elements in the FUSE.TLE file.  It will also update 
    -#*              the cvz_ram_tool.html calculator.
    -#*		
    -#*		All messages are to stdout or stderr.
    -#*
    -#* Arguments:   None
    -#*
    -#* Returns:     Exit codes:
    -#*			0		successful execution
    -#* 
    -#* History:     07/27/99        emm     Begin work.
    -#*              10/23/00        mlr     changed path from v1.4 to current
    -#******************************************************************************/
    -
    -set tlestat=0
    -
    -# Step 1
    -#/usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/get_tle.pl
    -/usr/local/fusesw/calfuse/current/src/cal/get_tle/get_tle.pl
    -set cfstat=$status
    -
    -# Step 2
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/add_tle.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/add_tle.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 3
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/make_cvzramtool.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_cvzramtool.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 4
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/make_orbit.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_orbit.pl
    -    set cfstat=$status
    -endif
    -
    -exit($cfstat)
    -
    diff --git a/src/cal/get_tle/update_tle.csh b/src/cal/get_tle/update_tle.csh
    deleted file mode 100755
    index bc9ae34..0000000
    --- a/src/cal/get_tle/update_tle.csh
    +++ /dev/null
    @@ -1,57 +0,0 @@
    -#!/bin/csh -f
    -#******************************************************************************
    -#*              Johns Hopkins University
    -#*              Center For Astrophysical Sciences
    -#*              FUSE
    -#*****************************************************************************
    -#*
    -#* Synopsis:    update_tle
    -#*
    -#* Description: Shell script for automatically downloading the latest
    -#*              orbital elements from the GSFC OIG, and placing these
    -#*              elements in the FUSE.TLE file.  It will also update 
    -#*              the cvz_ram_tool.html calculator.
    -#*		
    -#*		All messages are to stdout or stderr.
    -#*
    -#* Arguments:   None
    -#*
    -#* Returns:     Exit codes:
    -#*			0		successful execution
    -#* 
    -#* History:     07/27/99        emm     Begin work.
    -#*              10/23/00        mlr     changed path from v1.4 to current
    -#******************************************************************************/
    -
    -set tlestat=0
    -
    -# Step 1
    -#/usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/get_tle.pl
    -#/usr/local/fusesw/calfuse/current/src/cal/get_tle/get_tle.pl
    -#/usr/local/j2sdk1.4.2_06/bin/java -classpath /usr/local/fusesw/calfuse/current/src/cal/get_tle GetTLE
    -/usr/local/java/bin/java -classpath /usr/local/fusesw/calfuse/current/src/cal/get_tle GetTLE
    -set cfstat=$status
    -
    -# Step 2
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/add_tle.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/add_tle.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 3
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/make_cvzramtool.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_cvzramtool.pl
    -    set cfstat=$status
    -endif
    -
    -# Step 4
    -if !({$cfstat}) then
    -#    /usr/local/fusesw/calfuse/v1.4/src/cal/get_tle/make_orbit.pl
    -    /usr/local/fusesw/calfuse/current/src/cal/get_tle/make_orbit.pl
    -    set cfstat=$status
    -endif
    -
    -exit($cfstat)
    -
    diff --git a/src/cal/get_tle/update_tle.csh.in b/src/cal/get_tle/update_tle.csh.in
    new file mode 100644
    index 0000000..05f9496
    --- /dev/null
    +++ b/src/cal/get_tle/update_tle.csh.in
    @@ -0,0 +1,51 @@
    +#!/bin/csh -f
    +#******************************************************************************
    +#*              Johns Hopkins University
    +#*              Center For Astrophysical Sciences
    +#*              FUSE
    +#*****************************************************************************
    +#*
    +#* Synopsis:    update_tle
    +#*
    +#* Description: Shell script for automatically downloading the latest
    +#*              orbital elements from the GSFC OIG, and placing these
    +#*              elements in the FUSE.TLE file.  It will also update 
    +#*              the cvz_ram_tool.html calculator.
    +#*		
    +#*		All messages are to stdout or stderr.
    +#*
    +#* Arguments:   None
    +#*
    +#* Returns:     Exit codes:
    +#*			0		successful execution
    +#* 
    +#* History:     07/27/99        emm     Begin work.
    +#*              10/23/00        mlr     changed path from v1.4 to current
    +#******************************************************************************/
    +
    +set tlestat=0
    +
    +# Step 1
    +java -classpath @DATADIR@/java GetTLE
    +set cfstat=$status
    +
    +# Step 2
    +if !({$cfstat}) then
    +    add_tle.pl
    +    set cfstat=$status
    +endif
    +
    +# Step 3
    +if !({$cfstat}) then
    +    make_cvzramtool.pl
    +    set cfstat=$status
    +endif
    +
    +# Step 4
    +if !({$cfstat}) then
    +    make_orbit.pl
    +    set cfstat=$status
    +endif
    +
    +exit($cfstat)
    +
    diff --git a/src/cal/parm/Makefile.am b/src/cal/parm/Makefile.am
    new file mode 100644
    index 0000000..de56248
    --- /dev/null
    +++ b/src/cal/parm/Makefile.am
    @@ -0,0 +1,4 @@
    +bin_PROGRAMS = make_parm_file
    +make_parm_file_SOURCES = make_parm_file.c
    +make_parm_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_parm_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    diff --git a/src/cal/parm/Makefile.in b/src/cal/parm/Makefile.in
    new file mode 100644
    index 0000000..2524870
    --- /dev/null
    +++ b/src/cal/parm/Makefile.in
    @@ -0,0 +1,655 @@
    +# Makefile.in generated by automake 1.15 from Makefile.am.
    +# @configure_input@
    +
    +# Copyright (C) 1994-2014 Free Software Foundation, Inc.
    +
    +# This Makefile.in is free software; the Free Software Foundation
    +# gives unlimited permission to copy and/or distribute it,
    +# with or without modifications, as long as this notice is preserved.
    +
    +# This program is distributed in the hope that it will be useful,
    +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    +# PARTICULAR PURPOSE.
    +
    +@SET_MAKE@
    +
    +VPATH = @srcdir@
    +am__is_gnu_make = { \
    +  if test -z '$(MAKELEVEL)'; then \
    +    false; \
    +  elif test -n '$(MAKE_HOST)'; then \
    +    true; \
    +  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    +    true; \
    +  else \
    +    false; \
    +  fi; \
    +}
    +am__make_running_with_option = \
    +  case $${target_option-} in \
    +      ?) ;; \
    +      *) echo "am__make_running_with_option: internal error: invalid" \
    +              "target option '$${target_option-}' specified" >&2; \
    +         exit 1;; \
    +  esac; \
    +  has_opt=no; \
    +  sane_makeflags=$$MAKEFLAGS; \
    +  if $(am__is_gnu_make); then \
    +    sane_makeflags=$$MFLAGS; \
    +  else \
    +    case $$MAKEFLAGS in \
    +      *\\[\ \	]*) \
    +        bs=\\; \
    +        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    +          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    +    esac; \
    +  fi; \
    +  skip_next=no; \
    +  strip_trailopt () \
    +  { \
    +    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    +  }; \
    +  for flg in $$sane_makeflags; do \
    +    test $$skip_next = yes && { skip_next=no; continue; }; \
    +    case $$flg in \
    +      *=*|--*) continue;; \
    +        -*I) strip_trailopt 'I'; skip_next=yes;; \
    +      -*I?*) strip_trailopt 'I';; \
    +        -*O) strip_trailopt 'O'; skip_next=yes;; \
    +      -*O?*) strip_trailopt 'O';; \
    +        -*l) strip_trailopt 'l'; skip_next=yes;; \
    +      -*l?*) strip_trailopt 'l';; \
    +      -[dEDm]) skip_next=yes;; \
    +      -[JT]) skip_next=yes;; \
    +    esac; \
    +    case $$flg in \
    +      *$$target_option*) has_opt=yes; break;; \
    +    esac; \
    +  done; \
    +  test $$has_opt = yes
    +am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    +am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    +pkgdatadir = $(datadir)/@PACKAGE@
    +pkgincludedir = $(includedir)/@PACKAGE@
    +pkglibdir = $(libdir)/@PACKAGE@
    +pkglibexecdir = $(libexecdir)/@PACKAGE@
    +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    +install_sh_DATA = $(install_sh) -c -m 644
    +install_sh_PROGRAM = $(install_sh) -c
    +install_sh_SCRIPT = $(install_sh) -c
    +INSTALL_HEADER = $(INSTALL_DATA)
    +transform = $(program_transform_name)
    +NORMAL_INSTALL = :
    +PRE_INSTALL = :
    +POST_INSTALL = :
    +NORMAL_UNINSTALL = :
    +PRE_UNINSTALL = :
    +POST_UNINSTALL = :
    +build_triplet = @build@
    +host_triplet = @host@
    +bin_PROGRAMS = make_parm_file$(EXEEXT)
    +subdir = src/cal/parm
    +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    +	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    +	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    +	$(top_srcdir)/configure.ac
    +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    +	$(ACLOCAL_M4)
    +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    +mkinstalldirs = $(install_sh) -d
    +CONFIG_HEADER = $(top_builddir)/src/include/config.h
    +CONFIG_CLEAN_FILES =
    +CONFIG_CLEAN_VPATH_FILES =
    +am__installdirs = "$(DESTDIR)$(bindir)"
    +PROGRAMS = $(bin_PROGRAMS)
    +am_make_parm_file_OBJECTS = make_parm_file-make_parm_file.$(OBJEXT)
    +make_parm_file_OBJECTS = $(am_make_parm_file_OBJECTS)
    +am__DEPENDENCIES_1 =
    +make_parm_file_DEPENDENCIES = $(am__DEPENDENCIES_1) \
    +	$(top_srcdir)/src/libcf/libcf.la
    +AM_V_lt = $(am__v_lt_@AM_V@)
    +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    +am__v_lt_0 = --silent
    +am__v_lt_1 = 
    +make_parm_file_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
    +	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
    +	$(make_parm_file_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
    +	$@
    +AM_V_P = $(am__v_P_@AM_V@)
    +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    +am__v_P_0 = false
    +am__v_P_1 = :
    +AM_V_GEN = $(am__v_GEN_@AM_V@)
    +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    +am__v_GEN_0 = @echo "  GEN     " $@;
    +am__v_GEN_1 = 
    +AM_V_at = $(am__v_at_@AM_V@)
    +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    +am__v_at_0 = @
    +am__v_at_1 = 
    +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
    +depcomp = $(SHELL) $(top_srcdir)/depcomp
    +am__depfiles_maybe = depfiles
    +am__mv = mv -f
    +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    +	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    +	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    +	$(AM_CFLAGS) $(CFLAGS)
    +AM_V_CC = $(am__v_CC_@AM_V@)
    +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    +am__v_CC_0 = @echo "  CC      " $@;
    +am__v_CC_1 = 
    +CCLD = $(CC)
    +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    +	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    +AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    +am__v_CCLD_0 = @echo "  CCLD    " $@;
    +am__v_CCLD_1 = 
    +SOURCES = $(make_parm_file_SOURCES)
    +DIST_SOURCES = $(make_parm_file_SOURCES)
    +am__can_run_installinfo = \
    +  case $$AM_UPDATE_INFO_DIR in \
    +    n|no|NO) false;; \
    +    *) (install-info --version) >/dev/null 2>&1;; \
    +  esac
    +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    +# Read a list of newline-separated strings from the standard input,
    +# and print each of them once, without duplicates.  Input order is
    +# *not* preserved.
    +am__uniquify_input = $(AWK) '\
    +  BEGIN { nonempty = 0; } \
    +  { items[$$0] = 1; nonempty = 1; } \
    +  END { if (nonempty) { for (i in items) print i; }; } \
    +'
    +# Make sure the list of sources is unique.  This is necessary because,
    +# e.g., the same source file might be shared among _SOURCES variables
    +# for different programs/libraries.
    +am__define_uniq_tagged_files = \
    +  list='$(am__tagged_files)'; \
    +  unique=`for i in $$list; do \
    +    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    +  done | $(am__uniquify_input)`
    +ETAGS = etags
    +CTAGS = ctags
    +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    +ACLOCAL = @ACLOCAL@
    +ALLOCA = @ALLOCA@
    +AMTAR = @AMTAR@
    +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    +AR = @AR@
    +AUTOCONF = @AUTOCONF@
    +AUTOHEADER = @AUTOHEADER@
    +AUTOMAKE = @AUTOMAKE@
    +AWK = @AWK@
    +CC = @CC@
    +CCDEPMODE = @CCDEPMODE@
    +CFLAGS = @CFLAGS@
    +CPP = @CPP@
    +CPPFLAGS = @CPPFLAGS@
    +CYGPATH_W = @CYGPATH_W@
    +DEFS = @DEFS@
    +DEPDIR = @DEPDIR@
    +DLLTOOL = @DLLTOOL@
    +DSYMUTIL = @DSYMUTIL@
    +DUMPBIN = @DUMPBIN@
    +ECHO_C = @ECHO_C@
    +ECHO_N = @ECHO_N@
    +ECHO_T = @ECHO_T@
    +EGREP = @EGREP@
    +EXEEXT = @EXEEXT@
    +F77 = @F77@
    +FFLAGS = @FFLAGS@
    +FGREP = @FGREP@
    +GREP = @GREP@
    +INSTALL = @INSTALL@
    +INSTALL_DATA = @INSTALL_DATA@
    +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    +INSTALL_SCRIPT = @INSTALL_SCRIPT@
    +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    +LD = @LD@
    +LDFLAGS = @LDFLAGS@
    +LIBOBJS = @LIBOBJS@
    +LIBS = @LIBS@
    +LIBTOOL = @LIBTOOL@
    +LIPO = @LIPO@
    +LN_S = @LN_S@
    +LTLIBOBJS = @LTLIBOBJS@
    +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    +MAKEINFO = @MAKEINFO@
    +MANIFEST_TOOL = @MANIFEST_TOOL@
    +MKDIR_P = @MKDIR_P@
    +NM = @NM@
    +NMEDIT = @NMEDIT@
    +OBJDUMP = @OBJDUMP@
    +OBJEXT = @OBJEXT@
    +OTOOL = @OTOOL@
    +OTOOL64 = @OTOOL64@
    +PACKAGE = @PACKAGE@
    +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    +PACKAGE_NAME = @PACKAGE_NAME@
    +PACKAGE_STRING = @PACKAGE_STRING@
    +PACKAGE_TARNAME = @PACKAGE_TARNAME@
    +PACKAGE_URL = @PACKAGE_URL@
    +PACKAGE_VERSION = @PACKAGE_VERSION@
    +PATH_SEPARATOR = @PATH_SEPARATOR@
    +PKG_CONFIG = @PKG_CONFIG@
    +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    +RANLIB = @RANLIB@
    +SED = @SED@
    +SET_MAKE = @SET_MAKE@
    +SHELL = @SHELL@
    +STRIP = @STRIP@
    +VERSION = @VERSION@
    +abs_builddir = @abs_builddir@
    +abs_srcdir = @abs_srcdir@
    +abs_top_builddir = @abs_top_builddir@
    +abs_top_srcdir = @abs_top_srcdir@
    +ac_ct_AR = @ac_ct_AR@
    +ac_ct_CC = @ac_ct_CC@
    +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    +ac_ct_F77 = @ac_ct_F77@
    +am__include = @am__include@
    +am__leading_dot = @am__leading_dot@
    +am__quote = @am__quote@
    +am__tar = @am__tar@
    +am__untar = @am__untar@
    +bindir = @bindir@
    +build = @build@
    +build_alias = @build_alias@
    +build_cpu = @build_cpu@
    +build_os = @build_os@
    +build_vendor = @build_vendor@
    +builddir = @builddir@
    +cfitsio_CFLAGS = @cfitsio_CFLAGS@
    +cfitsio_LIBS = @cfitsio_LIBS@
    +datadir = @datadir@
    +datarootdir = @datarootdir@
    +docdir = @docdir@
    +dvidir = @dvidir@
    +exec_prefix = @exec_prefix@
    +host = @host@
    +host_alias = @host_alias@
    +host_cpu = @host_cpu@
    +host_os = @host_os@
    +host_vendor = @host_vendor@
    +htmldir = @htmldir@
    +includedir = @includedir@
    +infodir = @infodir@
    +install_sh = @install_sh@
    +libdir = @libdir@
    +libexecdir = @libexecdir@
    +localedir = @localedir@
    +localstatedir = @localstatedir@
    +mandir = @mandir@
    +mkdir_p = @mkdir_p@
    +oldincludedir = @oldincludedir@
    +pdfdir = @pdfdir@
    +prefix = @prefix@
    +program_transform_name = @program_transform_name@
    +psdir = @psdir@
    +sbindir = @sbindir@
    +sharedstatedir = @sharedstatedir@
    +srcdir = @srcdir@
    +sysconfdir = @sysconfdir@
    +target_alias = @target_alias@
    +top_build_prefix = @top_build_prefix@
    +top_builddir = @top_builddir@
    +top_srcdir = @top_srcdir@
    +make_parm_file_SOURCES = make_parm_file.c
    +make_parm_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_parm_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    +all: all-am
    +
    +.SUFFIXES:
    +.SUFFIXES: .c .lo .o .obj
    +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    +	@for dep in $?; do \
    +	  case '$(am__configure_deps)' in \
    +	    *$$dep*) \
    +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    +	        && { if test -f $@; then exit 0; else break; fi; }; \
    +	      exit 1;; \
    +	  esac; \
    +	done; \
    +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/cal/parm/Makefile'; \
    +	$(am__cd) $(top_srcdir) && \
    +	  $(AUTOMAKE) --foreign src/cal/parm/Makefile
    +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    +	@case '$?' in \
    +	  *config.status*) \
    +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    +	  *) \
    +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    +	esac;
    +
    +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +
    +$(top_srcdir)/configure:  $(am__configure_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(am__aclocal_m4_deps):
    +install-binPROGRAMS: $(bin_PROGRAMS)
    +	@$(NORMAL_INSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	if test -n "$$list"; then \
    +	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    +	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    +	fi; \
    +	for p in $$list; do echo "$$p $$p"; done | \
    +	sed 's/$(EXEEXT)$$//' | \
    +	while read p p1; do if test -f $$p \
    +	 || test -f $$p1 \
    +	  ; then echo "$$p"; echo "$$p"; else :; fi; \
    +	done | \
    +	sed -e 'p;s,.*/,,;n;h' \
    +	    -e 's|.*|.|' \
    +	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    +	sed 'N;N;N;s,\n, ,g' | \
    +	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    +	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    +	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    +	    else { print "f", $$3 "/" $$4, $$1; } } \
    +	  END { for (d in files) print "f", d, files[d] }' | \
    +	while read type dir files; do \
    +	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    +	    test -z "$$files" || { \
    +	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    +	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    +	    } \
    +	; done
    +
    +uninstall-binPROGRAMS:
    +	@$(NORMAL_UNINSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	files=`for p in $$list; do echo "$$p"; done | \
    +	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    +	      -e 's/$$/$(EXEEXT)/' \
    +	`; \
    +	test -n "$$list" || exit 0; \
    +	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    +	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    +
    +clean-binPROGRAMS:
    +	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list || exit $$?; \
    +	test -n "$(EXEEXT)" || exit 0; \
    +	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list
    +
    +make_parm_file$(EXEEXT): $(make_parm_file_OBJECTS) $(make_parm_file_DEPENDENCIES) $(EXTRA_make_parm_file_DEPENDENCIES) 
    +	@rm -f make_parm_file$(EXEEXT)
    +	$(AM_V_CCLD)$(make_parm_file_LINK) $(make_parm_file_OBJECTS) $(make_parm_file_LDADD) $(LIBS)
    +
    +mostlyclean-compile:
    +	-rm -f *.$(OBJEXT)
    +
    +distclean-compile:
    +	-rm -f *.tab.c
    +
    +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make_parm_file-make_parm_file.Po@am__quote@
    +
    +.c.o:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    +
    +.c.obj:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    +
    +.c.lo:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    +
    +make_parm_file-make_parm_file.o: make_parm_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_parm_file_CFLAGS) $(CFLAGS) -MT make_parm_file-make_parm_file.o -MD -MP -MF $(DEPDIR)/make_parm_file-make_parm_file.Tpo -c -o make_parm_file-make_parm_file.o `test -f 'make_parm_file.c' || echo '$(srcdir)/'`make_parm_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_parm_file-make_parm_file.Tpo $(DEPDIR)/make_parm_file-make_parm_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_parm_file.c' object='make_parm_file-make_parm_file.o' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_parm_file_CFLAGS) $(CFLAGS) -c -o make_parm_file-make_parm_file.o `test -f 'make_parm_file.c' || echo '$(srcdir)/'`make_parm_file.c
    +
    +make_parm_file-make_parm_file.obj: make_parm_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_parm_file_CFLAGS) $(CFLAGS) -MT make_parm_file-make_parm_file.obj -MD -MP -MF $(DEPDIR)/make_parm_file-make_parm_file.Tpo -c -o make_parm_file-make_parm_file.obj `if test -f 'make_parm_file.c'; then $(CYGPATH_W) 'make_parm_file.c'; else $(CYGPATH_W) '$(srcdir)/make_parm_file.c'; fi`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_parm_file-make_parm_file.Tpo $(DEPDIR)/make_parm_file-make_parm_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_parm_file.c' object='make_parm_file-make_parm_file.obj' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_parm_file_CFLAGS) $(CFLAGS) -c -o make_parm_file-make_parm_file.obj `if test -f 'make_parm_file.c'; then $(CYGPATH_W) 'make_parm_file.c'; else $(CYGPATH_W) '$(srcdir)/make_parm_file.c'; fi`
    +
    +mostlyclean-libtool:
    +	-rm -f *.lo
    +
    +clean-libtool:
    +	-rm -rf .libs _libs
    +
    +ID: $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); mkid -fID $$unique
    +tags: tags-am
    +TAGS: tags
    +
    +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	set x; \
    +	here=`pwd`; \
    +	$(am__define_uniq_tagged_files); \
    +	shift; \
    +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    +	  test -n "$$unique" || unique=$$empty_fix; \
    +	  if test $$# -gt 0; then \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      "$$@" $$unique; \
    +	  else \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      $$unique; \
    +	  fi; \
    +	fi
    +ctags: ctags-am
    +
    +CTAGS: ctags
    +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); \
    +	test -z "$(CTAGS_ARGS)$$unique" \
    +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    +	     $$unique
    +
    +GTAGS:
    +	here=`$(am__cd) $(top_builddir) && pwd` \
    +	  && $(am__cd) $(top_srcdir) \
    +	  && gtags -i $(GTAGS_ARGS) "$$here"
    +cscopelist: cscopelist-am
    +
    +cscopelist-am: $(am__tagged_files)
    +	list='$(am__tagged_files)'; \
    +	case "$(srcdir)" in \
    +	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    +	  *) sdir=$(subdir)/$(srcdir) ;; \
    +	esac; \
    +	for i in $$list; do \
    +	  if test -f "$$i"; then \
    +	    echo "$(subdir)/$$i"; \
    +	  else \
    +	    echo "$$sdir/$$i"; \
    +	  fi; \
    +	done >> $(top_builddir)/cscope.files
    +
    +distclean-tags:
    +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    +
    +distdir: $(DISTFILES)
    +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	list='$(DISTFILES)'; \
    +	  dist_files=`for file in $$list; do echo $$file; done | \
    +	  sed -e "s|^$$srcdirstrip/||;t" \
    +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    +	case $$dist_files in \
    +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    +			   sort -u` ;; \
    +	esac; \
    +	for file in $$dist_files; do \
    +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    +	  if test -d $$d/$$file; then \
    +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    +	    if test -d "$(distdir)/$$file"; then \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    +	  else \
    +	    test -f "$(distdir)/$$file" \
    +	    || cp -p $$d/$$file "$(distdir)/$$file" \
    +	    || exit 1; \
    +	  fi; \
    +	done
    +check-am: all-am
    +check: check-am
    +all-am: Makefile $(PROGRAMS)
    +installdirs:
    +	for dir in "$(DESTDIR)$(bindir)"; do \
    +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    +	done
    +install: install-am
    +install-exec: install-exec-am
    +install-data: install-data-am
    +uninstall: uninstall-am
    +
    +install-am: all-am
    +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    +
    +installcheck: installcheck-am
    +install-strip:
    +	if test -z '$(STRIP)'; then \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	      install; \
    +	else \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    +	fi
    +mostlyclean-generic:
    +
    +clean-generic:
    +
    +distclean-generic:
    +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    +
    +maintainer-clean-generic:
    +	@echo "This command is intended for maintainers to use"
    +	@echo "it deletes files that may require special tools to rebuild."
    +clean: clean-am
    +
    +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
    +
    +distclean: distclean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +distclean-am: clean-am distclean-compile distclean-generic \
    +	distclean-tags
    +
    +dvi: dvi-am
    +
    +dvi-am:
    +
    +html: html-am
    +
    +html-am:
    +
    +info: info-am
    +
    +info-am:
    +
    +install-data-am:
    +
    +install-dvi: install-dvi-am
    +
    +install-dvi-am:
    +
    +install-exec-am: install-binPROGRAMS
    +
    +install-html: install-html-am
    +
    +install-html-am:
    +
    +install-info: install-info-am
    +
    +install-info-am:
    +
    +install-man:
    +
    +install-pdf: install-pdf-am
    +
    +install-pdf-am:
    +
    +install-ps: install-ps-am
    +
    +install-ps-am:
    +
    +installcheck-am:
    +
    +maintainer-clean: maintainer-clean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +maintainer-clean-am: distclean-am maintainer-clean-generic
    +
    +mostlyclean: mostlyclean-am
    +
    +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    +	mostlyclean-libtool
    +
    +pdf: pdf-am
    +
    +pdf-am:
    +
    +ps: ps-am
    +
    +ps-am:
    +
    +uninstall-am: uninstall-binPROGRAMS
    +
    +.MAKE: install-am install-strip
    +
    +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    +	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
    +	ctags ctags-am distclean distclean-compile distclean-generic \
    +	distclean-libtool distclean-tags distdir dvi dvi-am html \
    +	html-am info info-am install install-am install-binPROGRAMS \
    +	install-data install-data-am install-dvi install-dvi-am \
    +	install-exec install-exec-am install-html install-html-am \
    +	install-info install-info-am install-man install-pdf \
    +	install-pdf-am install-ps install-ps-am install-strip \
    +	installcheck installcheck-am installdirs maintainer-clean \
    +	maintainer-clean-generic mostlyclean mostlyclean-compile \
    +	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    +	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
    +
    +.PRECIOUS: Makefile
    +
    +
    +# Tell versions [3.59,3.63) of GNU make to not export all variables.
    +# Otherwise a system limit (for SysV at least) may be exceeded.
    +.NOEXPORT:
    diff --git a/src/cal/saa/Makefile.am b/src/cal/saa/Makefile.am
    new file mode 100644
    index 0000000..7699193
    --- /dev/null
    +++ b/src/cal/saa/Makefile.am
    @@ -0,0 +1,4 @@
    +bin_PROGRAMS = make_saa_file
    +make_saa_file_SOURCES = make_saa_file.c
    +make_saa_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_saa_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    diff --git a/src/cal/saa/Makefile.in b/src/cal/saa/Makefile.in
    new file mode 100644
    index 0000000..d215108
    --- /dev/null
    +++ b/src/cal/saa/Makefile.in
    @@ -0,0 +1,654 @@
    +# Makefile.in generated by automake 1.15 from Makefile.am.
    +# @configure_input@
    +
    +# Copyright (C) 1994-2014 Free Software Foundation, Inc.
    +
    +# This Makefile.in is free software; the Free Software Foundation
    +# gives unlimited permission to copy and/or distribute it,
    +# with or without modifications, as long as this notice is preserved.
    +
    +# This program is distributed in the hope that it will be useful,
    +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    +# PARTICULAR PURPOSE.
    +
    +@SET_MAKE@
    +
    +VPATH = @srcdir@
    +am__is_gnu_make = { \
    +  if test -z '$(MAKELEVEL)'; then \
    +    false; \
    +  elif test -n '$(MAKE_HOST)'; then \
    +    true; \
    +  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    +    true; \
    +  else \
    +    false; \
    +  fi; \
    +}
    +am__make_running_with_option = \
    +  case $${target_option-} in \
    +      ?) ;; \
    +      *) echo "am__make_running_with_option: internal error: invalid" \
    +              "target option '$${target_option-}' specified" >&2; \
    +         exit 1;; \
    +  esac; \
    +  has_opt=no; \
    +  sane_makeflags=$$MAKEFLAGS; \
    +  if $(am__is_gnu_make); then \
    +    sane_makeflags=$$MFLAGS; \
    +  else \
    +    case $$MAKEFLAGS in \
    +      *\\[\ \	]*) \
    +        bs=\\; \
    +        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    +          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    +    esac; \
    +  fi; \
    +  skip_next=no; \
    +  strip_trailopt () \
    +  { \
    +    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    +  }; \
    +  for flg in $$sane_makeflags; do \
    +    test $$skip_next = yes && { skip_next=no; continue; }; \
    +    case $$flg in \
    +      *=*|--*) continue;; \
    +        -*I) strip_trailopt 'I'; skip_next=yes;; \
    +      -*I?*) strip_trailopt 'I';; \
    +        -*O) strip_trailopt 'O'; skip_next=yes;; \
    +      -*O?*) strip_trailopt 'O';; \
    +        -*l) strip_trailopt 'l'; skip_next=yes;; \
    +      -*l?*) strip_trailopt 'l';; \
    +      -[dEDm]) skip_next=yes;; \
    +      -[JT]) skip_next=yes;; \
    +    esac; \
    +    case $$flg in \
    +      *$$target_option*) has_opt=yes; break;; \
    +    esac; \
    +  done; \
    +  test $$has_opt = yes
    +am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    +am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    +pkgdatadir = $(datadir)/@PACKAGE@
    +pkgincludedir = $(includedir)/@PACKAGE@
    +pkglibdir = $(libdir)/@PACKAGE@
    +pkglibexecdir = $(libexecdir)/@PACKAGE@
    +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    +install_sh_DATA = $(install_sh) -c -m 644
    +install_sh_PROGRAM = $(install_sh) -c
    +install_sh_SCRIPT = $(install_sh) -c
    +INSTALL_HEADER = $(INSTALL_DATA)
    +transform = $(program_transform_name)
    +NORMAL_INSTALL = :
    +PRE_INSTALL = :
    +POST_INSTALL = :
    +NORMAL_UNINSTALL = :
    +PRE_UNINSTALL = :
    +POST_UNINSTALL = :
    +build_triplet = @build@
    +host_triplet = @host@
    +bin_PROGRAMS = make_saa_file$(EXEEXT)
    +subdir = src/cal/saa
    +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    +	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    +	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    +	$(top_srcdir)/configure.ac
    +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    +	$(ACLOCAL_M4)
    +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    +mkinstalldirs = $(install_sh) -d
    +CONFIG_HEADER = $(top_builddir)/src/include/config.h
    +CONFIG_CLEAN_FILES =
    +CONFIG_CLEAN_VPATH_FILES =
    +am__installdirs = "$(DESTDIR)$(bindir)"
    +PROGRAMS = $(bin_PROGRAMS)
    +am_make_saa_file_OBJECTS = make_saa_file-make_saa_file.$(OBJEXT)
    +make_saa_file_OBJECTS = $(am_make_saa_file_OBJECTS)
    +am__DEPENDENCIES_1 =
    +make_saa_file_DEPENDENCIES = $(am__DEPENDENCIES_1) \
    +	$(top_srcdir)/src/libcf/libcf.la
    +AM_V_lt = $(am__v_lt_@AM_V@)
    +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    +am__v_lt_0 = --silent
    +am__v_lt_1 = 
    +make_saa_file_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(make_saa_file_CFLAGS) \
    +	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    +AM_V_P = $(am__v_P_@AM_V@)
    +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    +am__v_P_0 = false
    +am__v_P_1 = :
    +AM_V_GEN = $(am__v_GEN_@AM_V@)
    +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    +am__v_GEN_0 = @echo "  GEN     " $@;
    +am__v_GEN_1 = 
    +AM_V_at = $(am__v_at_@AM_V@)
    +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    +am__v_at_0 = @
    +am__v_at_1 = 
    +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
    +depcomp = $(SHELL) $(top_srcdir)/depcomp
    +am__depfiles_maybe = depfiles
    +am__mv = mv -f
    +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    +	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    +	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    +	$(AM_CFLAGS) $(CFLAGS)
    +AM_V_CC = $(am__v_CC_@AM_V@)
    +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    +am__v_CC_0 = @echo "  CC      " $@;
    +am__v_CC_1 = 
    +CCLD = $(CC)
    +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    +	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    +AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    +am__v_CCLD_0 = @echo "  CCLD    " $@;
    +am__v_CCLD_1 = 
    +SOURCES = $(make_saa_file_SOURCES)
    +DIST_SOURCES = $(make_saa_file_SOURCES)
    +am__can_run_installinfo = \
    +  case $$AM_UPDATE_INFO_DIR in \
    +    n|no|NO) false;; \
    +    *) (install-info --version) >/dev/null 2>&1;; \
    +  esac
    +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    +# Read a list of newline-separated strings from the standard input,
    +# and print each of them once, without duplicates.  Input order is
    +# *not* preserved.
    +am__uniquify_input = $(AWK) '\
    +  BEGIN { nonempty = 0; } \
    +  { items[$$0] = 1; nonempty = 1; } \
    +  END { if (nonempty) { for (i in items) print i; }; } \
    +'
    +# Make sure the list of sources is unique.  This is necessary because,
    +# e.g., the same source file might be shared among _SOURCES variables
    +# for different programs/libraries.
    +am__define_uniq_tagged_files = \
    +  list='$(am__tagged_files)'; \
    +  unique=`for i in $$list; do \
    +    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    +  done | $(am__uniquify_input)`
    +ETAGS = etags
    +CTAGS = ctags
    +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    +ACLOCAL = @ACLOCAL@
    +ALLOCA = @ALLOCA@
    +AMTAR = @AMTAR@
    +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    +AR = @AR@
    +AUTOCONF = @AUTOCONF@
    +AUTOHEADER = @AUTOHEADER@
    +AUTOMAKE = @AUTOMAKE@
    +AWK = @AWK@
    +CC = @CC@
    +CCDEPMODE = @CCDEPMODE@
    +CFLAGS = @CFLAGS@
    +CPP = @CPP@
    +CPPFLAGS = @CPPFLAGS@
    +CYGPATH_W = @CYGPATH_W@
    +DEFS = @DEFS@
    +DEPDIR = @DEPDIR@
    +DLLTOOL = @DLLTOOL@
    +DSYMUTIL = @DSYMUTIL@
    +DUMPBIN = @DUMPBIN@
    +ECHO_C = @ECHO_C@
    +ECHO_N = @ECHO_N@
    +ECHO_T = @ECHO_T@
    +EGREP = @EGREP@
    +EXEEXT = @EXEEXT@
    +F77 = @F77@
    +FFLAGS = @FFLAGS@
    +FGREP = @FGREP@
    +GREP = @GREP@
    +INSTALL = @INSTALL@
    +INSTALL_DATA = @INSTALL_DATA@
    +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    +INSTALL_SCRIPT = @INSTALL_SCRIPT@
    +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    +LD = @LD@
    +LDFLAGS = @LDFLAGS@
    +LIBOBJS = @LIBOBJS@
    +LIBS = @LIBS@
    +LIBTOOL = @LIBTOOL@
    +LIPO = @LIPO@
    +LN_S = @LN_S@
    +LTLIBOBJS = @LTLIBOBJS@
    +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    +MAKEINFO = @MAKEINFO@
    +MANIFEST_TOOL = @MANIFEST_TOOL@
    +MKDIR_P = @MKDIR_P@
    +NM = @NM@
    +NMEDIT = @NMEDIT@
    +OBJDUMP = @OBJDUMP@
    +OBJEXT = @OBJEXT@
    +OTOOL = @OTOOL@
    +OTOOL64 = @OTOOL64@
    +PACKAGE = @PACKAGE@
    +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    +PACKAGE_NAME = @PACKAGE_NAME@
    +PACKAGE_STRING = @PACKAGE_STRING@
    +PACKAGE_TARNAME = @PACKAGE_TARNAME@
    +PACKAGE_URL = @PACKAGE_URL@
    +PACKAGE_VERSION = @PACKAGE_VERSION@
    +PATH_SEPARATOR = @PATH_SEPARATOR@
    +PKG_CONFIG = @PKG_CONFIG@
    +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    +RANLIB = @RANLIB@
    +SED = @SED@
    +SET_MAKE = @SET_MAKE@
    +SHELL = @SHELL@
    +STRIP = @STRIP@
    +VERSION = @VERSION@
    +abs_builddir = @abs_builddir@
    +abs_srcdir = @abs_srcdir@
    +abs_top_builddir = @abs_top_builddir@
    +abs_top_srcdir = @abs_top_srcdir@
    +ac_ct_AR = @ac_ct_AR@
    +ac_ct_CC = @ac_ct_CC@
    +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    +ac_ct_F77 = @ac_ct_F77@
    +am__include = @am__include@
    +am__leading_dot = @am__leading_dot@
    +am__quote = @am__quote@
    +am__tar = @am__tar@
    +am__untar = @am__untar@
    +bindir = @bindir@
    +build = @build@
    +build_alias = @build_alias@
    +build_cpu = @build_cpu@
    +build_os = @build_os@
    +build_vendor = @build_vendor@
    +builddir = @builddir@
    +cfitsio_CFLAGS = @cfitsio_CFLAGS@
    +cfitsio_LIBS = @cfitsio_LIBS@
    +datadir = @datadir@
    +datarootdir = @datarootdir@
    +docdir = @docdir@
    +dvidir = @dvidir@
    +exec_prefix = @exec_prefix@
    +host = @host@
    +host_alias = @host_alias@
    +host_cpu = @host_cpu@
    +host_os = @host_os@
    +host_vendor = @host_vendor@
    +htmldir = @htmldir@
    +includedir = @includedir@
    +infodir = @infodir@
    +install_sh = @install_sh@
    +libdir = @libdir@
    +libexecdir = @libexecdir@
    +localedir = @localedir@
    +localstatedir = @localstatedir@
    +mandir = @mandir@
    +mkdir_p = @mkdir_p@
    +oldincludedir = @oldincludedir@
    +pdfdir = @pdfdir@
    +prefix = @prefix@
    +program_transform_name = @program_transform_name@
    +psdir = @psdir@
    +sbindir = @sbindir@
    +sharedstatedir = @sharedstatedir@
    +srcdir = @srcdir@
    +sysconfdir = @sysconfdir@
    +target_alias = @target_alias@
    +top_build_prefix = @top_build_prefix@
    +top_builddir = @top_builddir@
    +top_srcdir = @top_srcdir@
    +make_saa_file_SOURCES = make_saa_file.c
    +make_saa_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_saa_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    +all: all-am
    +
    +.SUFFIXES:
    +.SUFFIXES: .c .lo .o .obj
    +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    +	@for dep in $?; do \
    +	  case '$(am__configure_deps)' in \
    +	    *$$dep*) \
    +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    +	        && { if test -f $@; then exit 0; else break; fi; }; \
    +	      exit 1;; \
    +	  esac; \
    +	done; \
    +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/cal/saa/Makefile'; \
    +	$(am__cd) $(top_srcdir) && \
    +	  $(AUTOMAKE) --foreign src/cal/saa/Makefile
    +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    +	@case '$?' in \
    +	  *config.status*) \
    +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    +	  *) \
    +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    +	esac;
    +
    +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +
    +$(top_srcdir)/configure:  $(am__configure_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(am__aclocal_m4_deps):
    +install-binPROGRAMS: $(bin_PROGRAMS)
    +	@$(NORMAL_INSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	if test -n "$$list"; then \
    +	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    +	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    +	fi; \
    +	for p in $$list; do echo "$$p $$p"; done | \
    +	sed 's/$(EXEEXT)$$//' | \
    +	while read p p1; do if test -f $$p \
    +	 || test -f $$p1 \
    +	  ; then echo "$$p"; echo "$$p"; else :; fi; \
    +	done | \
    +	sed -e 'p;s,.*/,,;n;h' \
    +	    -e 's|.*|.|' \
    +	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    +	sed 'N;N;N;s,\n, ,g' | \
    +	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    +	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    +	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    +	    else { print "f", $$3 "/" $$4, $$1; } } \
    +	  END { for (d in files) print "f", d, files[d] }' | \
    +	while read type dir files; do \
    +	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    +	    test -z "$$files" || { \
    +	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    +	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    +	    } \
    +	; done
    +
    +uninstall-binPROGRAMS:
    +	@$(NORMAL_UNINSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	files=`for p in $$list; do echo "$$p"; done | \
    +	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    +	      -e 's/$$/$(EXEEXT)/' \
    +	`; \
    +	test -n "$$list" || exit 0; \
    +	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    +	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    +
    +clean-binPROGRAMS:
    +	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list || exit $$?; \
    +	test -n "$(EXEEXT)" || exit 0; \
    +	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list
    +
    +make_saa_file$(EXEEXT): $(make_saa_file_OBJECTS) $(make_saa_file_DEPENDENCIES) $(EXTRA_make_saa_file_DEPENDENCIES) 
    +	@rm -f make_saa_file$(EXEEXT)
    +	$(AM_V_CCLD)$(make_saa_file_LINK) $(make_saa_file_OBJECTS) $(make_saa_file_LDADD) $(LIBS)
    +
    +mostlyclean-compile:
    +	-rm -f *.$(OBJEXT)
    +
    +distclean-compile:
    +	-rm -f *.tab.c
    +
    +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make_saa_file-make_saa_file.Po@am__quote@
    +
    +.c.o:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    +
    +.c.obj:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    +
    +.c.lo:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    +
    +make_saa_file-make_saa_file.o: make_saa_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_saa_file_CFLAGS) $(CFLAGS) -MT make_saa_file-make_saa_file.o -MD -MP -MF $(DEPDIR)/make_saa_file-make_saa_file.Tpo -c -o make_saa_file-make_saa_file.o `test -f 'make_saa_file.c' || echo '$(srcdir)/'`make_saa_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_saa_file-make_saa_file.Tpo $(DEPDIR)/make_saa_file-make_saa_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_saa_file.c' object='make_saa_file-make_saa_file.o' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_saa_file_CFLAGS) $(CFLAGS) -c -o make_saa_file-make_saa_file.o `test -f 'make_saa_file.c' || echo '$(srcdir)/'`make_saa_file.c
    +
    +make_saa_file-make_saa_file.obj: make_saa_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_saa_file_CFLAGS) $(CFLAGS) -MT make_saa_file-make_saa_file.obj -MD -MP -MF $(DEPDIR)/make_saa_file-make_saa_file.Tpo -c -o make_saa_file-make_saa_file.obj `if test -f 'make_saa_file.c'; then $(CYGPATH_W) 'make_saa_file.c'; else $(CYGPATH_W) '$(srcdir)/make_saa_file.c'; fi`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_saa_file-make_saa_file.Tpo $(DEPDIR)/make_saa_file-make_saa_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_saa_file.c' object='make_saa_file-make_saa_file.obj' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_saa_file_CFLAGS) $(CFLAGS) -c -o make_saa_file-make_saa_file.obj `if test -f 'make_saa_file.c'; then $(CYGPATH_W) 'make_saa_file.c'; else $(CYGPATH_W) '$(srcdir)/make_saa_file.c'; fi`
    +
    +mostlyclean-libtool:
    +	-rm -f *.lo
    +
    +clean-libtool:
    +	-rm -rf .libs _libs
    +
    +ID: $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); mkid -fID $$unique
    +tags: tags-am
    +TAGS: tags
    +
    +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	set x; \
    +	here=`pwd`; \
    +	$(am__define_uniq_tagged_files); \
    +	shift; \
    +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    +	  test -n "$$unique" || unique=$$empty_fix; \
    +	  if test $$# -gt 0; then \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      "$$@" $$unique; \
    +	  else \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      $$unique; \
    +	  fi; \
    +	fi
    +ctags: ctags-am
    +
    +CTAGS: ctags
    +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); \
    +	test -z "$(CTAGS_ARGS)$$unique" \
    +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    +	     $$unique
    +
    +GTAGS:
    +	here=`$(am__cd) $(top_builddir) && pwd` \
    +	  && $(am__cd) $(top_srcdir) \
    +	  && gtags -i $(GTAGS_ARGS) "$$here"
    +cscopelist: cscopelist-am
    +
    +cscopelist-am: $(am__tagged_files)
    +	list='$(am__tagged_files)'; \
    +	case "$(srcdir)" in \
    +	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    +	  *) sdir=$(subdir)/$(srcdir) ;; \
    +	esac; \
    +	for i in $$list; do \
    +	  if test -f "$$i"; then \
    +	    echo "$(subdir)/$$i"; \
    +	  else \
    +	    echo "$$sdir/$$i"; \
    +	  fi; \
    +	done >> $(top_builddir)/cscope.files
    +
    +distclean-tags:
    +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    +
    +distdir: $(DISTFILES)
    +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	list='$(DISTFILES)'; \
    +	  dist_files=`for file in $$list; do echo $$file; done | \
    +	  sed -e "s|^$$srcdirstrip/||;t" \
    +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    +	case $$dist_files in \
    +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    +			   sort -u` ;; \
    +	esac; \
    +	for file in $$dist_files; do \
    +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    +	  if test -d $$d/$$file; then \
    +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    +	    if test -d "$(distdir)/$$file"; then \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    +	  else \
    +	    test -f "$(distdir)/$$file" \
    +	    || cp -p $$d/$$file "$(distdir)/$$file" \
    +	    || exit 1; \
    +	  fi; \
    +	done
    +check-am: all-am
    +check: check-am
    +all-am: Makefile $(PROGRAMS)
    +installdirs:
    +	for dir in "$(DESTDIR)$(bindir)"; do \
    +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    +	done
    +install: install-am
    +install-exec: install-exec-am
    +install-data: install-data-am
    +uninstall: uninstall-am
    +
    +install-am: all-am
    +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    +
    +installcheck: installcheck-am
    +install-strip:
    +	if test -z '$(STRIP)'; then \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	      install; \
    +	else \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    +	fi
    +mostlyclean-generic:
    +
    +clean-generic:
    +
    +distclean-generic:
    +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    +
    +maintainer-clean-generic:
    +	@echo "This command is intended for maintainers to use"
    +	@echo "it deletes files that may require special tools to rebuild."
    +clean: clean-am
    +
    +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
    +
    +distclean: distclean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +distclean-am: clean-am distclean-compile distclean-generic \
    +	distclean-tags
    +
    +dvi: dvi-am
    +
    +dvi-am:
    +
    +html: html-am
    +
    +html-am:
    +
    +info: info-am
    +
    +info-am:
    +
    +install-data-am:
    +
    +install-dvi: install-dvi-am
    +
    +install-dvi-am:
    +
    +install-exec-am: install-binPROGRAMS
    +
    +install-html: install-html-am
    +
    +install-html-am:
    +
    +install-info: install-info-am
    +
    +install-info-am:
    +
    +install-man:
    +
    +install-pdf: install-pdf-am
    +
    +install-pdf-am:
    +
    +install-ps: install-ps-am
    +
    +install-ps-am:
    +
    +installcheck-am:
    +
    +maintainer-clean: maintainer-clean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +maintainer-clean-am: distclean-am maintainer-clean-generic
    +
    +mostlyclean: mostlyclean-am
    +
    +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    +	mostlyclean-libtool
    +
    +pdf: pdf-am
    +
    +pdf-am:
    +
    +ps: ps-am
    +
    +ps-am:
    +
    +uninstall-am: uninstall-binPROGRAMS
    +
    +.MAKE: install-am install-strip
    +
    +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    +	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
    +	ctags ctags-am distclean distclean-compile distclean-generic \
    +	distclean-libtool distclean-tags distdir dvi dvi-am html \
    +	html-am info info-am install install-am install-binPROGRAMS \
    +	install-data install-data-am install-dvi install-dvi-am \
    +	install-exec install-exec-am install-html install-html-am \
    +	install-info install-info-am install-man install-pdf \
    +	install-pdf-am install-ps install-ps-am install-strip \
    +	installcheck installcheck-am installdirs maintainer-clean \
    +	maintainer-clean-generic mostlyclean mostlyclean-compile \
    +	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    +	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
    +
    +.PRECIOUS: Makefile
    +
    +
    +# Tell versions [3.59,3.63) of GNU make to not export all variables.
    +# Otherwise a system limit (for SysV at least) may be exceeded.
    +.NOEXPORT:
    diff --git a/src/cal/screen/Makefile.am b/src/cal/screen/Makefile.am
    new file mode 100644
    index 0000000..abbb0ee
    --- /dev/null
    +++ b/src/cal/screen/Makefile.am
    @@ -0,0 +1,4 @@
    +bin_PROGRAMS = make_screen_file
    +make_screen_file_SOURCES = make_screen_file.c
    +make_screen_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_screen_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    diff --git a/src/cal/screen/Makefile.in b/src/cal/screen/Makefile.in
    new file mode 100644
    index 0000000..41bd84b
    --- /dev/null
    +++ b/src/cal/screen/Makefile.in
    @@ -0,0 +1,656 @@
    +# Makefile.in generated by automake 1.15 from Makefile.am.
    +# @configure_input@
    +
    +# Copyright (C) 1994-2014 Free Software Foundation, Inc.
    +
    +# This Makefile.in is free software; the Free Software Foundation
    +# gives unlimited permission to copy and/or distribute it,
    +# with or without modifications, as long as this notice is preserved.
    +
    +# This program is distributed in the hope that it will be useful,
    +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    +# PARTICULAR PURPOSE.
    +
    +@SET_MAKE@
    +
    +VPATH = @srcdir@
    +am__is_gnu_make = { \
    +  if test -z '$(MAKELEVEL)'; then \
    +    false; \
    +  elif test -n '$(MAKE_HOST)'; then \
    +    true; \
    +  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    +    true; \
    +  else \
    +    false; \
    +  fi; \
    +}
    +am__make_running_with_option = \
    +  case $${target_option-} in \
    +      ?) ;; \
    +      *) echo "am__make_running_with_option: internal error: invalid" \
    +              "target option '$${target_option-}' specified" >&2; \
    +         exit 1;; \
    +  esac; \
    +  has_opt=no; \
    +  sane_makeflags=$$MAKEFLAGS; \
    +  if $(am__is_gnu_make); then \
    +    sane_makeflags=$$MFLAGS; \
    +  else \
    +    case $$MAKEFLAGS in \
    +      *\\[\ \	]*) \
    +        bs=\\; \
    +        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    +          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    +    esac; \
    +  fi; \
    +  skip_next=no; \
    +  strip_trailopt () \
    +  { \
    +    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    +  }; \
    +  for flg in $$sane_makeflags; do \
    +    test $$skip_next = yes && { skip_next=no; continue; }; \
    +    case $$flg in \
    +      *=*|--*) continue;; \
    +        -*I) strip_trailopt 'I'; skip_next=yes;; \
    +      -*I?*) strip_trailopt 'I';; \
    +        -*O) strip_trailopt 'O'; skip_next=yes;; \
    +      -*O?*) strip_trailopt 'O';; \
    +        -*l) strip_trailopt 'l'; skip_next=yes;; \
    +      -*l?*) strip_trailopt 'l';; \
    +      -[dEDm]) skip_next=yes;; \
    +      -[JT]) skip_next=yes;; \
    +    esac; \
    +    case $$flg in \
    +      *$$target_option*) has_opt=yes; break;; \
    +    esac; \
    +  done; \
    +  test $$has_opt = yes
    +am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    +am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    +pkgdatadir = $(datadir)/@PACKAGE@
    +pkgincludedir = $(includedir)/@PACKAGE@
    +pkglibdir = $(libdir)/@PACKAGE@
    +pkglibexecdir = $(libexecdir)/@PACKAGE@
    +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    +install_sh_DATA = $(install_sh) -c -m 644
    +install_sh_PROGRAM = $(install_sh) -c
    +install_sh_SCRIPT = $(install_sh) -c
    +INSTALL_HEADER = $(INSTALL_DATA)
    +transform = $(program_transform_name)
    +NORMAL_INSTALL = :
    +PRE_INSTALL = :
    +POST_INSTALL = :
    +NORMAL_UNINSTALL = :
    +PRE_UNINSTALL = :
    +POST_UNINSTALL = :
    +build_triplet = @build@
    +host_triplet = @host@
    +bin_PROGRAMS = make_screen_file$(EXEEXT)
    +subdir = src/cal/screen
    +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    +	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    +	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    +	$(top_srcdir)/configure.ac
    +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    +	$(ACLOCAL_M4)
    +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    +mkinstalldirs = $(install_sh) -d
    +CONFIG_HEADER = $(top_builddir)/src/include/config.h
    +CONFIG_CLEAN_FILES =
    +CONFIG_CLEAN_VPATH_FILES =
    +am__installdirs = "$(DESTDIR)$(bindir)"
    +PROGRAMS = $(bin_PROGRAMS)
    +am_make_screen_file_OBJECTS =  \
    +	make_screen_file-make_screen_file.$(OBJEXT)
    +make_screen_file_OBJECTS = $(am_make_screen_file_OBJECTS)
    +am__DEPENDENCIES_1 =
    +make_screen_file_DEPENDENCIES = $(am__DEPENDENCIES_1) \
    +	$(top_srcdir)/src/libcf/libcf.la
    +AM_V_lt = $(am__v_lt_@AM_V@)
    +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    +am__v_lt_0 = --silent
    +am__v_lt_1 = 
    +make_screen_file_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
    +	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
    +	$(make_screen_file_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    +	-o $@
    +AM_V_P = $(am__v_P_@AM_V@)
    +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    +am__v_P_0 = false
    +am__v_P_1 = :
    +AM_V_GEN = $(am__v_GEN_@AM_V@)
    +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    +am__v_GEN_0 = @echo "  GEN     " $@;
    +am__v_GEN_1 = 
    +AM_V_at = $(am__v_at_@AM_V@)
    +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    +am__v_at_0 = @
    +am__v_at_1 = 
    +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
    +depcomp = $(SHELL) $(top_srcdir)/depcomp
    +am__depfiles_maybe = depfiles
    +am__mv = mv -f
    +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    +	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    +	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    +	$(AM_CFLAGS) $(CFLAGS)
    +AM_V_CC = $(am__v_CC_@AM_V@)
    +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    +am__v_CC_0 = @echo "  CC      " $@;
    +am__v_CC_1 = 
    +CCLD = $(CC)
    +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    +	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    +	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    +AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    +am__v_CCLD_0 = @echo "  CCLD    " $@;
    +am__v_CCLD_1 = 
    +SOURCES = $(make_screen_file_SOURCES)
    +DIST_SOURCES = $(make_screen_file_SOURCES)
    +am__can_run_installinfo = \
    +  case $$AM_UPDATE_INFO_DIR in \
    +    n|no|NO) false;; \
    +    *) (install-info --version) >/dev/null 2>&1;; \
    +  esac
    +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    +# Read a list of newline-separated strings from the standard input,
    +# and print each of them once, without duplicates.  Input order is
    +# *not* preserved.
    +am__uniquify_input = $(AWK) '\
    +  BEGIN { nonempty = 0; } \
    +  { items[$$0] = 1; nonempty = 1; } \
    +  END { if (nonempty) { for (i in items) print i; }; } \
    +'
    +# Make sure the list of sources is unique.  This is necessary because,
    +# e.g., the same source file might be shared among _SOURCES variables
    +# for different programs/libraries.
    +am__define_uniq_tagged_files = \
    +  list='$(am__tagged_files)'; \
    +  unique=`for i in $$list; do \
    +    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    +  done | $(am__uniquify_input)`
    +ETAGS = etags
    +CTAGS = ctags
    +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
    +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    +ACLOCAL = @ACLOCAL@
    +ALLOCA = @ALLOCA@
    +AMTAR = @AMTAR@
    +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    +AR = @AR@
    +AUTOCONF = @AUTOCONF@
    +AUTOHEADER = @AUTOHEADER@
    +AUTOMAKE = @AUTOMAKE@
    +AWK = @AWK@
    +CC = @CC@
    +CCDEPMODE = @CCDEPMODE@
    +CFLAGS = @CFLAGS@
    +CPP = @CPP@
    +CPPFLAGS = @CPPFLAGS@
    +CYGPATH_W = @CYGPATH_W@
    +DEFS = @DEFS@
    +DEPDIR = @DEPDIR@
    +DLLTOOL = @DLLTOOL@
    +DSYMUTIL = @DSYMUTIL@
    +DUMPBIN = @DUMPBIN@
    +ECHO_C = @ECHO_C@
    +ECHO_N = @ECHO_N@
    +ECHO_T = @ECHO_T@
    +EGREP = @EGREP@
    +EXEEXT = @EXEEXT@
    +F77 = @F77@
    +FFLAGS = @FFLAGS@
    +FGREP = @FGREP@
    +GREP = @GREP@
    +INSTALL = @INSTALL@
    +INSTALL_DATA = @INSTALL_DATA@
    +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    +INSTALL_SCRIPT = @INSTALL_SCRIPT@
    +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    +LD = @LD@
    +LDFLAGS = @LDFLAGS@
    +LIBOBJS = @LIBOBJS@
    +LIBS = @LIBS@
    +LIBTOOL = @LIBTOOL@
    +LIPO = @LIPO@
    +LN_S = @LN_S@
    +LTLIBOBJS = @LTLIBOBJS@
    +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    +MAKEINFO = @MAKEINFO@
    +MANIFEST_TOOL = @MANIFEST_TOOL@
    +MKDIR_P = @MKDIR_P@
    +NM = @NM@
    +NMEDIT = @NMEDIT@
    +OBJDUMP = @OBJDUMP@
    +OBJEXT = @OBJEXT@
    +OTOOL = @OTOOL@
    +OTOOL64 = @OTOOL64@
    +PACKAGE = @PACKAGE@
    +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    +PACKAGE_NAME = @PACKAGE_NAME@
    +PACKAGE_STRING = @PACKAGE_STRING@
    +PACKAGE_TARNAME = @PACKAGE_TARNAME@
    +PACKAGE_URL = @PACKAGE_URL@
    +PACKAGE_VERSION = @PACKAGE_VERSION@
    +PATH_SEPARATOR = @PATH_SEPARATOR@
    +PKG_CONFIG = @PKG_CONFIG@
    +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    +RANLIB = @RANLIB@
    +SED = @SED@
    +SET_MAKE = @SET_MAKE@
    +SHELL = @SHELL@
    +STRIP = @STRIP@
    +VERSION = @VERSION@
    +abs_builddir = @abs_builddir@
    +abs_srcdir = @abs_srcdir@
    +abs_top_builddir = @abs_top_builddir@
    +abs_top_srcdir = @abs_top_srcdir@
    +ac_ct_AR = @ac_ct_AR@
    +ac_ct_CC = @ac_ct_CC@
    +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    +ac_ct_F77 = @ac_ct_F77@
    +am__include = @am__include@
    +am__leading_dot = @am__leading_dot@
    +am__quote = @am__quote@
    +am__tar = @am__tar@
    +am__untar = @am__untar@
    +bindir = @bindir@
    +build = @build@
    +build_alias = @build_alias@
    +build_cpu = @build_cpu@
    +build_os = @build_os@
    +build_vendor = @build_vendor@
    +builddir = @builddir@
    +cfitsio_CFLAGS = @cfitsio_CFLAGS@
    +cfitsio_LIBS = @cfitsio_LIBS@
    +datadir = @datadir@
    +datarootdir = @datarootdir@
    +docdir = @docdir@
    +dvidir = @dvidir@
    +exec_prefix = @exec_prefix@
    +host = @host@
    +host_alias = @host_alias@
    +host_cpu = @host_cpu@
    +host_os = @host_os@
    +host_vendor = @host_vendor@
    +htmldir = @htmldir@
    +includedir = @includedir@
    +infodir = @infodir@
    +install_sh = @install_sh@
    +libdir = @libdir@
    +libexecdir = @libexecdir@
    +localedir = @localedir@
    +localstatedir = @localstatedir@
    +mandir = @mandir@
    +mkdir_p = @mkdir_p@
    +oldincludedir = @oldincludedir@
    +pdfdir = @pdfdir@
    +prefix = @prefix@
    +program_transform_name = @program_transform_name@
    +psdir = @psdir@
    +sbindir = @sbindir@
    +sharedstatedir = @sharedstatedir@
    +srcdir = @srcdir@
    +sysconfdir = @sysconfdir@
    +target_alias = @target_alias@
    +top_build_prefix = @top_build_prefix@
    +top_builddir = @top_builddir@
    +top_srcdir = @top_srcdir@
    +make_screen_file_SOURCES = make_screen_file.c
    +make_screen_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude)
    +make_screen_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la
    +all: all-am
    +
    +.SUFFIXES:
    +.SUFFIXES: .c .lo .o .obj
    +$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    +	@for dep in $?; do \
    +	  case '$(am__configure_deps)' in \
    +	    *$$dep*) \
    +	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    +	        && { if test -f $@; then exit 0; else break; fi; }; \
    +	      exit 1;; \
    +	  esac; \
    +	done; \
    +	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/cal/screen/Makefile'; \
    +	$(am__cd) $(top_srcdir) && \
    +	  $(AUTOMAKE) --foreign src/cal/screen/Makefile
    +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    +	@case '$?' in \
    +	  *config.status*) \
    +	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    +	  *) \
    +	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    +	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    +	esac;
    +
    +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +
    +$(top_srcdir)/configure:  $(am__configure_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    +	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    +$(am__aclocal_m4_deps):
    +install-binPROGRAMS: $(bin_PROGRAMS)
    +	@$(NORMAL_INSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	if test -n "$$list"; then \
    +	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    +	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    +	fi; \
    +	for p in $$list; do echo "$$p $$p"; done | \
    +	sed 's/$(EXEEXT)$$//' | \
    +	while read p p1; do if test -f $$p \
    +	 || test -f $$p1 \
    +	  ; then echo "$$p"; echo "$$p"; else :; fi; \
    +	done | \
    +	sed -e 'p;s,.*/,,;n;h' \
    +	    -e 's|.*|.|' \
    +	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    +	sed 'N;N;N;s,\n, ,g' | \
    +	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    +	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    +	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    +	    else { print "f", $$3 "/" $$4, $$1; } } \
    +	  END { for (d in files) print "f", d, files[d] }' | \
    +	while read type dir files; do \
    +	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    +	    test -z "$$files" || { \
    +	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    +	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    +	    } \
    +	; done
    +
    +uninstall-binPROGRAMS:
    +	@$(NORMAL_UNINSTALL)
    +	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    +	files=`for p in $$list; do echo "$$p"; done | \
    +	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    +	      -e 's/$$/$(EXEEXT)/' \
    +	`; \
    +	test -n "$$list" || exit 0; \
    +	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    +	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    +
    +clean-binPROGRAMS:
    +	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list || exit $$?; \
    +	test -n "$(EXEEXT)" || exit 0; \
    +	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    +	echo " rm -f" $$list; \
    +	rm -f $$list
    +
    +make_screen_file$(EXEEXT): $(make_screen_file_OBJECTS) $(make_screen_file_DEPENDENCIES) $(EXTRA_make_screen_file_DEPENDENCIES) 
    +	@rm -f make_screen_file$(EXEEXT)
    +	$(AM_V_CCLD)$(make_screen_file_LINK) $(make_screen_file_OBJECTS) $(make_screen_file_LDADD) $(LIBS)
    +
    +mostlyclean-compile:
    +	-rm -f *.$(OBJEXT)
    +
    +distclean-compile:
    +	-rm -f *.tab.c
    +
    +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make_screen_file-make_screen_file.Po@am__quote@
    +
    +.c.o:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    +
    +.c.obj:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    +
    +.c.lo:
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    +
    +make_screen_file-make_screen_file.o: make_screen_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_screen_file_CFLAGS) $(CFLAGS) -MT make_screen_file-make_screen_file.o -MD -MP -MF $(DEPDIR)/make_screen_file-make_screen_file.Tpo -c -o make_screen_file-make_screen_file.o `test -f 'make_screen_file.c' || echo '$(srcdir)/'`make_screen_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_screen_file-make_screen_file.Tpo $(DEPDIR)/make_screen_file-make_screen_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_screen_file.c' object='make_screen_file-make_screen_file.o' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_screen_file_CFLAGS) $(CFLAGS) -c -o make_screen_file-make_screen_file.o `test -f 'make_screen_file.c' || echo '$(srcdir)/'`make_screen_file.c
    +
    +make_screen_file-make_screen_file.obj: make_screen_file.c
    +@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_screen_file_CFLAGS) $(CFLAGS) -MT make_screen_file-make_screen_file.obj -MD -MP -MF $(DEPDIR)/make_screen_file-make_screen_file.Tpo -c -o make_screen_file-make_screen_file.obj `if test -f 'make_screen_file.c'; then $(CYGPATH_W) 'make_screen_file.c'; else $(CYGPATH_W) '$(srcdir)/make_screen_file.c'; fi`
    +@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/make_screen_file-make_screen_file.Tpo $(DEPDIR)/make_screen_file-make_screen_file.Po
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='make_screen_file.c' object='make_screen_file-make_screen_file.obj' libtool=no @AMDEPBACKSLASH@
    +@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    +@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(make_screen_file_CFLAGS) $(CFLAGS) -c -o make_screen_file-make_screen_file.obj `if test -f 'make_screen_file.c'; then $(CYGPATH_W) 'make_screen_file.c'; else $(CYGPATH_W) '$(srcdir)/make_screen_file.c'; fi`
    +
    +mostlyclean-libtool:
    +	-rm -f *.lo
    +
    +clean-libtool:
    +	-rm -rf .libs _libs
    +
    +ID: $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); mkid -fID $$unique
    +tags: tags-am
    +TAGS: tags
    +
    +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	set x; \
    +	here=`pwd`; \
    +	$(am__define_uniq_tagged_files); \
    +	shift; \
    +	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    +	  test -n "$$unique" || unique=$$empty_fix; \
    +	  if test $$# -gt 0; then \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      "$$@" $$unique; \
    +	  else \
    +	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    +	      $$unique; \
    +	  fi; \
    +	fi
    +ctags: ctags-am
    +
    +CTAGS: ctags
    +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    +	$(am__define_uniq_tagged_files); \
    +	test -z "$(CTAGS_ARGS)$$unique" \
    +	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    +	     $$unique
    +
    +GTAGS:
    +	here=`$(am__cd) $(top_builddir) && pwd` \
    +	  && $(am__cd) $(top_srcdir) \
    +	  && gtags -i $(GTAGS_ARGS) "$$here"
    +cscopelist: cscopelist-am
    +
    +cscopelist-am: $(am__tagged_files)
    +	list='$(am__tagged_files)'; \
    +	case "$(srcdir)" in \
    +	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    +	  *) sdir=$(subdir)/$(srcdir) ;; \
    +	esac; \
    +	for i in $$list; do \
    +	  if test -f "$$i"; then \
    +	    echo "$(subdir)/$$i"; \
    +	  else \
    +	    echo "$$sdir/$$i"; \
    +	  fi; \
    +	done >> $(top_builddir)/cscope.files
    +
    +distclean-tags:
    +	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    +
    +distdir: $(DISTFILES)
    +	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    +	list='$(DISTFILES)'; \
    +	  dist_files=`for file in $$list; do echo $$file; done | \
    +	  sed -e "s|^$$srcdirstrip/||;t" \
    +	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    +	case $$dist_files in \
    +	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    +			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    +			   sort -u` ;; \
    +	esac; \
    +	for file in $$dist_files; do \
    +	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    +	  if test -d $$d/$$file; then \
    +	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    +	    if test -d "$(distdir)/$$file"; then \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    +	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    +	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    +	    fi; \
    +	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    +	  else \
    +	    test -f "$(distdir)/$$file" \
    +	    || cp -p $$d/$$file "$(distdir)/$$file" \
    +	    || exit 1; \
    +	  fi; \
    +	done
    +check-am: all-am
    +check: check-am
    +all-am: Makefile $(PROGRAMS)
    +installdirs:
    +	for dir in "$(DESTDIR)$(bindir)"; do \
    +	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    +	done
    +install: install-am
    +install-exec: install-exec-am
    +install-data: install-data-am
    +uninstall: uninstall-am
    +
    +install-am: all-am
    +	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    +
    +installcheck: installcheck-am
    +install-strip:
    +	if test -z '$(STRIP)'; then \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	      install; \
    +	else \
    +	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    +	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    +	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    +	fi
    +mostlyclean-generic:
    +
    +clean-generic:
    +
    +distclean-generic:
    +	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    +	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    +
    +maintainer-clean-generic:
    +	@echo "This command is intended for maintainers to use"
    +	@echo "it deletes files that may require special tools to rebuild."
    +clean: clean-am
    +
    +clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
    +
    +distclean: distclean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +distclean-am: clean-am distclean-compile distclean-generic \
    +	distclean-tags
    +
    +dvi: dvi-am
    +
    +dvi-am:
    +
    +html: html-am
    +
    +html-am:
    +
    +info: info-am
    +
    +info-am:
    +
    +install-data-am:
    +
    +install-dvi: install-dvi-am
    +
    +install-dvi-am:
    +
    +install-exec-am: install-binPROGRAMS
    +
    +install-html: install-html-am
    +
    +install-html-am:
    +
    +install-info: install-info-am
    +
    +install-info-am:
    +
    +install-man:
    +
    +install-pdf: install-pdf-am
    +
    +install-pdf-am:
    +
    +install-ps: install-ps-am
    +
    +install-ps-am:
    +
    +installcheck-am:
    +
    +maintainer-clean: maintainer-clean-am
    +	-rm -rf ./$(DEPDIR)
    +	-rm -f Makefile
    +maintainer-clean-am: distclean-am maintainer-clean-generic
    +
    +mostlyclean: mostlyclean-am
    +
    +mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    +	mostlyclean-libtool
    +
    +pdf: pdf-am
    +
    +pdf-am:
    +
    +ps: ps-am
    +
    +ps-am:
    +
    +uninstall-am: uninstall-binPROGRAMS
    +
    +.MAKE: install-am install-strip
    +
    +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    +	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
    +	ctags ctags-am distclean distclean-compile distclean-generic \
    +	distclean-libtool distclean-tags distdir dvi dvi-am html \
    +	html-am info info-am install install-am install-binPROGRAMS \
    +	install-data install-data-am install-dvi install-dvi-am \
    +	install-exec install-exec-am install-html install-html-am \
    +	install-info install-info-am install-man install-pdf \
    +	install-pdf-am install-ps install-ps-am install-strip \
    +	installcheck installcheck-am installdirs maintainer-clean \
    +	maintainer-clean-generic mostlyclean mostlyclean-compile \
    +	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    +	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
    +
    +.PRECIOUS: Makefile
    +
    +
    +# Tell versions [3.59,3.63) of GNU make to not export all variables.
    +# Otherwise a system limit (for SysV at least) may be exceeded.
    +.NOEXPORT:
    -- 
    cgit