equationoftime 3.0.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.buildpath +5 -0
- data/.project +17 -0
- data/.rvmrc +1 -0
- data/.settings/org.eclipse.ltk.core.refactoring.prefs +2 -0
- data/Makefile +238 -0
- data/Rakefile +40 -3
- data/analemma_data.yml +2925 -0
- data/equationoftime.gemspec +6 -3
- data/examples/analemma_data_generator.rb +12 -12
- data/examples/celes_parts/.RUBYARCHDIR.time +0 -0
- data/examples/celes_parts/.cproject +56 -0
- data/examples/celes_parts/.project +78 -0
- data/examples/celes_parts/a2af.c +120 -0
- data/examples/celes_parts/a2tf.c +116 -0
- data/examples/celes_parts/af2a.c +107 -0
- data/examples/celes_parts/anp.c +82 -0
- data/examples/celes_parts/anpm.c +82 -0
- data/examples/celes_parts/bi00.c +116 -0
- data/examples/celes_parts/bp00.c +173 -0
- data/examples/celes_parts/bp06.c +136 -0
- data/examples/celes_parts/bpn2xy.c +100 -0
- data/examples/celes_parts/c2i00a.c +139 -0
- data/examples/celes_parts/c2i00b.c +139 -0
- data/examples/celes_parts/c2i06a.c +136 -0
- data/examples/celes_parts/c2ibpn.c +142 -0
- data/examples/celes_parts/c2ixy.c +131 -0
- data/examples/celes_parts/c2ixys.c +123 -0
- data/examples/celes_parts/c2s.c +96 -0
- data/examples/celes_parts/c2t00a.c +154 -0
- data/examples/celes_parts/c2t00b.c +150 -0
- data/examples/celes_parts/c2t06a.c +152 -0
- data/examples/celes_parts/c2tcio.c +122 -0
- data/examples/celes_parts/c2teqx.c +122 -0
- data/examples/celes_parts/c2tpe.c +167 -0
- data/examples/celes_parts/c2txy.c +159 -0
- data/examples/celes_parts/cal2jd.c +139 -0
- data/examples/celes_parts/celes_core.c +2522 -0
- data/examples/celes_parts/cp.c +80 -0
- data/examples/celes_parts/cpv.c +82 -0
- data/examples/celes_parts/cr.c +83 -0
- data/examples/celes_parts/d2dtf.c +206 -0
- data/examples/celes_parts/d2tf.c +160 -0
- data/examples/celes_parts/dat.c +289 -0
- data/examples/celes_parts/depend +25 -0
- data/examples/celes_parts/dtdb.c +1213 -0
- data/examples/celes_parts/dtf2d.c +196 -0
- data/examples/celes_parts/ee00.c +128 -0
- data/examples/celes_parts/ee00a.c +135 -0
- data/examples/celes_parts/ee00b.c +141 -0
- data/examples/celes_parts/ee06a.c +122 -0
- data/examples/celes_parts/eect00.c +282 -0
- data/examples/celes_parts/eform.c +147 -0
- data/examples/celes_parts/eo06a.c +131 -0
- data/examples/celes_parts/eors.c +108 -0
- data/examples/celes_parts/epb.c +96 -0
- data/examples/celes_parts/epb2jd.c +91 -0
- data/examples/celes_parts/epj.c +93 -0
- data/examples/celes_parts/epj2jd.c +91 -0
- data/examples/celes_parts/epv00.c +2589 -0
- data/examples/celes_parts/eqeq94.c +131 -0
- data/examples/celes_parts/era00.c +136 -0
- data/examples/celes_parts/extconf.rb +4 -0
- data/examples/celes_parts/fad03.c +103 -0
- data/examples/celes_parts/fae03.c +102 -0
- data/examples/celes_parts/faf03.c +106 -0
- data/examples/celes_parts/faju03.c +102 -0
- data/examples/celes_parts/fal03.c +103 -0
- data/examples/celes_parts/falp03.c +103 -0
- data/examples/celes_parts/fama03.c +102 -0
- data/examples/celes_parts/fame03.c +102 -0
- data/examples/celes_parts/fane03.c +99 -0
- data/examples/celes_parts/faom03.c +104 -0
- data/examples/celes_parts/fapa03.c +103 -0
- data/examples/celes_parts/fasa03.c +102 -0
- data/examples/celes_parts/faur03.c +99 -0
- data/examples/celes_parts/fave03.c +102 -0
- data/examples/celes_parts/fk52h.c +143 -0
- data/examples/celes_parts/fk5hip.c +126 -0
- data/examples/celes_parts/fk5hz.c +160 -0
- data/examples/celes_parts/fw2m.c +134 -0
- data/examples/celes_parts/fw2xy.c +120 -0
- data/examples/celes_parts/gc2gd.c +134 -0
- data/examples/celes_parts/gc2gde.c +200 -0
- data/examples/celes_parts/gd2gc.c +134 -0
- data/examples/celes_parts/gd2gce.c +138 -0
- data/examples/celes_parts/gmst00.c +145 -0
- data/examples/celes_parts/gmst06.c +136 -0
- data/examples/celes_parts/gmst82.c +151 -0
- data/examples/celes_parts/gst00a.c +138 -0
- data/examples/celes_parts/gst00b.c +146 -0
- data/examples/celes_parts/gst06.c +140 -0
- data/examples/celes_parts/gst06a.c +131 -0
- data/examples/celes_parts/gst94.c +131 -0
- data/examples/celes_parts/h2fk5.c +148 -0
- data/examples/celes_parts/hfk5z.c +175 -0
- data/examples/celes_parts/ir.c +83 -0
- data/examples/celes_parts/jd2cal.c +155 -0
- data/examples/celes_parts/jdcalf.c +161 -0
- data/examples/celes_parts/num00a.c +121 -0
- data/examples/celes_parts/num00b.c +121 -0
- data/examples/celes_parts/num06a.c +125 -0
- data/examples/celes_parts/numat.c +109 -0
- data/examples/celes_parts/nut00a.c +2047 -0
- data/examples/celes_parts/nut00b.c +372 -0
- data/examples/celes_parts/nut06a.c +153 -0
- data/examples/celes_parts/nut80.c +325 -0
- data/examples/celes_parts/nutm80.c +117 -0
- data/examples/celes_parts/obl06.c +118 -0
- data/examples/celes_parts/obl80.c +118 -0
- data/examples/celes_parts/p06e.c +321 -0
- data/examples/celes_parts/p2pv.c +83 -0
- data/examples/celes_parts/p2s.c +91 -0
- data/examples/celes_parts/pap.c +139 -0
- data/examples/celes_parts/pas.c +96 -0
- data/examples/celes_parts/pb06.c +144 -0
- data/examples/celes_parts/pdp.c +84 -0
- data/examples/celes_parts/pfw06.c +165 -0
- data/examples/celes_parts/plan94.c +514 -0
- data/examples/celes_parts/pm.c +83 -0
- data/examples/celes_parts/pmat00.c +118 -0
- data/examples/celes_parts/pmat06.c +122 -0
- data/examples/celes_parts/pmat76.c +141 -0
- data/examples/celes_parts/pmp.c +85 -0
- data/examples/celes_parts/pn.c +109 -0
- data/examples/celes_parts/pn00.c +177 -0
- data/examples/celes_parts/pn00a.c +162 -0
- data/examples/celes_parts/pn00b.c +162 -0
- data/examples/celes_parts/pn06.c +187 -0
- data/examples/celes_parts/pn06a.c +152 -0
- data/examples/celes_parts/pnm00a.c +121 -0
- data/examples/celes_parts/pnm00b.c +121 -0
- data/examples/celes_parts/pnm06a.c +124 -0
- data/examples/celes_parts/pnm80.c +126 -0
- data/examples/celes_parts/pom00.c +115 -0
- data/examples/celes_parts/ppp.c +85 -0
- data/examples/celes_parts/ppsp.c +94 -0
- data/examples/celes_parts/pr00.c +142 -0
- data/examples/celes_parts/prec76.c +148 -0
- data/examples/celes_parts/pv2p.c +81 -0
- data/examples/celes_parts/pv2s.c +144 -0
- data/examples/celes_parts/pvdpv.c +102 -0
- data/examples/celes_parts/pvm.c +86 -0
- data/examples/celes_parts/pvmpv.c +87 -0
- data/examples/celes_parts/pvppv.c +87 -0
- data/examples/celes_parts/pvstar.c +207 -0
- data/examples/celes_parts/pvu.c +93 -0
- data/examples/celes_parts/pvup.c +88 -0
- data/examples/celes_parts/pvxpv.c +107 -0
- data/examples/celes_parts/pxp.c +94 -0
- data/examples/celes_parts/rm2v.c +111 -0
- data/examples/celes_parts/rv2m.c +118 -0
- data/examples/celes_parts/rx.c +110 -0
- data/examples/celes_parts/rxp.c +99 -0
- data/examples/celes_parts/rxpv.c +86 -0
- data/examples/celes_parts/rxr.c +99 -0
- data/examples/celes_parts/ry.c +110 -0
- data/examples/celes_parts/rz.c +110 -0
- data/examples/celes_parts/s00.c +371 -0
- data/examples/celes_parts/s00a.c +143 -0
- data/examples/celes_parts/s00b.c +143 -0
- data/examples/celes_parts/s06.c +368 -0
- data/examples/celes_parts/s06a.c +145 -0
- data/examples/celes_parts/s2c.c +85 -0
- data/examples/celes_parts/s2p.c +88 -0
- data/examples/celes_parts/s2pv.c +103 -0
- data/examples/celes_parts/s2xpv.c +87 -0
- data/examples/celes_parts/sepp.c +105 -0
- data/examples/celes_parts/seps.c +93 -0
- data/examples/celes_parts/sofa.h +379 -0
- data/examples/celes_parts/sofam.h +155 -0
- data/examples/celes_parts/sp00.c +118 -0
- data/examples/celes_parts/starpm.c +205 -0
- data/examples/celes_parts/starpv.c +264 -0
- data/examples/celes_parts/sxp.c +84 -0
- data/examples/celes_parts/sxpv.c +85 -0
- data/examples/celes_parts/taitt.c +110 -0
- data/examples/celes_parts/taiut1.c +112 -0
- data/examples/celes_parts/taiutc.c +182 -0
- data/examples/celes_parts/tcbtdb.c +132 -0
- data/examples/celes_parts/tcgtt.c +109 -0
- data/examples/celes_parts/tdbtcb.c +137 -0
- data/examples/celes_parts/tdbtt.c +122 -0
- data/examples/celes_parts/test_celes.rb +48 -0
- data/examples/celes_parts/tf2a.c +107 -0
- data/examples/celes_parts/tf2d.c +107 -0
- data/examples/celes_parts/tr.c +93 -0
- data/examples/celes_parts/trxp.c +93 -0
- data/examples/celes_parts/trxpv.c +93 -0
- data/examples/celes_parts/tttai.c +110 -0
- data/examples/celes_parts/tttcg.c +112 -0
- data/examples/celes_parts/tttdb.c +121 -0
- data/examples/celes_parts/ttut1.c +110 -0
- data/examples/celes_parts/ut1tai.c +111 -0
- data/examples/celes_parts/ut1tt.c +110 -0
- data/examples/celes_parts/ut1utc.c +193 -0
- data/examples/celes_parts/utctai.c +163 -0
- data/examples/celes_parts/utcut1.c +151 -0
- data/examples/celes_parts/xy06.c +2758 -0
- data/examples/celes_parts/xys00a.c +133 -0
- data/examples/celes_parts/xys00b.c +133 -0
- data/examples/celes_parts/xys06a.c +133 -0
- data/examples/celes_parts/zp.c +77 -0
- data/examples/celes_parts/zpv.c +79 -0
- data/examples/celes_parts/zr.c +83 -0
- data/examples/check_date_type.rb +2 -4
- data/examples/compare_geoc_long_ra.rb +19 -11
- data/examples/data_table_for_astro_dog.rb +40 -0
- data/examples/earth_rotation.rb +28 -3
- data/examples/eot.c +15 -0
- data/examples/eot.h +2 -0
- data/examples/eot_methods_list.rb +30 -3
- data/examples/eot_suntimes.rb +99 -95
- data/examples/extconf.rb +2 -0
- data/examples/{read_nutation_data.rb → gmst_gast_non_sofa.rb} +103 -98
- data/examples/nutation_table5_3a.yaml +1658 -1658
- data/examples/rbeot.c +24 -0
- data/examples/test_eot.rb +17 -0
- data/examples/test_poly_eval.rb +6 -17
- data/examples/time_scales.rb +4 -7
- data/examples/times_year.rb +50 -0
- data/examples/usage_example.rb +15 -5
- data/examples/use_angles.rb +151 -87
- data/lib/eot/angles.rb +130 -177
- data/lib/eot/constants.rb +41 -44
- data/lib/eot/displays.rb +40 -37
- data/lib/eot/geo_lat_lng_smt.rb +7 -6
- data/lib/eot/init.rb +62 -39
- data/lib/eot/nutation.rb +53 -45
- data/lib/eot/times.rb +32 -41
- data/lib/eot/utilities.rb +11 -90
- data/lib/eot/version.rb +3 -2
- data/rise_set_data.yml +1461 -0
- data/run_tests_eclipse.rb +1 -0
- data/tests/minitest/aliased_angles_spec.rb +119 -165
- data/tests/minitest/aliased_displays_spec.rb +41 -39
- data/tests/minitest/aliased_utilities_spec.rb +11 -22
- data/tests/minitest/angles_spec.rb +134 -181
- data/tests/minitest/constants_spec.rb +4 -10
- data/tests/minitest/delta_epsilon_spec.rb +13 -16
- data/tests/minitest/displays_spec.rb +39 -37
- data/tests/minitest/geo_spec.rb +15 -11
- data/tests/minitest/init_spec.rb +30 -16
- data/tests/minitest/nutation_spec.rb +19 -13
- data/tests/minitest/times_spec.rb +77 -75
- data/tests/minitest/utilities_spec.rb +10 -94
- data/wiki.md +7 -9
- metadata +218 -26
- data/examples/data_table.rb +0 -26
- data/lib/eot/nutation_table5_3a.yaml +0 -9532
- data/tests/minitest/aliased_times_spec.rb +0 -36
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ffd7f20110660ab1c68e7b8d811106c487808f1
|
4
|
+
data.tar.gz: d5edf33341d270becd60e42550e1edd46d53c1fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30aaae71fe66cbae8b59b2eda84ed0c8408f1f08d797cd362391249f44ce335bd00a7c9723ce91c3ca4276f1d5a760d2ca37ceda7b30a2705efc07e878a0a456
|
7
|
+
data.tar.gz: cb9a772a410188fa3ed27e71e959b318e9bbaef529b8564792f35c4048c041f9e5c5a589e561bc9a651823febfcd3adfa6e4f95fda16a11e2718bab46fffd200
|
data/.buildpath
ADDED
data/.project
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<projectDescription>
|
3
|
+
<name>EOT</name>
|
4
|
+
<comment></comment>
|
5
|
+
<projects>
|
6
|
+
</projects>
|
7
|
+
<buildSpec>
|
8
|
+
<buildCommand>
|
9
|
+
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
10
|
+
<arguments>
|
11
|
+
</arguments>
|
12
|
+
</buildCommand>
|
13
|
+
</buildSpec>
|
14
|
+
<natures>
|
15
|
+
<nature>org.eclipse.dltk.ruby.core.nature</nature>
|
16
|
+
</natures>
|
17
|
+
</projectDescription>
|
data/.rvmrc
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
rvm use ruby-2.1.2 --default
|
data/Makefile
ADDED
@@ -0,0 +1,238 @@
|
|
1
|
+
|
2
|
+
SHELL = /bin/sh
|
3
|
+
|
4
|
+
# V=0 quiet, V=1 verbose. other values don't work.
|
5
|
+
V = 0
|
6
|
+
Q1 = $(V:1=)
|
7
|
+
Q = $(Q1:0=@)
|
8
|
+
ECHO1 = $(V:1=@:)
|
9
|
+
ECHO = $(ECHO1:0=@echo)
|
10
|
+
|
11
|
+
#### Start of system configuration section. ####
|
12
|
+
|
13
|
+
srcdir = /home/kb9agt/workspace/equationoftime/examples/celes_parts
|
14
|
+
topdir = /home/kb9agt/.rvm/rubies/ruby-2.1.2/include/ruby-2.1.0
|
15
|
+
hdrdir = $(topdir)
|
16
|
+
arch_hdrdir = /home/kb9agt/.rvm/rubies/ruby-2.1.2/include/ruby-2.1.0/i686-linux
|
17
|
+
PATH_SEPARATOR = :
|
18
|
+
VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
|
19
|
+
prefix = $(DESTDIR)/home/kb9agt/.rvm/rubies/ruby-2.1.2
|
20
|
+
rubysitearchprefix = $(rubylibprefix)/$(sitearch)
|
21
|
+
rubyarchprefix = $(rubylibprefix)/$(arch)
|
22
|
+
rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
|
23
|
+
exec_prefix = $(prefix)
|
24
|
+
vendorarchhdrdir = $(vendorhdrdir)/$(sitearch)
|
25
|
+
sitearchhdrdir = $(sitehdrdir)/$(sitearch)
|
26
|
+
rubyarchhdrdir = $(rubyhdrdir)/$(arch)
|
27
|
+
vendorhdrdir = $(rubyhdrdir)/vendor_ruby
|
28
|
+
sitehdrdir = $(rubyhdrdir)/site_ruby
|
29
|
+
rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
30
|
+
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
31
|
+
vendorlibdir = $(vendordir)/$(ruby_version)
|
32
|
+
vendordir = $(rubylibprefix)/vendor_ruby
|
33
|
+
sitearchdir = $(sitelibdir)/$(sitearch)
|
34
|
+
sitelibdir = $(sitedir)/$(ruby_version)
|
35
|
+
sitedir = $(rubylibprefix)/site_ruby
|
36
|
+
rubyarchdir = $(rubylibdir)/$(arch)
|
37
|
+
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
38
|
+
sitearchincludedir = $(includedir)/$(sitearch)
|
39
|
+
archincludedir = $(includedir)/$(arch)
|
40
|
+
sitearchlibdir = $(libdir)/$(sitearch)
|
41
|
+
archlibdir = $(libdir)/$(arch)
|
42
|
+
ridir = $(datarootdir)/$(RI_BASE_NAME)
|
43
|
+
mandir = $(datarootdir)/man
|
44
|
+
localedir = $(datarootdir)/locale
|
45
|
+
libdir = $(exec_prefix)/lib
|
46
|
+
psdir = $(docdir)
|
47
|
+
pdfdir = $(docdir)
|
48
|
+
dvidir = $(docdir)
|
49
|
+
htmldir = $(docdir)
|
50
|
+
infodir = $(datarootdir)/info
|
51
|
+
docdir = $(datarootdir)/doc/$(PACKAGE)
|
52
|
+
oldincludedir = $(DESTDIR)/usr/include
|
53
|
+
includedir = $(prefix)/include
|
54
|
+
localstatedir = $(prefix)/var
|
55
|
+
sharedstatedir = $(prefix)/com
|
56
|
+
sysconfdir = $(prefix)/etc
|
57
|
+
datadir = $(datarootdir)
|
58
|
+
datarootdir = $(prefix)/share
|
59
|
+
libexecdir = $(exec_prefix)/libexec
|
60
|
+
sbindir = $(exec_prefix)/sbin
|
61
|
+
bindir = $(exec_prefix)/bin
|
62
|
+
archdir = $(rubyarchdir)
|
63
|
+
|
64
|
+
|
65
|
+
CC = gcc
|
66
|
+
CXX = g++
|
67
|
+
LIBRUBY = $(LIBRUBY_SO)
|
68
|
+
LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
|
69
|
+
LIBRUBYARG_SHARED = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)
|
70
|
+
LIBRUBYARG_STATIC = -Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static
|
71
|
+
empty =
|
72
|
+
OUTFLAG = -o $(empty)
|
73
|
+
COUTFLAG = -o $(empty)
|
74
|
+
|
75
|
+
RUBY_EXTCONF_H =
|
76
|
+
cflags = $(optflags) $(debugflags) $(warnflags)
|
77
|
+
optflags = -O3 -fno-fast-math
|
78
|
+
debugflags = -ggdb3
|
79
|
+
warnflags = -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
|
80
|
+
CCDLFLAGS = -fPIC
|
81
|
+
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
82
|
+
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
83
|
+
DEFS = -D_FILE_OFFSET_BITS=64
|
84
|
+
CPPFLAGS = $(DEFS) $(cppflags)
|
85
|
+
CXXFLAGS = $(CCDLFLAGS) $(cxxflags) $(ARCH_FLAG)
|
86
|
+
ldflags = -L. -fstack-protector -rdynamic -Wl,-export-dynamic
|
87
|
+
dldflags =
|
88
|
+
ARCH_FLAG =
|
89
|
+
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
90
|
+
LDSHARED = $(CC) -shared
|
91
|
+
LDSHAREDXX = $(CXX) -shared
|
92
|
+
AR = ar
|
93
|
+
EXEEXT =
|
94
|
+
|
95
|
+
RUBY_INSTALL_NAME = ruby
|
96
|
+
RUBY_SO_NAME = ruby
|
97
|
+
RUBYW_INSTALL_NAME =
|
98
|
+
RUBY_VERSION_NAME = $(RUBY_BASE_NAME)-$(ruby_version)
|
99
|
+
RUBYW_BASE_NAME = rubyw
|
100
|
+
RUBY_BASE_NAME = ruby
|
101
|
+
|
102
|
+
arch = i686-linux
|
103
|
+
sitearch = $(arch)
|
104
|
+
ruby_version = 2.1.0
|
105
|
+
ruby = $(bindir)/ruby
|
106
|
+
RUBY = $(ruby)
|
107
|
+
ruby_headers = $(hdrdir)/ruby.h $(hdrdir)/ruby/ruby.h $(hdrdir)/ruby/defines.h $(hdrdir)/ruby/missing.h $(hdrdir)/ruby/intern.h $(hdrdir)/ruby/st.h $(hdrdir)/ruby/subst.h $(arch_hdrdir)/ruby/config.h
|
108
|
+
|
109
|
+
RM = rm -f
|
110
|
+
RM_RF = $(RUBY) -run -e rm -- -rf
|
111
|
+
RMDIRS = rmdir --ignore-fail-on-non-empty -p
|
112
|
+
MAKEDIRS = /bin/mkdir -p
|
113
|
+
INSTALL = /usr/bin/install -c
|
114
|
+
INSTALL_PROG = $(INSTALL) -m 0755
|
115
|
+
INSTALL_DATA = $(INSTALL) -m 644
|
116
|
+
COPY = cp
|
117
|
+
TOUCH = exit >
|
118
|
+
|
119
|
+
#### End of system configuration section. ####
|
120
|
+
|
121
|
+
preload =
|
122
|
+
|
123
|
+
libpath = . $(libdir)
|
124
|
+
LIBPATH = -L. -L$(libdir) -Wl,-R$(libdir)
|
125
|
+
DEFFILE =
|
126
|
+
|
127
|
+
CLEANFILES = mkmf.log
|
128
|
+
DISTCLEANFILES =
|
129
|
+
DISTCLEANDIRS =
|
130
|
+
|
131
|
+
extout =
|
132
|
+
extout_prefix =
|
133
|
+
target_prefix =
|
134
|
+
LOCAL_LIBS =
|
135
|
+
LIBS = $(LIBRUBYARG_SHARED) -lpthread -lrt -ldl -lcrypt -lm -lc
|
136
|
+
ORIG_SRCS = faur03.c fapa03.c celes_core.c falp03.c nut00b.c gst06.c gmst06.c faju03.c ee00a.c obl06.c nut06a.c obl80.c fae03.c pr00.c fad03.c cal2jd.c ee06a.c pfw06.c ee00b.c s06.c eors.c fw2m.c era00.c rz.c ee00.c ir.c nut00a.c fasa03.c fal03.c bpn2xy.c rx.c eect00.c faf03.c anpm.c fave03.c pnm06a.c anp.c fame03.c fama03.c gst06a.c faom03.c
|
137
|
+
SRCS = $(ORIG_SRCS)
|
138
|
+
OBJS = faur03.o fapa03.o celes_core.o falp03.o nut00b.o gst06.o gmst06.o faju03.o ee00a.o obl06.o nut06a.o obl80.o fae03.o pr00.o fad03.o cal2jd.o ee06a.o pfw06.o ee00b.o s06.o eors.o fw2m.o era00.o rz.o ee00.o ir.o nut00a.o fasa03.o fal03.o bpn2xy.o rx.o eect00.o faf03.o anpm.o fave03.o pnm06a.o anp.o fame03.o fama03.o gst06a.o faom03.o
|
139
|
+
HDRS = $(srcdir)/sofam.h $(srcdir)/sofa.h
|
140
|
+
TARGET = celes_core
|
141
|
+
TARGET_NAME = celes_core
|
142
|
+
TARGET_ENTRY = Init_$(TARGET_NAME)
|
143
|
+
DLLIB = $(TARGET).so
|
144
|
+
EXTSTATIC =
|
145
|
+
STATIC_LIB =
|
146
|
+
|
147
|
+
TIMESTAMP_DIR = .
|
148
|
+
BINDIR = $(bindir)
|
149
|
+
RUBYCOMMONDIR = $(sitedir)$(target_prefix)
|
150
|
+
RUBYLIBDIR = $(sitelibdir)$(target_prefix)
|
151
|
+
RUBYARCHDIR = $(sitearchdir)$(target_prefix)
|
152
|
+
HDRDIR = $(rubyhdrdir)/ruby$(target_prefix)
|
153
|
+
ARCHHDRDIR = $(rubyhdrdir)/$(arch)/ruby$(target_prefix)
|
154
|
+
|
155
|
+
TARGET_SO = $(DLLIB)
|
156
|
+
CLEANLIBS = $(TARGET).so
|
157
|
+
CLEANOBJS = *.o *.bak
|
158
|
+
|
159
|
+
all: $(DLLIB)
|
160
|
+
static: $(STATIC_LIB)
|
161
|
+
.PHONY: all install static install-so install-rb
|
162
|
+
.PHONY: clean clean-so clean-static clean-rb
|
163
|
+
|
164
|
+
clean-static::
|
165
|
+
clean-rb-default::
|
166
|
+
clean-rb::
|
167
|
+
clean-so::
|
168
|
+
clean: clean-so clean-static clean-rb-default clean-rb
|
169
|
+
-$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
|
170
|
+
|
171
|
+
distclean-rb-default::
|
172
|
+
distclean-rb::
|
173
|
+
distclean-so::
|
174
|
+
distclean-static::
|
175
|
+
distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb
|
176
|
+
-$(Q)$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
|
177
|
+
-$(Q)$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES)
|
178
|
+
-$(Q)$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true
|
179
|
+
|
180
|
+
realclean: distclean
|
181
|
+
install: install-so install-rb
|
182
|
+
|
183
|
+
install-so: $(DLLIB) $(TIMESTAMP_DIR)/.RUBYARCHDIR.time
|
184
|
+
$(INSTALL_PROG) $(DLLIB) $(RUBYARCHDIR)
|
185
|
+
clean-static::
|
186
|
+
-$(Q)$(RM) $(STATIC_LIB)
|
187
|
+
install-rb: pre-install-rb install-rb-default
|
188
|
+
install-rb-default: pre-install-rb-default
|
189
|
+
pre-install-rb: Makefile
|
190
|
+
pre-install-rb-default: Makefile
|
191
|
+
pre-install-rb-default:
|
192
|
+
$(ECHO) installing default celes_core libraries
|
193
|
+
$(TIMESTAMP_DIR)/.RUBYARCHDIR.time:
|
194
|
+
$(Q) $(MAKEDIRS) $(@D) $(RUBYARCHDIR)
|
195
|
+
$(Q) $(TOUCH) $@
|
196
|
+
|
197
|
+
site-install: site-install-so site-install-rb
|
198
|
+
site-install-so: install-so
|
199
|
+
site-install-rb: install-rb
|
200
|
+
|
201
|
+
.SUFFIXES: .c .m .cc .mm .cxx .cpp .C .o
|
202
|
+
|
203
|
+
.cc.o:
|
204
|
+
$(ECHO) compiling $(<)
|
205
|
+
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
|
206
|
+
|
207
|
+
.mm.o:
|
208
|
+
$(ECHO) compiling $(<)
|
209
|
+
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
|
210
|
+
|
211
|
+
.cxx.o:
|
212
|
+
$(ECHO) compiling $(<)
|
213
|
+
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
|
214
|
+
|
215
|
+
.cpp.o:
|
216
|
+
$(ECHO) compiling $(<)
|
217
|
+
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
|
218
|
+
|
219
|
+
.C.o:
|
220
|
+
$(ECHO) compiling $(<)
|
221
|
+
$(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
|
222
|
+
|
223
|
+
.c.o:
|
224
|
+
$(ECHO) compiling $(<)
|
225
|
+
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
|
226
|
+
|
227
|
+
.m.o:
|
228
|
+
$(ECHO) compiling $(<)
|
229
|
+
$(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
|
230
|
+
|
231
|
+
$(DLLIB): $(OBJS) Makefile
|
232
|
+
$(ECHO) linking shared-object $(DLLIB)
|
233
|
+
-$(Q)$(RM) $(@)
|
234
|
+
$(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
|
235
|
+
|
236
|
+
|
237
|
+
|
238
|
+
$(OBJS): $(HDRS) $(ruby_headers)
|
data/Rakefile
CHANGED
@@ -1,3 +1,42 @@
|
|
1
|
+
require "bundler/gem_tasks"
|
2
|
+
|
3
|
+
require 'thor'
|
4
|
+
require 'bundler'
|
5
|
+
require 'rbconfig'
|
6
|
+
|
7
|
+
module Bundler
|
8
|
+
class GemHelper
|
9
|
+
def self.install_tasks(opts = nil)
|
10
|
+
|
11
|
+
# Determine the rakefile's location, don't use
|
12
|
+
# Rake.application.rakefile_location since it's buggy
|
13
|
+
# dir = File.dirname(Rake.application.rakefile_location)
|
14
|
+
|
15
|
+
rakefile_loc = nil
|
16
|
+
begin
|
17
|
+
fail
|
18
|
+
rescue RuntimeError => ex
|
19
|
+
on_win = RbConfig::CONFIG["host_os"] =~ /mswin|mingw/
|
20
|
+
ex.backtrace.each do |frame|
|
21
|
+
if on_win
|
22
|
+
# Typically, on Windows Rake.application.rakefile is lowercase
|
23
|
+
# whereas the real file might not be, luckily case doesn't matter
|
24
|
+
frame = frame.downcase
|
25
|
+
end
|
26
|
+
m = /^((:?.+\/)#{Rake.application.rakefile}):\d+(:?:.+)?$/.match(frame)
|
27
|
+
if not m.nil?
|
28
|
+
rakefile_loc = m[1]
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
dir = File.dirname(rakefile_loc)
|
34
|
+
self.new(dir, opts && opts[:name]).install
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
# require "bundler/install_tasks"
|
1
40
|
|
2
41
|
require 'rspec/core/rake_task'
|
3
42
|
|
@@ -18,8 +57,6 @@ Rake::TestTask.new(:test) do |t|
|
|
18
57
|
t.options
|
19
58
|
end
|
20
59
|
|
21
|
-
require "bundler/gem_tasks"
|
22
|
-
|
23
60
|
require "rake/win32"
|
24
61
|
|
25
62
|
# Rake::TestTask.new(:mine) do |t|
|
@@ -73,7 +110,7 @@ Rake::RDocTask.new(:rdox) do |rd|
|
|
73
110
|
|
74
111
|
rd.rdoc_dir = 'rdocs'
|
75
112
|
|
76
|
-
rd.rdoc_files.include 'lib/**/*.rb', 'README.md', '
|
113
|
+
rd.rdoc_files.include 'lib/**/*.rb', 'README.md', 'wiki.md'
|
77
114
|
|
78
115
|
rd.options << '--line-numbers'
|
79
116
|
|
data/analemma_data.yml
ADDED
@@ -0,0 +1,2925 @@
|
|
1
|
+
---
|
2
|
+
- '2014'
|
3
|
+
- Blackheath Ave, London SE10 8XJ, UK
|
4
|
+
- 51.4769388
|
5
|
+
- -4.2e-05
|
6
|
+
- id: '1'
|
7
|
+
date: Jan 01
|
8
|
+
julian: '2456659'
|
9
|
+
rise: '"2014-01-01T08:05:28+00:00"'
|
10
|
+
eot: "-03:32.044"
|
11
|
+
transit: '"2014-01-01T12:03:32+00:00"'
|
12
|
+
declination: "-022:58:49.048"
|
13
|
+
set: '"2014-01-01T16:01:35+00:00"'
|
14
|
+
- id: '2'
|
15
|
+
date: Jan 02
|
16
|
+
julian: '2456660'
|
17
|
+
rise: '"2014-01-02T08:05:20+00:00"'
|
18
|
+
eot: "-04:00.048"
|
19
|
+
transit: '"2014-01-02T12:04:00+00:00"'
|
20
|
+
declination: "-022:53:33.120"
|
21
|
+
set: '"2014-01-02T16:02:39+00:00"'
|
22
|
+
- id: '3'
|
23
|
+
date: Jan 03
|
24
|
+
julian: '2456661'
|
25
|
+
rise: '"2014-01-03T08:05:09+00:00"'
|
26
|
+
eot: "-04:27.699"
|
27
|
+
transit: '"2014-01-03T12:04:27+00:00"'
|
28
|
+
declination: "-022:47:49.860"
|
29
|
+
set: '"2014-01-03T16:03:45+00:00"'
|
30
|
+
- id: '4'
|
31
|
+
date: Jan 04
|
32
|
+
julian: '2456662'
|
33
|
+
rise: '"2014-01-04T08:04:54+00:00"'
|
34
|
+
eot: "-04:54.968"
|
35
|
+
transit: '"2014-01-04T12:04:54+00:00"'
|
36
|
+
declination: "-022:41:39.423"
|
37
|
+
set: '"2014-01-04T16:04:55+00:00"'
|
38
|
+
- id: '5'
|
39
|
+
date: Jan 05
|
40
|
+
julian: '2456663'
|
41
|
+
rise: '"2014-01-05T08:04:37+00:00"'
|
42
|
+
eot: "-05:21.825"
|
43
|
+
transit: '"2014-01-05T12:05:21+00:00"'
|
44
|
+
declination: "-022:35:01.978"
|
45
|
+
set: '"2014-01-05T16:06:06+00:00"'
|
46
|
+
- id: '6'
|
47
|
+
date: Jan 06
|
48
|
+
julian: '2456664'
|
49
|
+
rise: '"2014-01-06T08:04:15+00:00"'
|
50
|
+
eot: "-05:48.242"
|
51
|
+
transit: '"2014-01-06T12:05:48+00:00"'
|
52
|
+
declination: "-022:27:57.716"
|
53
|
+
set: '"2014-01-06T16:07:20+00:00"'
|
54
|
+
- id: '7'
|
55
|
+
date: Jan 07
|
56
|
+
julian: '2456665'
|
57
|
+
rise: '"2014-01-07T08:03:51+00:00"'
|
58
|
+
eot: "-06:14.191"
|
59
|
+
transit: '"2014-01-07T12:06:14+00:00"'
|
60
|
+
declination: "-022:20:26.842"
|
61
|
+
set: '"2014-01-07T16:08:37+00:00"'
|
62
|
+
- id: '8'
|
63
|
+
date: Jan 08
|
64
|
+
julian: '2456666'
|
65
|
+
rise: '"2014-01-08T08:03:23+00:00"'
|
66
|
+
eot: "-06:39.645"
|
67
|
+
transit: '"2014-01-08T12:06:39+00:00"'
|
68
|
+
declination: "-022:12:29.581"
|
69
|
+
set: '"2014-01-08T16:09:55+00:00"'
|
70
|
+
- id: '9'
|
71
|
+
date: Jan 09
|
72
|
+
julian: '2456667'
|
73
|
+
rise: '"2014-01-09T08:02:52+00:00"'
|
74
|
+
eot: "-07:04.580"
|
75
|
+
transit: '"2014-01-09T12:07:04+00:00"'
|
76
|
+
declination: "-022:04:06.172"
|
77
|
+
set: '"2014-01-09T16:11:16+00:00"'
|
78
|
+
- id: '10'
|
79
|
+
date: Jan 10
|
80
|
+
julian: '2456668'
|
81
|
+
rise: '"2014-01-10T08:02:18+00:00"'
|
82
|
+
eot: "-07:28.969"
|
83
|
+
transit: '"2014-01-10T12:07:28+00:00"'
|
84
|
+
declination: "-021:55:16.863"
|
85
|
+
set: '"2014-01-10T16:12:39+00:00"'
|
86
|
+
- id: '11'
|
87
|
+
date: Jan 11
|
88
|
+
julian: '2456669'
|
89
|
+
rise: '"2014-01-11T08:01:41+00:00"'
|
90
|
+
eot: "-07:52.791"
|
91
|
+
transit: '"2014-01-11T12:07:52+00:00"'
|
92
|
+
declination: "-021:46:01.915"
|
93
|
+
set: '"2014-01-11T16:14:04+00:00"'
|
94
|
+
- id: '12'
|
95
|
+
date: Jan 12
|
96
|
+
julian: '2456670'
|
97
|
+
rise: '"2014-01-12T08:01:01+00:00"'
|
98
|
+
eot: "-08:16.021"
|
99
|
+
transit: '"2014-01-12T12:08:16+00:00"'
|
100
|
+
declination: "-021:36:21.600"
|
101
|
+
set: '"2014-01-12T16:15:30+00:00"'
|
102
|
+
- id: '13'
|
103
|
+
date: Jan 13
|
104
|
+
julian: '2456671'
|
105
|
+
rise: '"2014-01-13T08:00:17+00:00"'
|
106
|
+
eot: "-08:38.638"
|
107
|
+
transit: '"2014-01-13T12:08:38+00:00"'
|
108
|
+
declination: "-021:26:16.195"
|
109
|
+
set: '"2014-01-13T16:16:59+00:00"'
|
110
|
+
- id: '14'
|
111
|
+
date: Jan 14
|
112
|
+
julian: '2456672'
|
113
|
+
rise: '"2014-01-14T07:59:31+00:00"'
|
114
|
+
eot: "-09:00.622"
|
115
|
+
transit: '"2014-01-14T12:09:00+00:00"'
|
116
|
+
declination: "-021:15:45.987"
|
117
|
+
set: '"2014-01-14T16:18:29+00:00"'
|
118
|
+
- id: '15'
|
119
|
+
date: Jan 15
|
120
|
+
julian: '2456673'
|
121
|
+
rise: '"2014-01-15T07:58:42+00:00"'
|
122
|
+
eot: "-09:21.953"
|
123
|
+
transit: '"2014-01-15T12:09:21+00:00"'
|
124
|
+
declination: "-021:04:51.271"
|
125
|
+
set: '"2014-01-15T16:20:01+00:00"'
|
126
|
+
- id: '16'
|
127
|
+
date: Jan 16
|
128
|
+
julian: '2456674'
|
129
|
+
rise: '"2014-01-16T07:57:50+00:00"'
|
130
|
+
eot: "-09:42.612"
|
131
|
+
transit: '"2014-01-16T12:09:42+00:00"'
|
132
|
+
declination: "-020:53:32.351"
|
133
|
+
set: '"2014-01-16T16:21:34+00:00"'
|
134
|
+
- id: '17'
|
135
|
+
date: Jan 17
|
136
|
+
julian: '2456675'
|
137
|
+
rise: '"2014-01-17T07:56:55+00:00"'
|
138
|
+
eot: "-10:02.582"
|
139
|
+
transit: '"2014-01-17T12:10:02+00:00"'
|
140
|
+
declination: "-020:41:49.537"
|
141
|
+
set: '"2014-01-17T16:23:09+00:00"'
|
142
|
+
- id: '18'
|
143
|
+
date: Jan 18
|
144
|
+
julian: '2456676'
|
145
|
+
rise: '"2014-01-18T07:55:57+00:00"'
|
146
|
+
eot: "-10:21.847"
|
147
|
+
transit: '"2014-01-18T12:10:21+00:00"'
|
148
|
+
declination: "-020:29:43.148"
|
149
|
+
set: '"2014-01-18T16:24:46+00:00"'
|
150
|
+
- id: '19'
|
151
|
+
date: Jan 19
|
152
|
+
julian: '2456677'
|
153
|
+
rise: '"2014-01-19T07:54:56+00:00"'
|
154
|
+
eot: "-10:40.392"
|
155
|
+
transit: '"2014-01-19T12:10:40+00:00"'
|
156
|
+
declination: "-020:17:13.509"
|
157
|
+
set: '"2014-01-19T16:26:24+00:00"'
|
158
|
+
- id: '20'
|
159
|
+
date: Jan 20
|
160
|
+
julian: '2456678'
|
161
|
+
rise: '"2014-01-20T07:53:53+00:00"'
|
162
|
+
eot: "-10:58.202"
|
163
|
+
transit: '"2014-01-20T12:10:58+00:00"'
|
164
|
+
declination: "-020:04:20.958"
|
165
|
+
set: '"2014-01-20T16:28:02+00:00"'
|
166
|
+
- id: '21'
|
167
|
+
date: Jan 21
|
168
|
+
julian: '2456679'
|
169
|
+
rise: '"2014-01-21T07:52:47+00:00"'
|
170
|
+
eot: "-11:15.264"
|
171
|
+
transit: '"2014-01-21T12:11:15+00:00"'
|
172
|
+
declination: "-019:51:05.837"
|
173
|
+
set: '"2014-01-21T16:29:43+00:00"'
|
174
|
+
- id: '22'
|
175
|
+
date: Jan 22
|
176
|
+
julian: '2456680'
|
177
|
+
rise: '"2014-01-22T07:51:38+00:00"'
|
178
|
+
eot: "-11:31.567"
|
179
|
+
transit: '"2014-01-22T12:11:31+00:00"'
|
180
|
+
declination: "-019:37:28.499"
|
181
|
+
set: '"2014-01-22T16:31:24+00:00"'
|
182
|
+
- id: '23'
|
183
|
+
date: Jan 23
|
184
|
+
julian: '2456681'
|
185
|
+
rise: '"2014-01-23T07:50:27+00:00"'
|
186
|
+
eot: "-11:47.101"
|
187
|
+
transit: '"2014-01-23T12:11:47+00:00"'
|
188
|
+
declination: "-019:23:29.305"
|
189
|
+
set: '"2014-01-23T16:33:06+00:00"'
|
190
|
+
- id: '24'
|
191
|
+
date: Jan 24
|
192
|
+
julian: '2456682'
|
193
|
+
rise: '"2014-01-24T07:49:14+00:00"'
|
194
|
+
eot: "-12:01.856"
|
195
|
+
transit: '"2014-01-24T12:12:01+00:00"'
|
196
|
+
declination: "-019:09:08.625"
|
197
|
+
set: '"2014-01-24T16:34:49+00:00"'
|
198
|
+
- id: '25'
|
199
|
+
date: Jan 25
|
200
|
+
julian: '2456683'
|
201
|
+
rise: '"2014-01-25T07:47:58+00:00"'
|
202
|
+
eot: "-12:15.823"
|
203
|
+
transit: '"2014-01-25T12:12:15+00:00"'
|
204
|
+
declination: "-018:54:26.835"
|
205
|
+
set: '"2014-01-25T16:36:33+00:00"'
|
206
|
+
- id: '26'
|
207
|
+
date: Jan 26
|
208
|
+
julian: '2456684'
|
209
|
+
rise: '"2014-01-26T07:46:39+00:00"'
|
210
|
+
eot: "-12:28.996"
|
211
|
+
transit: '"2014-01-26T12:12:29+00:00"'
|
212
|
+
declination: "-018:39:24.319"
|
213
|
+
set: '"2014-01-26T16:38:18+00:00"'
|
214
|
+
- id: '27'
|
215
|
+
date: Jan 27
|
216
|
+
julian: '2456685'
|
217
|
+
rise: '"2014-01-27T07:45:19+00:00"'
|
218
|
+
eot: "-12:41.369"
|
219
|
+
transit: '"2014-01-27T12:12:41+00:00"'
|
220
|
+
declination: "-018:24:01.467"
|
221
|
+
set: '"2014-01-27T16:40:03+00:00"'
|
222
|
+
- id: '28'
|
223
|
+
date: Jan 28
|
224
|
+
julian: '2456686'
|
225
|
+
rise: '"2014-01-28T07:43:56+00:00"'
|
226
|
+
eot: "-12:52.937"
|
227
|
+
transit: '"2014-01-28T12:12:52+00:00"'
|
228
|
+
declination: "-018:08:18.670"
|
229
|
+
set: '"2014-01-28T16:41:49+00:00"'
|
230
|
+
- id: '29'
|
231
|
+
date: Jan 29
|
232
|
+
julian: '2456687'
|
233
|
+
rise: '"2014-01-29T07:42:31+00:00"'
|
234
|
+
eot: "-13:03.696"
|
235
|
+
transit: '"2014-01-29T12:13:03+00:00"'
|
236
|
+
declination: "-017:52:16.320"
|
237
|
+
set: '"2014-01-29T16:43:36+00:00"'
|
238
|
+
- id: '30'
|
239
|
+
date: Jan 30
|
240
|
+
julian: '2456688'
|
241
|
+
rise: '"2014-01-30T07:41:03+00:00"'
|
242
|
+
eot: "-13:13.643"
|
243
|
+
transit: '"2014-01-30T12:13:13+00:00"'
|
244
|
+
declination: "-017:35:54.806"
|
245
|
+
set: '"2014-01-30T16:45:23+00:00"'
|
246
|
+
- id: '31'
|
247
|
+
date: Jan 31
|
248
|
+
julian: '2456689'
|
249
|
+
rise: '"2014-01-31T07:39:34+00:00"'
|
250
|
+
eot: "-13:22.777"
|
251
|
+
transit: '"2014-01-31T12:13:22+00:00"'
|
252
|
+
declination: "-017:19:14.517"
|
253
|
+
set: '"2014-01-31T16:47:11+00:00"'
|
254
|
+
- id: '32'
|
255
|
+
date: Feb 01
|
256
|
+
julian: '2456690'
|
257
|
+
rise: '"2014-02-01T07:38:02+00:00"'
|
258
|
+
eot: "-13:31.096"
|
259
|
+
transit: '"2014-02-01T12:13:31+00:00"'
|
260
|
+
declination: "-017:02:15.845"
|
261
|
+
set: '"2014-02-01T16:48:59+00:00"'
|
262
|
+
- id: '33'
|
263
|
+
date: Feb 02
|
264
|
+
julian: '2456691'
|
265
|
+
rise: '"2014-02-02T07:36:29+00:00"'
|
266
|
+
eot: "-13:38.600"
|
267
|
+
transit: '"2014-02-02T12:13:38+00:00"'
|
268
|
+
declination: "-016:44:59.187"
|
269
|
+
set: '"2014-02-02T16:50:47+00:00"'
|
270
|
+
- id: '34'
|
271
|
+
date: Feb 03
|
272
|
+
julian: '2456692'
|
273
|
+
rise: '"2014-02-03T07:34:53+00:00"'
|
274
|
+
eot: "-13:45.291"
|
275
|
+
transit: '"2014-02-03T12:13:45+00:00"'
|
276
|
+
declination: "-016:27:24.948"
|
277
|
+
set: '"2014-02-03T16:52:36+00:00"'
|
278
|
+
- id: '35'
|
279
|
+
date: Feb 04
|
280
|
+
julian: '2456693'
|
281
|
+
rise: '"2014-02-04T07:33:16+00:00"'
|
282
|
+
eot: "-13:51.171"
|
283
|
+
transit: '"2014-02-04T12:13:51+00:00"'
|
284
|
+
declination: "-016:09:33.540"
|
285
|
+
set: '"2014-02-04T16:54:25+00:00"'
|
286
|
+
- id: '36'
|
287
|
+
date: Feb 05
|
288
|
+
julian: '2456694'
|
289
|
+
rise: '"2014-02-05T07:31:37+00:00"'
|
290
|
+
eot: "-13:56.243"
|
291
|
+
transit: '"2014-02-05T12:13:56+00:00"'
|
292
|
+
declination: "-015:51:25.378"
|
293
|
+
set: '"2014-02-05T16:56:14+00:00"'
|
294
|
+
- id: '37'
|
295
|
+
date: Feb 06
|
296
|
+
julian: '2456695'
|
297
|
+
rise: '"2014-02-06T07:29:56+00:00"'
|
298
|
+
eot: "-14:00.511"
|
299
|
+
transit: '"2014-02-06T12:14:00+00:00"'
|
300
|
+
declination: "-015:33:00.881"
|
301
|
+
set: '"2014-02-06T16:58:04+00:00"'
|
302
|
+
- id: '38'
|
303
|
+
date: Feb 07
|
304
|
+
julian: '2456696'
|
305
|
+
rise: '"2014-02-07T07:28:14+00:00"'
|
306
|
+
eot: "-14:03.981"
|
307
|
+
transit: '"2014-02-07T12:14:03+00:00"'
|
308
|
+
declination: "-015:14:20.466"
|
309
|
+
set: '"2014-02-07T16:59:53+00:00"'
|
310
|
+
- id: '39'
|
311
|
+
date: Feb 08
|
312
|
+
julian: '2456697'
|
313
|
+
rise: '"2014-02-08T07:26:29+00:00"'
|
314
|
+
eot: "-14:06.658"
|
315
|
+
transit: '"2014-02-08T12:14:06+00:00"'
|
316
|
+
declination: "-014:55:24.553"
|
317
|
+
set: '"2014-02-08T17:01:43+00:00"'
|
318
|
+
- id: '40'
|
319
|
+
date: Feb 09
|
320
|
+
julian: '2456698'
|
321
|
+
rise: '"2014-02-09T07:24:43+00:00"'
|
322
|
+
eot: "-14:08.549"
|
323
|
+
transit: '"2014-02-09T12:14:08+00:00"'
|
324
|
+
declination: "-014:36:13.558"
|
325
|
+
set: '"2014-02-09T17:03:33+00:00"'
|
326
|
+
- id: '41'
|
327
|
+
date: Feb 10
|
328
|
+
julian: '2456699'
|
329
|
+
rise: '"2014-02-10T07:22:56+00:00"'
|
330
|
+
eot: "-14:09.661"
|
331
|
+
transit: '"2014-02-10T12:14:09+00:00"'
|
332
|
+
declination: "-014:16:47.898"
|
333
|
+
set: '"2014-02-10T17:05:22+00:00"'
|
334
|
+
- id: '42'
|
335
|
+
date: Feb 11
|
336
|
+
julian: '2456700'
|
337
|
+
rise: '"2014-02-11T07:21:07+00:00"'
|
338
|
+
eot: "-14:10.002"
|
339
|
+
transit: '"2014-02-11T12:14:10+00:00"'
|
340
|
+
declination: "-013:57:07.989"
|
341
|
+
set: '"2014-02-11T17:07:12+00:00"'
|
342
|
+
- id: '43'
|
343
|
+
date: Feb 12
|
344
|
+
julian: '2456701'
|
345
|
+
rise: '"2014-02-12T07:19:16+00:00"'
|
346
|
+
eot: "-14:09.582"
|
347
|
+
transit: '"2014-02-12T12:14:09+00:00"'
|
348
|
+
declination: "-013:37:14.246"
|
349
|
+
set: '"2014-02-12T17:09:02+00:00"'
|
350
|
+
- id: '44'
|
351
|
+
date: Feb 13
|
352
|
+
julian: '2456702'
|
353
|
+
rise: '"2014-02-13T07:17:25+00:00"'
|
354
|
+
eot: "-14:08.410"
|
355
|
+
transit: '"2014-02-13T12:14:08+00:00"'
|
356
|
+
declination: "-013:17:07.083"
|
357
|
+
set: '"2014-02-13T17:10:51+00:00"'
|
358
|
+
- id: '45'
|
359
|
+
date: Feb 14
|
360
|
+
julian: '2456703'
|
361
|
+
rise: '"2014-02-14T07:15:31+00:00"'
|
362
|
+
eot: "-14:06.497"
|
363
|
+
transit: '"2014-02-14T12:14:06+00:00"'
|
364
|
+
declination: "-012:56:46.915"
|
365
|
+
set: '"2014-02-14T17:12:41+00:00"'
|
366
|
+
- id: '46'
|
367
|
+
date: Feb 15
|
368
|
+
julian: '2456704'
|
369
|
+
rise: '"2014-02-15T07:13:37+00:00"'
|
370
|
+
eot: "-14:03.853"
|
371
|
+
transit: '"2014-02-15T12:14:03+00:00"'
|
372
|
+
declination: "-012:36:14.154"
|
373
|
+
set: '"2014-02-15T17:14:30+00:00"'
|
374
|
+
- id: '47'
|
375
|
+
date: Feb 16
|
376
|
+
julian: '2456705'
|
377
|
+
rise: '"2014-02-16T07:11:41+00:00"'
|
378
|
+
eot: "-14:00.489"
|
379
|
+
transit: '"2014-02-16T12:14:00+00:00"'
|
380
|
+
declination: "-012:15:29.214"
|
381
|
+
set: '"2014-02-16T17:16:19+00:00"'
|
382
|
+
- id: '48'
|
383
|
+
date: Feb 17
|
384
|
+
julian: '2456706'
|
385
|
+
rise: '"2014-02-17T07:09:44+00:00"'
|
386
|
+
eot: "-13:56.419"
|
387
|
+
transit: '"2014-02-17T12:13:56+00:00"'
|
388
|
+
declination: "-011:54:32.509"
|
389
|
+
set: '"2014-02-17T17:18:08+00:00"'
|
390
|
+
- id: '49'
|
391
|
+
date: Feb 18
|
392
|
+
julian: '2456707'
|
393
|
+
rise: '"2014-02-18T07:07:45+00:00"'
|
394
|
+
eot: "-13:51.655"
|
395
|
+
transit: '"2014-02-18T12:13:51+00:00"'
|
396
|
+
declination: "-011:33:24.453"
|
397
|
+
set: '"2014-02-18T17:19:57+00:00"'
|
398
|
+
- id: '50'
|
399
|
+
date: Feb 19
|
400
|
+
julian: '2456708'
|
401
|
+
rise: '"2014-02-19T07:05:46+00:00"'
|
402
|
+
eot: "-13:46.211"
|
403
|
+
transit: '"2014-02-19T12:13:46+00:00"'
|
404
|
+
declination: "-011:12:05.461"
|
405
|
+
set: '"2014-02-19T17:21:46+00:00"'
|
406
|
+
- id: '51'
|
407
|
+
date: Feb 20
|
408
|
+
julian: '2456709'
|
409
|
+
rise: '"2014-02-20T07:03:45+00:00"'
|
410
|
+
eot: "-13:40.100"
|
411
|
+
transit: '"2014-02-20T12:13:40+00:00"'
|
412
|
+
declination: "-010:50:35.945"
|
413
|
+
set: '"2014-02-20T17:23:34+00:00"'
|
414
|
+
- id: '52'
|
415
|
+
date: Feb 21
|
416
|
+
julian: '2456710'
|
417
|
+
rise: '"2014-02-21T07:01:43+00:00"'
|
418
|
+
eot: "-13:33.337"
|
419
|
+
transit: '"2014-02-21T12:13:33+00:00"'
|
420
|
+
declination: "-010:28:56.321"
|
421
|
+
set: '"2014-02-21T17:25:22+00:00"'
|
422
|
+
- id: '53'
|
423
|
+
date: Feb 22
|
424
|
+
julian: '2456711'
|
425
|
+
rise: '"2014-02-22T06:59:41+00:00"'
|
426
|
+
eot: "-13:25.938"
|
427
|
+
transit: '"2014-02-22T12:13:25+00:00"'
|
428
|
+
declination: "-010:07:07.001"
|
429
|
+
set: '"2014-02-22T17:27:10+00:00"'
|
430
|
+
- id: '54'
|
431
|
+
date: Feb 23
|
432
|
+
julian: '2456712'
|
433
|
+
rise: '"2014-02-23T06:57:37+00:00"'
|
434
|
+
eot: "-13:17.917"
|
435
|
+
transit: '"2014-02-23T12:13:17+00:00"'
|
436
|
+
declination: "-009:45:08.398"
|
437
|
+
set: '"2014-02-23T17:28:58+00:00"'
|
438
|
+
- id: '55'
|
439
|
+
date: Feb 24
|
440
|
+
julian: '2456713'
|
441
|
+
rise: '"2014-02-24T06:55:32+00:00"'
|
442
|
+
eot: "-13:09.292"
|
443
|
+
transit: '"2014-02-24T12:13:09+00:00"'
|
444
|
+
declination: "-009:23:00.920"
|
445
|
+
set: '"2014-02-24T17:30:45+00:00"'
|
446
|
+
- id: '56'
|
447
|
+
date: Feb 25
|
448
|
+
julian: '2456714'
|
449
|
+
rise: '"2014-02-25T06:53:27+00:00"'
|
450
|
+
eot: "-13:00.077"
|
451
|
+
transit: '"2014-02-25T12:13:00+00:00"'
|
452
|
+
declination: "-009:00:44.973"
|
453
|
+
set: '"2014-02-25T17:32:32+00:00"'
|
454
|
+
- id: '57'
|
455
|
+
date: Feb 26
|
456
|
+
julian: '2456715'
|
457
|
+
rise: '"2014-02-26T06:51:20+00:00"'
|
458
|
+
eot: "-12:50.290"
|
459
|
+
transit: '"2014-02-26T12:12:50+00:00"'
|
460
|
+
declination: "-008:38:20.960"
|
461
|
+
set: '"2014-02-26T17:34:19+00:00"'
|
462
|
+
- id: '58'
|
463
|
+
date: Feb 27
|
464
|
+
julian: '2456716'
|
465
|
+
rise: '"2014-02-27T06:49:13+00:00"'
|
466
|
+
eot: "-12:39.948"
|
467
|
+
transit: '"2014-02-27T12:12:39+00:00"'
|
468
|
+
declination: "-008:15:49.280"
|
469
|
+
set: '"2014-02-27T17:36:06+00:00"'
|
470
|
+
- id: '59'
|
471
|
+
date: Feb 28
|
472
|
+
julian: '2456717'
|
473
|
+
rise: '"2014-02-28T06:47:05+00:00"'
|
474
|
+
eot: "-12:29.068"
|
475
|
+
transit: '"2014-02-28T12:12:29+00:00"'
|
476
|
+
declination: "-007:53:10.327"
|
477
|
+
set: '"2014-02-28T17:37:52+00:00"'
|
478
|
+
- id: '60'
|
479
|
+
date: Mar 01
|
480
|
+
julian: '2456718'
|
481
|
+
rise: '"2014-03-01T06:44:56+00:00"'
|
482
|
+
eot: "-12:17.668"
|
483
|
+
transit: '"2014-03-01T12:12:17+00:00"'
|
484
|
+
declination: "-007:30:24.499"
|
485
|
+
set: '"2014-03-01T17:39:38+00:00"'
|
486
|
+
- id: '61'
|
487
|
+
date: Mar 02
|
488
|
+
julian: '2456719'
|
489
|
+
rise: '"2014-03-02T06:42:46+00:00"'
|
490
|
+
eot: "-12:05.765"
|
491
|
+
transit: '"2014-03-02T12:12:05+00:00"'
|
492
|
+
declination: "-007:07:32.189"
|
493
|
+
set: '"2014-03-02T17:41:24+00:00"'
|
494
|
+
- id: '62'
|
495
|
+
date: Mar 03
|
496
|
+
julian: '2456720'
|
497
|
+
rise: '"2014-03-03T06:40:36+00:00"'
|
498
|
+
eot: "-11:53.378"
|
499
|
+
transit: '"2014-03-03T12:11:53+00:00"'
|
500
|
+
declination: "-006:44:33.794"
|
501
|
+
set: '"2014-03-03T17:43:10+00:00"'
|
502
|
+
- id: '63'
|
503
|
+
date: Mar 04
|
504
|
+
julian: '2456721'
|
505
|
+
rise: '"2014-03-04T06:38:25+00:00"'
|
506
|
+
eot: "-11:40.526"
|
507
|
+
transit: '"2014-03-04T12:11:40+00:00"'
|
508
|
+
declination: "-006:21:29.710"
|
509
|
+
set: '"2014-03-04T17:44:55+00:00"'
|
510
|
+
- id: '64'
|
511
|
+
date: Mar 05
|
512
|
+
julian: '2456722'
|
513
|
+
rise: '"2014-03-05T06:36:14+00:00"'
|
514
|
+
eot: "-11:27.227"
|
515
|
+
transit: '"2014-03-05T12:11:27+00:00"'
|
516
|
+
declination: "-005:58:20.331"
|
517
|
+
set: '"2014-03-05T17:46:40+00:00"'
|
518
|
+
- id: '65'
|
519
|
+
date: Mar 06
|
520
|
+
julian: '2456723'
|
521
|
+
rise: '"2014-03-06T06:34:02+00:00"'
|
522
|
+
eot: "-11:13.501"
|
523
|
+
transit: '"2014-03-06T12:11:13+00:00"'
|
524
|
+
declination: "-005:35:06.049"
|
525
|
+
set: '"2014-03-06T17:48:24+00:00"'
|
526
|
+
- id: '66'
|
527
|
+
date: Mar 07
|
528
|
+
julian: '2456724'
|
529
|
+
rise: '"2014-03-07T06:31:49+00:00"'
|
530
|
+
eot: "-10:59.367"
|
531
|
+
transit: '"2014-03-07T12:10:59+00:00"'
|
532
|
+
declination: "-005:11:47.253"
|
533
|
+
set: '"2014-03-07T17:50:09+00:00"'
|
534
|
+
- id: '67'
|
535
|
+
date: Mar 08
|
536
|
+
julian: '2456725'
|
537
|
+
rise: '"2014-03-08T06:29:36+00:00"'
|
538
|
+
eot: "-10:44.845"
|
539
|
+
transit: '"2014-03-08T12:10:44+00:00"'
|
540
|
+
declination: "-004:48:24.330"
|
541
|
+
set: '"2014-03-08T17:51:53+00:00"'
|
542
|
+
- id: '68'
|
543
|
+
date: Mar 09
|
544
|
+
julian: '2456726'
|
545
|
+
rise: '"2014-03-09T06:27:22+00:00"'
|
546
|
+
eot: "-10:29.953"
|
547
|
+
transit: '"2014-03-09T12:10:29+00:00"'
|
548
|
+
declination: "-004:24:57.664"
|
549
|
+
set: '"2014-03-09T17:53:37+00:00"'
|
550
|
+
- id: '69'
|
551
|
+
date: Mar 10
|
552
|
+
julian: '2456727'
|
553
|
+
rise: '"2014-03-10T06:25:08+00:00"'
|
554
|
+
eot: "-10:14.712"
|
555
|
+
transit: '"2014-03-10T12:10:14+00:00"'
|
556
|
+
declination: "-004:01:27.635"
|
557
|
+
set: '"2014-03-10T17:55:20+00:00"'
|
558
|
+
- id: '70'
|
559
|
+
date: Mar 11
|
560
|
+
julian: '2456728'
|
561
|
+
rise: '"2014-03-11T06:22:54+00:00"'
|
562
|
+
eot: "-09:59.141"
|
563
|
+
transit: '"2014-03-11T12:09:59+00:00"'
|
564
|
+
declination: "-003:37:54.624"
|
565
|
+
set: '"2014-03-11T17:57:04+00:00"'
|
566
|
+
- id: '71'
|
567
|
+
date: Mar 12
|
568
|
+
julian: '2456729'
|
569
|
+
rise: '"2014-03-12T06:20:39+00:00"'
|
570
|
+
eot: "-09:43.261"
|
571
|
+
transit: '"2014-03-12T12:09:43+00:00"'
|
572
|
+
declination: "-003:14:19.009"
|
573
|
+
set: '"2014-03-12T17:58:47+00:00"'
|
574
|
+
- id: '72'
|
575
|
+
date: Mar 13
|
576
|
+
julian: '2456730'
|
577
|
+
rise: '"2014-03-13T06:18:24+00:00"'
|
578
|
+
eot: "-09:27.092"
|
579
|
+
transit: '"2014-03-13T12:09:27+00:00"'
|
580
|
+
declination: "-002:50:41.165"
|
581
|
+
set: '"2014-03-13T18:00:30+00:00"'
|
582
|
+
- id: '73'
|
583
|
+
date: Mar 14
|
584
|
+
julian: '2456731'
|
585
|
+
rise: '"2014-03-14T06:16:08+00:00"'
|
586
|
+
eot: "-09:10.653"
|
587
|
+
transit: '"2014-03-14T12:09:10+00:00"'
|
588
|
+
declination: "-002:27:01.467"
|
589
|
+
set: '"2014-03-14T18:02:12+00:00"'
|
590
|
+
- id: '74'
|
591
|
+
date: Mar 15
|
592
|
+
julian: '2456732'
|
593
|
+
rise: '"2014-03-15T06:13:52+00:00"'
|
594
|
+
eot: "-08:53.966"
|
595
|
+
transit: '"2014-03-15T12:08:53+00:00"'
|
596
|
+
declination: "-002:03:20.287"
|
597
|
+
set: '"2014-03-15T18:03:55+00:00"'
|
598
|
+
- id: '75'
|
599
|
+
date: Mar 16
|
600
|
+
julian: '2456733'
|
601
|
+
rise: '"2014-03-16T06:11:36+00:00"'
|
602
|
+
eot: "-08:37.050"
|
603
|
+
transit: '"2014-03-16T12:08:37+00:00"'
|
604
|
+
declination: "-001:39:37.999"
|
605
|
+
set: '"2014-03-16T18:05:37+00:00"'
|
606
|
+
- id: '76'
|
607
|
+
date: Mar 17
|
608
|
+
julian: '2456734'
|
609
|
+
rise: '"2014-03-17T06:09:20+00:00"'
|
610
|
+
eot: "-08:19.925"
|
611
|
+
transit: '"2014-03-17T12:08:19+00:00"'
|
612
|
+
declination: "-001:15:54.971"
|
613
|
+
set: '"2014-03-17T18:07:19+00:00"'
|
614
|
+
- id: '77'
|
615
|
+
date: Mar 18
|
616
|
+
julian: '2456735'
|
617
|
+
rise: '"2014-03-18T06:07:03+00:00"'
|
618
|
+
eot: "-08:02.613"
|
619
|
+
transit: '"2014-03-18T12:08:02+00:00"'
|
620
|
+
declination: "-000:52:11.574"
|
621
|
+
set: '"2014-03-18T18:09:01+00:00"'
|
622
|
+
- id: '78'
|
623
|
+
date: Mar 19
|
624
|
+
julian: '2456736'
|
625
|
+
rise: '"2014-03-19T06:04:47+00:00"'
|
626
|
+
eot: "-07:45.134"
|
627
|
+
transit: '"2014-03-19T12:07:45+00:00"'
|
628
|
+
declination: "-000:28:28.175"
|
629
|
+
set: '"2014-03-19T18:10:43+00:00"'
|
630
|
+
- id: '79'
|
631
|
+
date: Mar 20
|
632
|
+
julian: '2456737'
|
633
|
+
rise: '"2014-03-20T06:02:30+00:00"'
|
634
|
+
eot: "-07:27.507"
|
635
|
+
transit: '"2014-03-20T12:07:27+00:00"'
|
636
|
+
declination: "-000:04:45.140"
|
637
|
+
set: '"2014-03-20T18:12:24+00:00"'
|
638
|
+
- id: '80'
|
639
|
+
date: Mar 21
|
640
|
+
julian: '2456738'
|
641
|
+
rise: '"2014-03-20T06:04:09+00:00"'
|
642
|
+
eot: "+48:54.336"
|
643
|
+
transit: '"2014-03-20T12:11:05+00:00"'
|
644
|
+
declination: "+000:18:57.167"
|
645
|
+
set: '"2014-03-20T18:18:02+00:00"'
|
646
|
+
- id: '81'
|
647
|
+
date: Mar 22
|
648
|
+
julian: '2456739'
|
649
|
+
rise: '"2014-03-21T06:01:52+00:00"'
|
650
|
+
eot: "+49:12.196"
|
651
|
+
transit: '"2014-03-21T12:10:47+00:00"'
|
652
|
+
declination: "+000:42:38.385"
|
653
|
+
set: '"2014-03-21T18:19:43+00:00"'
|
654
|
+
- id: '82'
|
655
|
+
date: Mar 23
|
656
|
+
julian: '2456740'
|
657
|
+
rise: '"2014-03-23T05:55:39+00:00"'
|
658
|
+
eot: "-06:33.948"
|
659
|
+
transit: '"2014-03-23T12:06:33+00:00"'
|
660
|
+
declination: "+001:06:18.153"
|
661
|
+
set: '"2014-03-23T18:17:28+00:00"'
|
662
|
+
- id: '83'
|
663
|
+
date: Mar 24
|
664
|
+
julian: '2456741'
|
665
|
+
rise: '"2014-03-24T05:53:22+00:00"'
|
666
|
+
eot: "-06:15.937"
|
667
|
+
transit: '"2014-03-24T12:06:15+00:00"'
|
668
|
+
declination: "+001:29:56.112"
|
669
|
+
set: '"2014-03-24T18:19:09+00:00"'
|
670
|
+
- id: '84'
|
671
|
+
date: Mar 25
|
672
|
+
julian: '2456742'
|
673
|
+
rise: '"2014-03-25T05:51:05+00:00"'
|
674
|
+
eot: "-05:57.880"
|
675
|
+
transit: '"2014-03-25T12:05:57+00:00"'
|
676
|
+
declination: "+001:53:31.906"
|
677
|
+
set: '"2014-03-25T18:20:50+00:00"'
|
678
|
+
- id: '85'
|
679
|
+
date: Mar 26
|
680
|
+
julian: '2456743'
|
681
|
+
rise: '"2014-03-26T05:48:48+00:00"'
|
682
|
+
eot: "-05:39.797"
|
683
|
+
transit: '"2014-03-26T12:05:39+00:00"'
|
684
|
+
declination: "+002:17:05.178"
|
685
|
+
set: '"2014-03-26T18:22:31+00:00"'
|
686
|
+
- id: '86'
|
687
|
+
date: Mar 27
|
688
|
+
julian: '2456744'
|
689
|
+
rise: '"2014-03-27T05:46:31+00:00"'
|
690
|
+
eot: "-05:21.709"
|
691
|
+
transit: '"2014-03-27T12:05:21+00:00"'
|
692
|
+
declination: "+002:40:35.571"
|
693
|
+
set: '"2014-03-27T18:24:11+00:00"'
|
694
|
+
- id: '87'
|
695
|
+
date: Mar 28
|
696
|
+
julian: '2456745'
|
697
|
+
rise: '"2014-03-28T05:44:14+00:00"'
|
698
|
+
eot: "-05:03.636"
|
699
|
+
transit: '"2014-03-28T12:05:03+00:00"'
|
700
|
+
declination: "+003:04:02.731"
|
701
|
+
set: '"2014-03-28T18:25:52+00:00"'
|
702
|
+
- id: '88'
|
703
|
+
date: Mar 29
|
704
|
+
julian: '2456746'
|
705
|
+
rise: '"2014-03-29T05:41:58+00:00"'
|
706
|
+
eot: "-04:45.596"
|
707
|
+
transit: '"2014-03-29T12:04:45+00:00"'
|
708
|
+
declination: "+003:27:26.301"
|
709
|
+
set: '"2014-03-29T18:27:33+00:00"'
|
710
|
+
- id: '89'
|
711
|
+
date: Mar 30
|
712
|
+
julian: '2456747'
|
713
|
+
rise: '"2014-03-30T05:39:41+00:00"'
|
714
|
+
eot: "-04:27.611"
|
715
|
+
transit: '"2014-03-30T12:04:27+00:00"'
|
716
|
+
declination: "+003:50:45.930"
|
717
|
+
set: '"2014-03-30T18:29:13+00:00"'
|
718
|
+
- id: '90'
|
719
|
+
date: Mar 31
|
720
|
+
julian: '2456748'
|
721
|
+
rise: '"2014-03-31T05:37:25+00:00"'
|
722
|
+
eot: "-04:09.699"
|
723
|
+
transit: '"2014-03-31T12:04:09+00:00"'
|
724
|
+
declination: "+004:14:01.266"
|
725
|
+
set: '"2014-03-31T18:30:53+00:00"'
|
726
|
+
- id: '91'
|
727
|
+
date: Apr 01
|
728
|
+
julian: '2456749'
|
729
|
+
rise: '"2014-04-01T05:35:09+00:00"'
|
730
|
+
eot: "-03:51.880"
|
731
|
+
transit: '"2014-04-01T12:03:51+00:00"'
|
732
|
+
declination: "+004:37:11.958"
|
733
|
+
set: '"2014-04-01T18:32:34+00:00"'
|
734
|
+
- id: '92'
|
735
|
+
date: Apr 02
|
736
|
+
julian: '2456750'
|
737
|
+
rise: '"2014-04-02T05:32:53+00:00"'
|
738
|
+
eot: "-03:34.173"
|
739
|
+
transit: '"2014-04-02T12:03:34+00:00"'
|
740
|
+
declination: "+005:00:17.660"
|
741
|
+
set: '"2014-04-02T18:34:14+00:00"'
|
742
|
+
- id: '93'
|
743
|
+
date: Apr 03
|
744
|
+
julian: '2456751'
|
745
|
+
rise: '"2014-04-03T05:30:38+00:00"'
|
746
|
+
eot: "-03:16.596"
|
747
|
+
transit: '"2014-04-03T12:03:16+00:00"'
|
748
|
+
declination: "+005:23:18.025"
|
749
|
+
set: '"2014-04-03T18:35:54+00:00"'
|
750
|
+
- id: '94'
|
751
|
+
date: Apr 04
|
752
|
+
julian: '2456752'
|
753
|
+
rise: '"2014-04-04T05:28:23+00:00"'
|
754
|
+
eot: "-02:59.169"
|
755
|
+
transit: '"2014-04-04T12:02:59+00:00"'
|
756
|
+
declination: "+005:46:12.707"
|
757
|
+
set: '"2014-04-04T18:37:35+00:00"'
|
758
|
+
- id: '95'
|
759
|
+
date: Apr 05
|
760
|
+
julian: '2456753'
|
761
|
+
rise: '"2014-04-05T05:26:08+00:00"'
|
762
|
+
eot: "-02:41.911"
|
763
|
+
transit: '"2014-04-05T12:02:41+00:00"'
|
764
|
+
declination: "+006:09:01.363"
|
765
|
+
set: '"2014-04-05T18:39:15+00:00"'
|
766
|
+
- id: '96'
|
767
|
+
date: Apr 06
|
768
|
+
julian: '2456754'
|
769
|
+
rise: '"2014-04-06T05:23:53+00:00"'
|
770
|
+
eot: "-02:24.839"
|
771
|
+
transit: '"2014-04-06T12:02:24+00:00"'
|
772
|
+
declination: "+006:31:43.648"
|
773
|
+
set: '"2014-04-06T18:40:55+00:00"'
|
774
|
+
- id: '97'
|
775
|
+
date: Apr 07
|
776
|
+
julian: '2456755'
|
777
|
+
rise: '"2014-04-07T05:21:40+00:00"'
|
778
|
+
eot: "-02:07.971"
|
779
|
+
transit: '"2014-04-07T12:02:07+00:00"'
|
780
|
+
declination: "+006:54:19.219"
|
781
|
+
set: '"2014-04-07T18:42:35+00:00"'
|
782
|
+
- id: '98'
|
783
|
+
date: Apr 08
|
784
|
+
julian: '2456756'
|
785
|
+
rise: '"2014-04-08T05:19:26+00:00"'
|
786
|
+
eot: "-01:51.326"
|
787
|
+
transit: '"2014-04-08T12:01:51+00:00"'
|
788
|
+
declination: "+007:16:47.730"
|
789
|
+
set: '"2014-04-08T18:44:16+00:00"'
|
790
|
+
- id: '99'
|
791
|
+
date: Apr 09
|
792
|
+
julian: '2456757'
|
793
|
+
rise: '"2014-04-09T05:17:13+00:00"'
|
794
|
+
eot: "-01:34.921"
|
795
|
+
transit: '"2014-04-09T12:01:34+00:00"'
|
796
|
+
declination: "+007:39:08.839"
|
797
|
+
set: '"2014-04-09T18:45:56+00:00"'
|
798
|
+
- id: '100'
|
799
|
+
date: Apr 10
|
800
|
+
julian: '2456758'
|
801
|
+
rise: '"2014-04-10T05:15:01+00:00"'
|
802
|
+
eot: "-01:18.773"
|
803
|
+
transit: '"2014-04-10T12:01:18+00:00"'
|
804
|
+
declination: "+008:01:22.204"
|
805
|
+
set: '"2014-04-10T18:47:36+00:00"'
|
806
|
+
- id: '101'
|
807
|
+
date: Apr 11
|
808
|
+
julian: '2456759'
|
809
|
+
rise: '"2014-04-11T05:12:49+00:00"'
|
810
|
+
eot: "-01:02.900"
|
811
|
+
transit: '"2014-04-11T12:01:02+00:00"'
|
812
|
+
declination: "+008:23:27.480"
|
813
|
+
set: '"2014-04-11T18:49:16+00:00"'
|
814
|
+
- id: '102'
|
815
|
+
date: Apr 12
|
816
|
+
julian: '2456760'
|
817
|
+
rise: '"2014-04-12T05:10:37+00:00"'
|
818
|
+
eot: "-00:47.317"
|
819
|
+
transit: '"2014-04-12T12:00:47+00:00"'
|
820
|
+
declination: "+008:45:24.328"
|
821
|
+
set: '"2014-04-12T18:50:56+00:00"'
|
822
|
+
- id: '103'
|
823
|
+
date: Apr 13
|
824
|
+
julian: '2456761'
|
825
|
+
rise: '"2014-04-13T05:08:27+00:00"'
|
826
|
+
eot: "-00:32.043"
|
827
|
+
transit: '"2014-04-13T12:00:32+00:00"'
|
828
|
+
declination: "+009:07:12.405"
|
829
|
+
set: '"2014-04-13T18:52:37+00:00"'
|
830
|
+
- id: '104'
|
831
|
+
date: Apr 14
|
832
|
+
julian: '2456762'
|
833
|
+
rise: '"2014-04-14T05:06:17+00:00"'
|
834
|
+
eot: "-00:17.092"
|
835
|
+
transit: '"2014-04-14T12:00:17+00:00"'
|
836
|
+
declination: "+009:28:51.373"
|
837
|
+
set: '"2014-04-14T18:54:17+00:00"'
|
838
|
+
- id: '105'
|
839
|
+
date: Apr 15
|
840
|
+
julian: '2456763'
|
841
|
+
rise: '"2014-04-15T05:04:07+00:00"'
|
842
|
+
eot: "-00:02.480"
|
843
|
+
transit: '"2014-04-15T12:00:02+00:00"'
|
844
|
+
declination: "+009:50:20.894"
|
845
|
+
set: '"2014-04-15T18:55:57+00:00"'
|
846
|
+
- id: '106'
|
847
|
+
date: Apr 16
|
848
|
+
julian: '2456764'
|
849
|
+
rise: '"2014-04-16T05:01:59+00:00"'
|
850
|
+
eot: "+00:11.776"
|
851
|
+
transit: '"2014-04-16T11:59:48+00:00"'
|
852
|
+
declination: "+010:11:40.632"
|
853
|
+
set: '"2014-04-16T18:57:37+00:00"'
|
854
|
+
- id: '107'
|
855
|
+
date: Apr 17
|
856
|
+
julian: '2456765'
|
857
|
+
rise: '"2014-04-17T04:59:51+00:00"'
|
858
|
+
eot: "+00:25.663"
|
859
|
+
transit: '"2014-04-17T11:59:34+00:00"'
|
860
|
+
declination: "+010:32:50.255"
|
861
|
+
set: '"2014-04-17T18:59:17+00:00"'
|
862
|
+
- id: '108'
|
863
|
+
date: Apr 18
|
864
|
+
julian: '2456766'
|
865
|
+
rise: '"2014-04-18T04:57:44+00:00"'
|
866
|
+
eot: "+00:39.167"
|
867
|
+
transit: '"2014-04-18T11:59:20+00:00"'
|
868
|
+
declination: "+010:53:49.432"
|
869
|
+
set: '"2014-04-18T19:00:57+00:00"'
|
870
|
+
- id: '109'
|
871
|
+
date: Apr 19
|
872
|
+
julian: '2456767'
|
873
|
+
rise: '"2014-04-19T04:55:37+00:00"'
|
874
|
+
eot: "+00:52.272"
|
875
|
+
transit: '"2014-04-19T11:59:07+00:00"'
|
876
|
+
declination: "+011:14:37.832"
|
877
|
+
set: '"2014-04-19T19:02:37+00:00"'
|
878
|
+
- id: '110'
|
879
|
+
date: Apr 20
|
880
|
+
julian: '2456768'
|
881
|
+
rise: '"2014-04-20T04:53:32+00:00"'
|
882
|
+
eot: "+01:04.967"
|
883
|
+
transit: '"2014-04-20T11:58:55+00:00"'
|
884
|
+
declination: "+011:35:15.125"
|
885
|
+
set: '"2014-04-20T19:04:17+00:00"'
|
886
|
+
- id: '111'
|
887
|
+
date: Apr 21
|
888
|
+
julian: '2456769'
|
889
|
+
rise: '"2014-04-21T04:51:28+00:00"'
|
890
|
+
eot: "+01:17.236"
|
891
|
+
transit: '"2014-04-21T11:58:42+00:00"'
|
892
|
+
declination: "+011:55:40.981"
|
893
|
+
set: '"2014-04-21T19:05:57+00:00"'
|
894
|
+
- id: '112'
|
895
|
+
date: Apr 22
|
896
|
+
julian: '2456770'
|
897
|
+
rise: '"2014-04-22T04:49:24+00:00"'
|
898
|
+
eot: "+01:29.068"
|
899
|
+
transit: '"2014-04-22T11:58:30+00:00"'
|
900
|
+
declination: "+012:15:55.065"
|
901
|
+
set: '"2014-04-22T19:07:37+00:00"'
|
902
|
+
- id: '113'
|
903
|
+
date: Apr 23
|
904
|
+
julian: '2456771'
|
905
|
+
rise: '"2014-04-23T04:47:22+00:00"'
|
906
|
+
eot: "+01:40.450"
|
907
|
+
transit: '"2014-04-23T11:58:19+00:00"'
|
908
|
+
declination: "+012:35:57.045"
|
909
|
+
set: '"2014-04-23T19:09:16+00:00"'
|
910
|
+
- id: '114'
|
911
|
+
date: Apr 24
|
912
|
+
julian: '2456772'
|
913
|
+
rise: '"2014-04-24T04:45:20+00:00"'
|
914
|
+
eot: "+01:51.370"
|
915
|
+
transit: '"2014-04-24T11:58:08+00:00"'
|
916
|
+
declination: "+012:55:46.586"
|
917
|
+
set: '"2014-04-24T19:10:56+00:00"'
|
918
|
+
- id: '115'
|
919
|
+
date: Apr 25
|
920
|
+
julian: '2456773'
|
921
|
+
rise: '"2014-04-25T04:43:20+00:00"'
|
922
|
+
eot: "+02:01.817"
|
923
|
+
transit: '"2014-04-25T11:57:58+00:00"'
|
924
|
+
declination: "+013:15:23.355"
|
925
|
+
set: '"2014-04-25T19:12:36+00:00"'
|
926
|
+
- id: '116'
|
927
|
+
date: Apr 26
|
928
|
+
julian: '2456774'
|
929
|
+
rise: '"2014-04-26T04:41:20+00:00"'
|
930
|
+
eot: "+02:11.780"
|
931
|
+
transit: '"2014-04-26T11:57:48+00:00"'
|
932
|
+
declination: "+013:34:47.023"
|
933
|
+
set: '"2014-04-26T19:14:15+00:00"'
|
934
|
+
- id: '117'
|
935
|
+
date: Apr 27
|
936
|
+
julian: '2456775'
|
937
|
+
rise: '"2014-04-27T04:39:22+00:00"'
|
938
|
+
eot: "+02:21.249"
|
939
|
+
transit: '"2014-04-27T11:57:38+00:00"'
|
940
|
+
declination: "+013:53:57.264"
|
941
|
+
set: '"2014-04-27T19:15:54+00:00"'
|
942
|
+
- id: '118'
|
943
|
+
date: Apr 28
|
944
|
+
julian: '2456776'
|
945
|
+
rise: '"2014-04-28T04:37:25+00:00"'
|
946
|
+
eot: "+02:30.213"
|
947
|
+
transit: '"2014-04-28T11:57:29+00:00"'
|
948
|
+
declination: "+014:12:53.756"
|
949
|
+
set: '"2014-04-28T19:17:33+00:00"'
|
950
|
+
- id: '119'
|
951
|
+
date: Apr 29
|
952
|
+
julian: '2456777'
|
953
|
+
rise: '"2014-04-29T04:35:30+00:00"'
|
954
|
+
eot: "+02:38.665"
|
955
|
+
transit: '"2014-04-29T11:57:21+00:00"'
|
956
|
+
declination: "+014:31:36.181"
|
957
|
+
set: '"2014-04-29T19:19:12+00:00"'
|
958
|
+
- id: '120'
|
959
|
+
date: Apr 30
|
960
|
+
julian: '2456778'
|
961
|
+
rise: '"2014-04-30T04:33:35+00:00"'
|
962
|
+
eot: "+02:46.596"
|
963
|
+
transit: '"2014-04-30T11:57:13+00:00"'
|
964
|
+
declination: "+014:50:04.222"
|
965
|
+
set: '"2014-04-30T19:20:51+00:00"'
|
966
|
+
- id: '121'
|
967
|
+
date: May 01
|
968
|
+
julian: '2456779'
|
969
|
+
rise: '"2014-05-01T04:31:42+00:00"'
|
970
|
+
eot: "+02:53.998"
|
971
|
+
transit: '"2014-05-01T11:57:06+00:00"'
|
972
|
+
declination: "+015:08:17.567"
|
973
|
+
set: '"2014-05-01T19:22:29+00:00"'
|
974
|
+
- id: '122'
|
975
|
+
date: May 02
|
976
|
+
julian: '2456780'
|
977
|
+
rise: '"2014-05-02T04:29:50+00:00"'
|
978
|
+
eot: "+03:00.863"
|
979
|
+
transit: '"2014-05-02T11:56:59+00:00"'
|
980
|
+
declination: "+015:26:15.900"
|
981
|
+
set: '"2014-05-02T19:24:07+00:00"'
|
982
|
+
- id: '123'
|
983
|
+
date: May 03
|
984
|
+
julian: '2456781'
|
985
|
+
rise: '"2014-05-03T04:28:00+00:00"'
|
986
|
+
eot: "+03:07.186"
|
987
|
+
transit: '"2014-05-03T11:56:52+00:00"'
|
988
|
+
declination: "+015:43:58.909"
|
989
|
+
set: '"2014-05-03T19:25:45+00:00"'
|
990
|
+
- id: '124'
|
991
|
+
date: May 04
|
992
|
+
julian: '2456782'
|
993
|
+
rise: '"2014-05-04T04:26:11+00:00"'
|
994
|
+
eot: "+03:12.961"
|
995
|
+
transit: '"2014-05-04T11:56:47+00:00"'
|
996
|
+
declination: "+016:01:26.278"
|
997
|
+
set: '"2014-05-04T19:27:22+00:00"'
|
998
|
+
- id: '125'
|
999
|
+
date: May 05
|
1000
|
+
julian: '2456783'
|
1001
|
+
rise: '"2014-05-05T04:24:24+00:00"'
|
1002
|
+
eot: "+03:18.181"
|
1003
|
+
transit: '"2014-05-05T11:56:41+00:00"'
|
1004
|
+
declination: "+016:18:37.697"
|
1005
|
+
set: '"2014-05-05T19:28:59+00:00"'
|
1006
|
+
- id: '126'
|
1007
|
+
date: May 06
|
1008
|
+
julian: '2456784'
|
1009
|
+
rise: '"2014-05-06T04:22:38+00:00"'
|
1010
|
+
eot: "+03:22.843"
|
1011
|
+
transit: '"2014-05-06T11:56:37+00:00"'
|
1012
|
+
declination: "+016:35:32.853"
|
1013
|
+
set: '"2014-05-06T19:30:35+00:00"'
|
1014
|
+
- id: '127'
|
1015
|
+
date: May 07
|
1016
|
+
julian: '2456785'
|
1017
|
+
rise: '"2014-05-07T04:20:54+00:00"'
|
1018
|
+
eot: "+03:26.943"
|
1019
|
+
transit: '"2014-05-07T11:56:33+00:00"'
|
1020
|
+
declination: "+016:52:11.438"
|
1021
|
+
set: '"2014-05-07T19:32:11+00:00"'
|
1022
|
+
- id: '128'
|
1023
|
+
date: May 08
|
1024
|
+
julian: '2456786'
|
1025
|
+
rise: '"2014-05-08T04:19:11+00:00"'
|
1026
|
+
eot: "+03:30.477"
|
1027
|
+
transit: '"2014-05-08T11:56:29+00:00"'
|
1028
|
+
declination: "+017:08:33.143"
|
1029
|
+
set: '"2014-05-08T19:33:47+00:00"'
|
1030
|
+
- id: '129'
|
1031
|
+
date: May 09
|
1032
|
+
julian: '2456787'
|
1033
|
+
rise: '"2014-05-09T04:17:30+00:00"'
|
1034
|
+
eot: "+03:33.442"
|
1035
|
+
transit: '"2014-05-09T11:56:26+00:00"'
|
1036
|
+
declination: "+017:24:37.664"
|
1037
|
+
set: '"2014-05-09T19:35:22+00:00"'
|
1038
|
+
- id: '130'
|
1039
|
+
date: May 10
|
1040
|
+
julian: '2456788'
|
1041
|
+
rise: '"2014-05-10T04:15:51+00:00"'
|
1042
|
+
eot: "+03:35.837"
|
1043
|
+
transit: '"2014-05-10T11:56:24+00:00"'
|
1044
|
+
declination: "+017:40:24.700"
|
1045
|
+
set: '"2014-05-10T19:36:56+00:00"'
|
1046
|
+
- id: '131'
|
1047
|
+
date: May 11
|
1048
|
+
julian: '2456789'
|
1049
|
+
rise: '"2014-05-11T04:14:14+00:00"'
|
1050
|
+
eot: "+03:37.662"
|
1051
|
+
transit: '"2014-05-11T11:56:22+00:00"'
|
1052
|
+
declination: "+017:55:53.953"
|
1053
|
+
set: '"2014-05-11T19:38:30+00:00"'
|
1054
|
+
- id: '132'
|
1055
|
+
date: May 12
|
1056
|
+
julian: '2456790'
|
1057
|
+
rise: '"2014-05-12T04:12:38+00:00"'
|
1058
|
+
eot: "+03:38.915"
|
1059
|
+
transit: '"2014-05-12T11:56:21+00:00"'
|
1060
|
+
declination: "+018:11:05.132"
|
1061
|
+
set: '"2014-05-12T19:40:03+00:00"'
|
1062
|
+
- id: '133'
|
1063
|
+
date: May 13
|
1064
|
+
julian: '2456791'
|
1065
|
+
rise: '"2014-05-13T04:11:05+00:00"'
|
1066
|
+
eot: "+03:39.598"
|
1067
|
+
transit: '"2014-05-13T11:56:20+00:00"'
|
1068
|
+
declination: "+018:25:57.950"
|
1069
|
+
set: '"2014-05-13T19:41:35+00:00"'
|
1070
|
+
- id: '134'
|
1071
|
+
date: May 14
|
1072
|
+
julian: '2456792'
|
1073
|
+
rise: '"2014-05-14T04:09:33+00:00"'
|
1074
|
+
eot: "+03:39.712"
|
1075
|
+
transit: '"2014-05-14T11:56:20+00:00"'
|
1076
|
+
declination: "+018:40:32.126"
|
1077
|
+
set: '"2014-05-14T19:43:06+00:00"'
|
1078
|
+
- id: '135'
|
1079
|
+
date: May 15
|
1080
|
+
julian: '2456793'
|
1081
|
+
rise: '"2014-05-15T04:08:03+00:00"'
|
1082
|
+
eot: "+03:39.258"
|
1083
|
+
transit: '"2014-05-15T11:56:20+00:00"'
|
1084
|
+
declination: "+018:54:47.387"
|
1085
|
+
set: '"2014-05-15T19:44:37+00:00"'
|
1086
|
+
- id: '136'
|
1087
|
+
date: May 16
|
1088
|
+
julian: '2456794'
|
1089
|
+
rise: '"2014-05-16T04:06:36+00:00"'
|
1090
|
+
eot: "+03:38.241"
|
1091
|
+
transit: '"2014-05-16T11:56:21+00:00"'
|
1092
|
+
declination: "+019:08:43.463"
|
1093
|
+
set: '"2014-05-16T19:46:07+00:00"'
|
1094
|
+
- id: '137'
|
1095
|
+
date: May 17
|
1096
|
+
julian: '2456795'
|
1097
|
+
rise: '"2014-05-17T04:05:10+00:00"'
|
1098
|
+
eot: "+03:36.664"
|
1099
|
+
transit: '"2014-05-17T11:56:23+00:00"'
|
1100
|
+
declination: "+019:22:20.087"
|
1101
|
+
set: '"2014-05-17T19:47:35+00:00"'
|
1102
|
+
- id: '138'
|
1103
|
+
date: May 18
|
1104
|
+
julian: '2456796'
|
1105
|
+
rise: '"2014-05-18T04:03:47+00:00"'
|
1106
|
+
eot: "+03:34.532"
|
1107
|
+
transit: '"2014-05-18T11:56:25+00:00"'
|
1108
|
+
declination: "+019:35:36.991"
|
1109
|
+
set: '"2014-05-18T19:49:03+00:00"'
|
1110
|
+
- id: '139'
|
1111
|
+
date: May 19
|
1112
|
+
julian: '2456797'
|
1113
|
+
rise: '"2014-05-19T04:02:26+00:00"'
|
1114
|
+
eot: "+03:31.850"
|
1115
|
+
transit: '"2014-05-19T11:56:28+00:00"'
|
1116
|
+
declination: "+019:48:33.909"
|
1117
|
+
set: '"2014-05-19T19:50:30+00:00"'
|
1118
|
+
- id: '140'
|
1119
|
+
date: May 20
|
1120
|
+
julian: '2456798'
|
1121
|
+
rise: '"2014-05-20T04:01:07+00:00"'
|
1122
|
+
eot: "+03:28.623"
|
1123
|
+
transit: '"2014-05-20T11:56:31+00:00"'
|
1124
|
+
declination: "+020:01:10.574"
|
1125
|
+
set: '"2014-05-20T19:51:55+00:00"'
|
1126
|
+
- id: '141'
|
1127
|
+
date: May 21
|
1128
|
+
julian: '2456799'
|
1129
|
+
rise: '"2014-05-21T03:59:50+00:00"'
|
1130
|
+
eot: "+03:24.860"
|
1131
|
+
transit: '"2014-05-21T11:56:35+00:00"'
|
1132
|
+
declination: "+020:13:26.724"
|
1133
|
+
set: '"2014-05-21T19:53:19+00:00"'
|
1134
|
+
- id: '142'
|
1135
|
+
date: May 22
|
1136
|
+
julian: '2456800'
|
1137
|
+
rise: '"2014-05-22T03:58:36+00:00"'
|
1138
|
+
eot: "+03:20.566"
|
1139
|
+
transit: '"2014-05-22T11:56:39+00:00"'
|
1140
|
+
declination: "+020:25:22.101"
|
1141
|
+
set: '"2014-05-22T19:54:42+00:00"'
|
1142
|
+
- id: '143'
|
1143
|
+
date: May 23
|
1144
|
+
julian: '2456801'
|
1145
|
+
rise: '"2014-05-23T03:57:24+00:00"'
|
1146
|
+
eot: "+03:15.752"
|
1147
|
+
transit: '"2014-05-23T11:56:44+00:00"'
|
1148
|
+
declination: "+020:36:56.458"
|
1149
|
+
set: '"2014-05-23T19:56:04+00:00"'
|
1150
|
+
- id: '144'
|
1151
|
+
date: May 24
|
1152
|
+
julian: '2456802'
|
1153
|
+
rise: '"2014-05-24T03:56:14+00:00"'
|
1154
|
+
eot: "+03:10.426"
|
1155
|
+
transit: '"2014-05-24T11:56:49+00:00"'
|
1156
|
+
declination: "+020:48:09.553"
|
1157
|
+
set: '"2014-05-24T19:57:24+00:00"'
|
1158
|
+
- id: '145'
|
1159
|
+
date: May 25
|
1160
|
+
julian: '2456803'
|
1161
|
+
rise: '"2014-05-25T03:55:07+00:00"'
|
1162
|
+
eot: "+03:04.598"
|
1163
|
+
transit: '"2014-05-25T11:56:55+00:00"'
|
1164
|
+
declination: "+020:59:01.160"
|
1165
|
+
set: '"2014-05-25T19:58:43+00:00"'
|
1166
|
+
- id: '146'
|
1167
|
+
date: May 26
|
1168
|
+
julian: '2456804'
|
1169
|
+
rise: '"2014-05-26T03:54:02+00:00"'
|
1170
|
+
eot: "+02:58.281"
|
1171
|
+
transit: '"2014-05-26T11:57:01+00:00"'
|
1172
|
+
declination: "+021:09:31.055"
|
1173
|
+
set: '"2014-05-26T20:00:00+00:00"'
|
1174
|
+
- id: '147'
|
1175
|
+
date: May 27
|
1176
|
+
julian: '2456805'
|
1177
|
+
rise: '"2014-05-27T03:53:00+00:00"'
|
1178
|
+
eot: "+02:51.484"
|
1179
|
+
transit: '"2014-05-27T11:57:08+00:00"'
|
1180
|
+
declination: "+021:19:39.028"
|
1181
|
+
set: '"2014-05-27T20:01:16+00:00"'
|
1182
|
+
- id: '148'
|
1183
|
+
date: May 28
|
1184
|
+
julian: '2456806'
|
1185
|
+
rise: '"2014-05-28T03:52:01+00:00"'
|
1186
|
+
eot: "+02:44.222"
|
1187
|
+
transit: '"2014-05-28T11:57:15+00:00"'
|
1188
|
+
declination: "+021:29:24.872"
|
1189
|
+
set: '"2014-05-28T20:02:29+00:00"'
|
1190
|
+
- id: '149'
|
1191
|
+
date: May 29
|
1192
|
+
julian: '2456807'
|
1193
|
+
rise: '"2014-05-29T03:51:04+00:00"'
|
1194
|
+
eot: "+02:36.507"
|
1195
|
+
transit: '"2014-05-29T11:57:23+00:00"'
|
1196
|
+
declination: "+021:38:48.385"
|
1197
|
+
set: '"2014-05-29T20:03:42+00:00"'
|
1198
|
+
- id: '150'
|
1199
|
+
date: May 30
|
1200
|
+
julian: '2456808'
|
1201
|
+
rise: '"2014-05-30T03:50:10+00:00"'
|
1202
|
+
eot: "+02:28.354"
|
1203
|
+
transit: '"2014-05-30T11:57:31+00:00"'
|
1204
|
+
declination: "+021:47:49.370"
|
1205
|
+
set: '"2014-05-30T20:04:52+00:00"'
|
1206
|
+
- id: '151'
|
1207
|
+
date: May 31
|
1208
|
+
julian: '2456809'
|
1209
|
+
rise: '"2014-05-31T03:49:19+00:00"'
|
1210
|
+
eot: "+02:19.777"
|
1211
|
+
transit: '"2014-05-31T11:57:40+00:00"'
|
1212
|
+
declination: "+021:56:27.635"
|
1213
|
+
set: '"2014-05-31T20:06:00+00:00"'
|
1214
|
+
- id: '152'
|
1215
|
+
date: Jun 01
|
1216
|
+
julian: '2456810'
|
1217
|
+
rise: '"2014-06-01T03:48:31+00:00"'
|
1218
|
+
eot: "+02:10.792"
|
1219
|
+
transit: '"2014-06-01T11:57:49+00:00"'
|
1220
|
+
declination: "+022:04:42.995"
|
1221
|
+
set: '"2014-06-01T20:07:07+00:00"'
|
1222
|
+
- id: '153'
|
1223
|
+
date: Jun 02
|
1224
|
+
julian: '2456811'
|
1225
|
+
rise: '"2014-06-02T03:47:45+00:00"'
|
1226
|
+
eot: "+02:01.415"
|
1227
|
+
transit: '"2014-06-02T11:57:58+00:00"'
|
1228
|
+
declination: "+022:12:35.267"
|
1229
|
+
set: '"2014-06-02T20:08:11+00:00"'
|
1230
|
+
- id: '154'
|
1231
|
+
date: Jun 03
|
1232
|
+
julian: '2456812'
|
1233
|
+
rise: '"2014-06-03T03:47:02+00:00"'
|
1234
|
+
eot: "+01:51.662"
|
1235
|
+
transit: '"2014-06-03T11:58:08+00:00"'
|
1236
|
+
declination: "+022:20:04.278"
|
1237
|
+
set: '"2014-06-03T20:09:13+00:00"'
|
1238
|
+
- id: '155'
|
1239
|
+
date: Jun 04
|
1240
|
+
julian: '2456813'
|
1241
|
+
rise: '"2014-06-04T03:46:23+00:00"'
|
1242
|
+
eot: "+01:41.552"
|
1243
|
+
transit: '"2014-06-04T11:58:18+00:00"'
|
1244
|
+
declination: "+022:27:09.862"
|
1245
|
+
set: '"2014-06-04T20:10:13+00:00"'
|
1246
|
+
- id: '156'
|
1247
|
+
date: Jun 05
|
1248
|
+
julian: '2456814'
|
1249
|
+
rise: '"2014-06-05T03:45:46+00:00"'
|
1250
|
+
eot: "+01:31.101"
|
1251
|
+
transit: '"2014-06-05T11:58:28+00:00"'
|
1252
|
+
declination: "+022:33:51.860"
|
1253
|
+
set: '"2014-06-05T20:11:11+00:00"'
|
1254
|
+
- id: '157'
|
1255
|
+
date: Jun 06
|
1256
|
+
julian: '2456815'
|
1257
|
+
rise: '"2014-06-06T03:45:12+00:00"'
|
1258
|
+
eot: "+01:20.330"
|
1259
|
+
transit: '"2014-06-06T11:58:39+00:00"'
|
1260
|
+
declination: "+022:40:10.124"
|
1261
|
+
set: '"2014-06-06T20:12:07+00:00"'
|
1262
|
+
- id: '158'
|
1263
|
+
date: Jun 07
|
1264
|
+
julian: '2456816'
|
1265
|
+
rise: '"2014-06-07T03:44:41+00:00"'
|
1266
|
+
eot: "+01:09.257"
|
1267
|
+
transit: '"2014-06-07T11:58:50+00:00"'
|
1268
|
+
declination: "+022:46:04.514"
|
1269
|
+
set: '"2014-06-07T20:13:00+00:00"'
|
1270
|
+
- id: '159'
|
1271
|
+
date: Jun 08
|
1272
|
+
julian: '2456817'
|
1273
|
+
rise: '"2014-06-08T03:44:12+00:00"'
|
1274
|
+
eot: "+00:57.901"
|
1275
|
+
transit: '"2014-06-08T11:59:02+00:00"'
|
1276
|
+
declination: "+022:51:34.901"
|
1277
|
+
set: '"2014-06-08T20:13:51+00:00"'
|
1278
|
+
- id: '160'
|
1279
|
+
date: Jun 09
|
1280
|
+
julian: '2456818'
|
1281
|
+
rise: '"2014-06-09T03:43:47+00:00"'
|
1282
|
+
eot: "+00:46.285"
|
1283
|
+
transit: '"2014-06-09T11:59:13+00:00"'
|
1284
|
+
declination: "+022:56:41.168"
|
1285
|
+
set: '"2014-06-09T20:14:39+00:00"'
|
1286
|
+
- id: '161'
|
1287
|
+
date: Jun 10
|
1288
|
+
julian: '2456819'
|
1289
|
+
rise: '"2014-06-10T03:43:26+00:00"'
|
1290
|
+
eot: "+00:34.427"
|
1291
|
+
transit: '"2014-06-10T11:59:25+00:00"'
|
1292
|
+
declination: "+023:01:23.210"
|
1293
|
+
set: '"2014-06-10T20:15:25+00:00"'
|
1294
|
+
- id: '162'
|
1295
|
+
date: Jun 11
|
1296
|
+
julian: '2456820'
|
1297
|
+
rise: '"2014-06-11T03:43:07+00:00"'
|
1298
|
+
eot: "+00:22.350"
|
1299
|
+
transit: '"2014-06-11T11:59:37+00:00"'
|
1300
|
+
declination: "+023:05:40.932"
|
1301
|
+
set: '"2014-06-11T20:16:08+00:00"'
|
1302
|
+
- id: '163'
|
1303
|
+
date: Jun 12
|
1304
|
+
julian: '2456821'
|
1305
|
+
rise: '"2014-06-12T03:42:51+00:00"'
|
1306
|
+
eot: "+00:10.076"
|
1307
|
+
transit: '"2014-06-12T11:59:49+00:00"'
|
1308
|
+
declination: "+023:09:34.254"
|
1309
|
+
set: '"2014-06-12T20:16:48+00:00"'
|
1310
|
+
- id: '164'
|
1311
|
+
date: Jun 13
|
1312
|
+
julian: '2456822'
|
1313
|
+
rise: '"2014-06-13T03:42:38+00:00"'
|
1314
|
+
eot: "-00:02.373"
|
1315
|
+
transit: '"2014-06-13T12:00:02+00:00"'
|
1316
|
+
declination: "+023:13:03.102"
|
1317
|
+
set: '"2014-06-13T20:17:26+00:00"'
|
1318
|
+
- id: '165'
|
1319
|
+
date: Jun 14
|
1320
|
+
julian: '2456823'
|
1321
|
+
rise: '"2014-06-14T03:42:28+00:00"'
|
1322
|
+
eot: "-00:14.977"
|
1323
|
+
transit: '"2014-06-14T12:00:14+00:00"'
|
1324
|
+
declination: "+023:16:07.406"
|
1325
|
+
set: '"2014-06-14T20:18:01+00:00"'
|
1326
|
+
- id: '166'
|
1327
|
+
date: Jun 15
|
1328
|
+
julian: '2456824'
|
1329
|
+
rise: '"2014-06-15T03:42:22+00:00"'
|
1330
|
+
eot: "-00:27.710"
|
1331
|
+
transit: '"2014-06-15T12:00:27+00:00"'
|
1332
|
+
declination: "+023:18:47.102"
|
1333
|
+
set: '"2014-06-15T20:18:33+00:00"'
|
1334
|
+
- id: '167'
|
1335
|
+
date: Jun 16
|
1336
|
+
julian: '2456825'
|
1337
|
+
rise: '"2014-06-16T03:42:18+00:00"'
|
1338
|
+
eot: "-00:40.552"
|
1339
|
+
transit: '"2014-06-16T12:00:40+00:00"'
|
1340
|
+
declination: "+023:21:02.128"
|
1341
|
+
set: '"2014-06-16T20:19:02+00:00"'
|
1342
|
+
- id: '168'
|
1343
|
+
date: Jun 17
|
1344
|
+
julian: '2456826'
|
1345
|
+
rise: '"2014-06-17T03:42:18+00:00"'
|
1346
|
+
eot: "-00:53.478"
|
1347
|
+
transit: '"2014-06-17T12:00:53+00:00"'
|
1348
|
+
declination: "+023:22:52.429"
|
1349
|
+
set: '"2014-06-17T20:19:28+00:00"'
|
1350
|
+
- id: '169'
|
1351
|
+
date: Jun 18
|
1352
|
+
julian: '2456827'
|
1353
|
+
rise: '"2014-06-18T03:42:20+00:00"'
|
1354
|
+
eot: "-01:06.465"
|
1355
|
+
transit: '"2014-06-18T12:01:06+00:00"'
|
1356
|
+
declination: "+023:24:17.959"
|
1357
|
+
set: '"2014-06-18T20:19:52+00:00"'
|
1358
|
+
- id: '170'
|
1359
|
+
date: Jun 19
|
1360
|
+
julian: '2456828'
|
1361
|
+
rise: '"2014-06-19T03:42:26+00:00"'
|
1362
|
+
eot: "-01:19.489"
|
1363
|
+
transit: '"2014-06-19T12:01:19+00:00"'
|
1364
|
+
declination: "+023:25:18.687"
|
1365
|
+
set: '"2014-06-19T20:20:12+00:00"'
|
1366
|
+
- id: '171'
|
1367
|
+
date: Jun 20
|
1368
|
+
julian: '2456829'
|
1369
|
+
rise: '"2014-06-20T03:42:34+00:00"'
|
1370
|
+
eot: "-01:32.528"
|
1371
|
+
transit: '"2014-06-20T12:01:32+00:00"'
|
1372
|
+
declination: "+023:25:54.596"
|
1373
|
+
set: '"2014-06-20T20:20:30+00:00"'
|
1374
|
+
- id: '172'
|
1375
|
+
date: Jun 21
|
1376
|
+
julian: '2456830'
|
1377
|
+
rise: '"2014-06-21T03:42:46+00:00"'
|
1378
|
+
eot: "-01:45.557"
|
1379
|
+
transit: '"2014-06-21T12:01:45+00:00"'
|
1380
|
+
declination: "+023:26:05.686"
|
1381
|
+
set: '"2014-06-21T20:20:44+00:00"'
|
1382
|
+
- id: '173'
|
1383
|
+
date: Jun 22
|
1384
|
+
julian: '2456831'
|
1385
|
+
rise: '"2014-06-22T03:43:01+00:00"'
|
1386
|
+
eot: "-01:58.552"
|
1387
|
+
transit: '"2014-06-22T12:01:58+00:00"'
|
1388
|
+
declination: "+023:25:51.968"
|
1389
|
+
set: '"2014-06-22T20:20:55+00:00"'
|
1390
|
+
- id: '174'
|
1391
|
+
date: Jun 23
|
1392
|
+
julian: '2456832'
|
1393
|
+
rise: '"2014-06-23T03:43:18+00:00"'
|
1394
|
+
eot: "-02:11.491"
|
1395
|
+
transit: '"2014-06-23T12:02:11+00:00"'
|
1396
|
+
declination: "+023:25:13.464"
|
1397
|
+
set: '"2014-06-23T20:21:04+00:00"'
|
1398
|
+
- id: '175'
|
1399
|
+
date: Jun 24
|
1400
|
+
julian: '2456833'
|
1401
|
+
rise: '"2014-06-24T03:43:39+00:00"'
|
1402
|
+
eot: "-02:24.349"
|
1403
|
+
transit: '"2014-06-24T12:02:24+00:00"'
|
1404
|
+
declination: "+023:24:10.206"
|
1405
|
+
set: '"2014-06-24T20:21:09+00:00"'
|
1406
|
+
- id: '176'
|
1407
|
+
date: Jun 25
|
1408
|
+
julian: '2456834'
|
1409
|
+
rise: '"2014-06-25T03:44:02+00:00"'
|
1410
|
+
eot: "-02:37.103"
|
1411
|
+
transit: '"2014-06-25T12:02:37+00:00"'
|
1412
|
+
declination: "+023:22:42.235"
|
1413
|
+
set: '"2014-06-25T20:21:11+00:00"'
|
1414
|
+
- id: '177'
|
1415
|
+
date: Jun 26
|
1416
|
+
julian: '2456835'
|
1417
|
+
rise: '"2014-06-26T03:44:29+00:00"'
|
1418
|
+
eot: "-02:49.730"
|
1419
|
+
transit: '"2014-06-26T12:02:49+00:00"'
|
1420
|
+
declination: "+023:20:49.598"
|
1421
|
+
set: '"2014-06-26T20:21:10+00:00"'
|
1422
|
+
- id: '178'
|
1423
|
+
date: Jun 27
|
1424
|
+
julian: '2456836'
|
1425
|
+
rise: '"2014-06-27T03:44:58+00:00"'
|
1426
|
+
eot: "-03:02.206"
|
1427
|
+
transit: '"2014-06-27T12:03:02+00:00"'
|
1428
|
+
declination: "+023:18:32.349"
|
1429
|
+
set: '"2014-06-27T20:21:06+00:00"'
|
1430
|
+
- id: '179'
|
1431
|
+
date: Jun 28
|
1432
|
+
julian: '2456837'
|
1433
|
+
rise: '"2014-06-28T03:45:30+00:00"'
|
1434
|
+
eot: "-03:14.509"
|
1435
|
+
transit: '"2014-06-28T12:03:14+00:00"'
|
1436
|
+
declination: "+023:15:50.551"
|
1437
|
+
set: '"2014-06-28T20:20:58+00:00"'
|
1438
|
+
- id: '180'
|
1439
|
+
date: Jun 29
|
1440
|
+
julian: '2456838'
|
1441
|
+
rise: '"2014-06-29T03:46:04+00:00"'
|
1442
|
+
eot: "-03:26.617"
|
1443
|
+
transit: '"2014-06-29T12:03:26+00:00"'
|
1444
|
+
declination: "+023:12:44.274"
|
1445
|
+
set: '"2014-06-29T20:20:48+00:00"'
|
1446
|
+
- id: '181'
|
1447
|
+
date: Jun 30
|
1448
|
+
julian: '2456839'
|
1449
|
+
rise: '"2014-06-30T03:46:42+00:00"'
|
1450
|
+
eot: "-03:38.507"
|
1451
|
+
transit: '"2014-06-30T12:03:38+00:00"'
|
1452
|
+
declination: "+023:09:13.594"
|
1453
|
+
set: '"2014-06-30T20:20:34+00:00"'
|
1454
|
+
- id: '182'
|
1455
|
+
date: Jul 01
|
1456
|
+
julian: '2456840'
|
1457
|
+
rise: '"2014-07-01T03:47:22+00:00"'
|
1458
|
+
eot: "-03:50.156"
|
1459
|
+
transit: '"2014-07-01T12:03:50+00:00"'
|
1460
|
+
declination: "+023:05:18.599"
|
1461
|
+
set: '"2014-07-01T20:20:18+00:00"'
|
1462
|
+
- id: '183'
|
1463
|
+
date: Jul 02
|
1464
|
+
julian: '2456841'
|
1465
|
+
rise: '"2014-07-02T03:48:04+00:00"'
|
1466
|
+
eot: "-04:01.544"
|
1467
|
+
transit: '"2014-07-02T12:04:01+00:00"'
|
1468
|
+
declination: "+023:00:59.385"
|
1469
|
+
set: '"2014-07-02T20:19:58+00:00"'
|
1470
|
+
- id: '184'
|
1471
|
+
date: Jul 03
|
1472
|
+
julian: '2456842'
|
1473
|
+
rise: '"2014-07-03T03:48:49+00:00"'
|
1474
|
+
eot: "-04:12.650"
|
1475
|
+
transit: '"2014-07-03T12:04:12+00:00"'
|
1476
|
+
declination: "+022:56:16.058"
|
1477
|
+
set: '"2014-07-03T20:19:35+00:00"'
|
1478
|
+
- id: '185'
|
1479
|
+
date: Jul 04
|
1480
|
+
julian: '2456843'
|
1481
|
+
rise: '"2014-07-04T03:49:37+00:00"'
|
1482
|
+
eot: "-04:23.452"
|
1483
|
+
transit: '"2014-07-04T12:04:23+00:00"'
|
1484
|
+
declination: "+022:51:08.733"
|
1485
|
+
set: '"2014-07-04T20:19:09+00:00"'
|
1486
|
+
- id: '186'
|
1487
|
+
date: Jul 05
|
1488
|
+
julian: '2456844'
|
1489
|
+
rise: '"2014-07-05T03:50:27+00:00"'
|
1490
|
+
eot: "-04:33.931"
|
1491
|
+
transit: '"2014-07-05T12:04:33+00:00"'
|
1492
|
+
declination: "+022:45:37.538"
|
1493
|
+
set: '"2014-07-05T20:18:40+00:00"'
|
1494
|
+
- id: '187'
|
1495
|
+
date: Jul 06
|
1496
|
+
julian: '2456845'
|
1497
|
+
rise: '"2014-07-06T03:51:19+00:00"'
|
1498
|
+
eot: "-04:44.066"
|
1499
|
+
transit: '"2014-07-06T12:04:44+00:00"'
|
1500
|
+
declination: "+022:39:42.608"
|
1501
|
+
set: '"2014-07-06T20:18:08+00:00"'
|
1502
|
+
- id: '188'
|
1503
|
+
date: Jul 07
|
1504
|
+
julian: '2456846'
|
1505
|
+
rise: '"2014-07-07T03:52:14+00:00"'
|
1506
|
+
eot: "-04:53.839"
|
1507
|
+
transit: '"2014-07-07T12:04:53+00:00"'
|
1508
|
+
declination: "+022:33:24.093"
|
1509
|
+
set: '"2014-07-07T20:17:33+00:00"'
|
1510
|
+
- id: '189'
|
1511
|
+
date: Jul 08
|
1512
|
+
julian: '2456847'
|
1513
|
+
rise: '"2014-07-08T03:53:11+00:00"'
|
1514
|
+
eot: "-05:03.232"
|
1515
|
+
transit: '"2014-07-08T12:05:03+00:00"'
|
1516
|
+
declination: "+022:26:42.150"
|
1517
|
+
set: '"2014-07-08T20:16:55+00:00"'
|
1518
|
+
- id: '190'
|
1519
|
+
date: Jul 09
|
1520
|
+
julian: '2456848'
|
1521
|
+
rise: '"2014-07-09T03:54:10+00:00"'
|
1522
|
+
eot: "-05:12.226"
|
1523
|
+
transit: '"2014-07-09T12:05:12+00:00"'
|
1524
|
+
declination: "+022:19:36.948"
|
1525
|
+
set: '"2014-07-09T20:16:14+00:00"'
|
1526
|
+
- id: '191'
|
1527
|
+
date: Jul 10
|
1528
|
+
julian: '2456849'
|
1529
|
+
rise: '"2014-07-10T03:55:11+00:00"'
|
1530
|
+
eot: "-05:20.804"
|
1531
|
+
transit: '"2014-07-10T12:05:20+00:00"'
|
1532
|
+
declination: "+022:12:08.664"
|
1533
|
+
set: '"2014-07-10T20:15:30+00:00"'
|
1534
|
+
- id: '192'
|
1535
|
+
date: Jul 11
|
1536
|
+
julian: '2456850'
|
1537
|
+
rise: '"2014-07-11T03:56:14+00:00"'
|
1538
|
+
eot: "-05:28.950"
|
1539
|
+
transit: '"2014-07-11T12:05:28+00:00"'
|
1540
|
+
declination: "+022:04:17.481"
|
1541
|
+
set: '"2014-07-11T20:14:43+00:00"'
|
1542
|
+
- id: '193'
|
1543
|
+
date: Jul 12
|
1544
|
+
julian: '2456851'
|
1545
|
+
rise: '"2014-07-12T03:57:18+00:00"'
|
1546
|
+
eot: "-05:36.648"
|
1547
|
+
transit: '"2014-07-12T12:05:36+00:00"'
|
1548
|
+
declination: "+021:56:03.584"
|
1549
|
+
set: '"2014-07-12T20:13:54+00:00"'
|
1550
|
+
- id: '194'
|
1551
|
+
date: Jul 13
|
1552
|
+
julian: '2456852'
|
1553
|
+
rise: '"2014-07-13T03:58:25+00:00"'
|
1554
|
+
eot: "-05:43.883"
|
1555
|
+
transit: '"2014-07-13T12:05:43+00:00"'
|
1556
|
+
declination: "+021:47:27.157"
|
1557
|
+
set: '"2014-07-13T20:13:01+00:00"'
|
1558
|
+
- id: '195'
|
1559
|
+
date: Jul 14
|
1560
|
+
julian: '2456853'
|
1561
|
+
rise: '"2014-07-14T03:59:34+00:00"'
|
1562
|
+
eot: "-05:50.640"
|
1563
|
+
transit: '"2014-07-14T12:05:50+00:00"'
|
1564
|
+
declination: "+021:38:28.387"
|
1565
|
+
set: '"2014-07-14T20:12:06+00:00"'
|
1566
|
+
- id: '196'
|
1567
|
+
date: Jul 15
|
1568
|
+
julian: '2456854'
|
1569
|
+
rise: '"2014-07-15T04:00:44+00:00"'
|
1570
|
+
eot: "-05:56.905"
|
1571
|
+
transit: '"2014-07-15T12:05:56+00:00"'
|
1572
|
+
declination: "+021:29:07.467"
|
1573
|
+
set: '"2014-07-15T20:11:09+00:00"'
|
1574
|
+
- id: '197'
|
1575
|
+
date: Jul 16
|
1576
|
+
julian: '2456855'
|
1577
|
+
rise: '"2014-07-16T04:01:56+00:00"'
|
1578
|
+
eot: "-06:02.664"
|
1579
|
+
transit: '"2014-07-16T12:06:02+00:00"'
|
1580
|
+
declination: "+021:19:24.600"
|
1581
|
+
set: '"2014-07-16T20:10:08+00:00"'
|
1582
|
+
- id: '198'
|
1583
|
+
date: Jul 17
|
1584
|
+
julian: '2456856'
|
1585
|
+
rise: '"2014-07-17T04:03:10+00:00"'
|
1586
|
+
eot: "-06:07.907"
|
1587
|
+
transit: '"2014-07-17T12:06:07+00:00"'
|
1588
|
+
declination: "+021:09:19.998"
|
1589
|
+
set: '"2014-07-17T20:09:05+00:00"'
|
1590
|
+
- id: '199'
|
1591
|
+
date: Jul 18
|
1592
|
+
julian: '2456857'
|
1593
|
+
rise: '"2014-07-18T04:04:25+00:00"'
|
1594
|
+
eot: "-06:12.620"
|
1595
|
+
transit: '"2014-07-18T12:06:12+00:00"'
|
1596
|
+
declination: "+020:58:53.889"
|
1597
|
+
set: '"2014-07-18T20:07:59+00:00"'
|
1598
|
+
- id: '200'
|
1599
|
+
date: Jul 19
|
1600
|
+
julian: '2456858'
|
1601
|
+
rise: '"2014-07-19T04:05:42+00:00"'
|
1602
|
+
eot: "-06:16.794"
|
1603
|
+
transit: '"2014-07-19T12:06:16+00:00"'
|
1604
|
+
declination: "+020:48:06.507"
|
1605
|
+
set: '"2014-07-19T20:06:51+00:00"'
|
1606
|
+
- id: '201'
|
1607
|
+
date: Jul 20
|
1608
|
+
julian: '2456859'
|
1609
|
+
rise: '"2014-07-20T04:07:00+00:00"'
|
1610
|
+
eot: "-06:20.419"
|
1611
|
+
transit: '"2014-07-20T12:06:20+00:00"'
|
1612
|
+
declination: "+020:36:58.095"
|
1613
|
+
set: '"2014-07-20T20:05:40+00:00"'
|
1614
|
+
- id: '202'
|
1615
|
+
date: Jul 21
|
1616
|
+
julian: '2456860'
|
1617
|
+
rise: '"2014-07-21T04:08:19+00:00"'
|
1618
|
+
eot: "-06:23.485"
|
1619
|
+
transit: '"2014-07-21T12:06:23+00:00"'
|
1620
|
+
declination: "+020:25:28.898"
|
1621
|
+
set: '"2014-07-21T20:04:27+00:00"'
|
1622
|
+
- id: '203'
|
1623
|
+
date: Jul 22
|
1624
|
+
julian: '2456861'
|
1625
|
+
rise: '"2014-07-22T04:09:39+00:00"'
|
1626
|
+
eot: "-06:25.985"
|
1627
|
+
transit: '"2014-07-22T12:06:25+00:00"'
|
1628
|
+
declination: "+020:13:39.168"
|
1629
|
+
set: '"2014-07-22T20:03:12+00:00"'
|
1630
|
+
- id: '204'
|
1631
|
+
date: Jul 23
|
1632
|
+
julian: '2456862'
|
1633
|
+
rise: '"2014-07-23T04:11:01+00:00"'
|
1634
|
+
eot: "-06:27.910"
|
1635
|
+
transit: '"2014-07-23T12:06:27+00:00"'
|
1636
|
+
declination: "+020:01:29.158"
|
1637
|
+
set: '"2014-07-23T20:01:54+00:00"'
|
1638
|
+
- id: '205'
|
1639
|
+
date: Jul 24
|
1640
|
+
julian: '2456863'
|
1641
|
+
rise: '"2014-07-24T04:12:24+00:00"'
|
1642
|
+
eot: "-06:29.255"
|
1643
|
+
transit: '"2014-07-24T12:06:29+00:00"'
|
1644
|
+
declination: "+019:48:59.122"
|
1645
|
+
set: '"2014-07-24T20:00:34+00:00"'
|
1646
|
+
- id: '206'
|
1647
|
+
date: Jul 25
|
1648
|
+
julian: '2456864'
|
1649
|
+
rise: '"2014-07-25T04:13:48+00:00"'
|
1650
|
+
eot: "-06:30.013"
|
1651
|
+
transit: '"2014-07-25T12:06:30+00:00"'
|
1652
|
+
declination: "+019:36:09.321"
|
1653
|
+
set: '"2014-07-25T19:59:11+00:00"'
|
1654
|
+
- id: '207'
|
1655
|
+
date: Jul 26
|
1656
|
+
julian: '2456865'
|
1657
|
+
rise: '"2014-07-26T04:15:13+00:00"'
|
1658
|
+
eot: "-06:30.179"
|
1659
|
+
transit: '"2014-07-26T12:06:30+00:00"'
|
1660
|
+
declination: "+019:23:00.014"
|
1661
|
+
set: '"2014-07-26T19:57:47+00:00"'
|
1662
|
+
- id: '208'
|
1663
|
+
date: Jul 27
|
1664
|
+
julian: '2456866'
|
1665
|
+
rise: '"2014-07-27T04:16:39+00:00"'
|
1666
|
+
eot: "-06:29.748"
|
1667
|
+
transit: '"2014-07-27T12:06:29+00:00"'
|
1668
|
+
declination: "+019:09:31.465"
|
1669
|
+
set: '"2014-07-27T19:56:20+00:00"'
|
1670
|
+
- id: '209'
|
1671
|
+
date: Jul 28
|
1672
|
+
julian: '2456867'
|
1673
|
+
rise: '"2014-07-28T04:18:05+00:00"'
|
1674
|
+
eot: "-06:28.718"
|
1675
|
+
transit: '"2014-07-28T12:06:28+00:00"'
|
1676
|
+
declination: "+018:55:43.944"
|
1677
|
+
set: '"2014-07-28T19:54:51+00:00"'
|
1678
|
+
- id: '210'
|
1679
|
+
date: Jul 29
|
1680
|
+
julian: '2456868'
|
1681
|
+
rise: '"2014-07-29T04:19:33+00:00"'
|
1682
|
+
eot: "-06:27.085"
|
1683
|
+
transit: '"2014-07-29T12:06:27+00:00"'
|
1684
|
+
declination: "+018:41:37.720"
|
1685
|
+
set: '"2014-07-29T19:53:20+00:00"'
|
1686
|
+
- id: '211'
|
1687
|
+
date: Jul 30
|
1688
|
+
julian: '2456869'
|
1689
|
+
rise: '"2014-07-30T04:21:01+00:00"'
|
1690
|
+
eot: "-06:24.847"
|
1691
|
+
transit: '"2014-07-30T12:06:24+00:00"'
|
1692
|
+
declination: "+018:27:13.069"
|
1693
|
+
set: '"2014-07-30T19:51:47+00:00"'
|
1694
|
+
- id: '212'
|
1695
|
+
date: Jul 31
|
1696
|
+
julian: '2456870'
|
1697
|
+
rise: '"2014-07-31T04:22:31+00:00"'
|
1698
|
+
eot: "-06:22.003"
|
1699
|
+
transit: '"2014-07-31T12:06:22+00:00"'
|
1700
|
+
declination: "+018:12:30.272"
|
1701
|
+
set: '"2014-07-31T19:50:12+00:00"'
|
1702
|
+
- id: '213'
|
1703
|
+
date: Aug 01
|
1704
|
+
julian: '2456871'
|
1705
|
+
rise: '"2014-08-01T04:24:00+00:00"'
|
1706
|
+
eot: "-06:18.553"
|
1707
|
+
transit: '"2014-08-01T12:06:18+00:00"'
|
1708
|
+
declination: "+017:57:29.612"
|
1709
|
+
set: '"2014-08-01T19:48:36+00:00"'
|
1710
|
+
- id: '214'
|
1711
|
+
date: Aug 02
|
1712
|
+
julian: '2456872'
|
1713
|
+
rise: '"2014-08-02T04:25:31+00:00"'
|
1714
|
+
eot: "-06:14.496"
|
1715
|
+
transit: '"2014-08-02T12:06:14+00:00"'
|
1716
|
+
declination: "+017:42:11.380"
|
1717
|
+
set: '"2014-08-02T19:46:57+00:00"'
|
1718
|
+
- id: '215'
|
1719
|
+
date: Aug 03
|
1720
|
+
julian: '2456873'
|
1721
|
+
rise: '"2014-08-03T04:27:02+00:00"'
|
1722
|
+
eot: "-06:09.835"
|
1723
|
+
transit: '"2014-08-03T12:06:09+00:00"'
|
1724
|
+
declination: "+017:26:35.866"
|
1725
|
+
set: '"2014-08-03T19:45:17+00:00"'
|
1726
|
+
- id: '216'
|
1727
|
+
date: Aug 04
|
1728
|
+
julian: '2456874'
|
1729
|
+
rise: '"2014-08-04T04:28:33+00:00"'
|
1730
|
+
eot: "-06:04.571"
|
1731
|
+
transit: '"2014-08-04T12:06:04+00:00"'
|
1732
|
+
declination: "+017:10:43.370"
|
1733
|
+
set: '"2014-08-04T19:43:35+00:00"'
|
1734
|
+
- id: '217'
|
1735
|
+
date: Aug 05
|
1736
|
+
julian: '2456875'
|
1737
|
+
rise: '"2014-08-05T04:30:05+00:00"'
|
1738
|
+
eot: "-05:58.706"
|
1739
|
+
transit: '"2014-08-05T12:05:58+00:00"'
|
1740
|
+
declination: "+016:54:34.191"
|
1741
|
+
set: '"2014-08-05T19:41:51+00:00"'
|
1742
|
+
- id: '218'
|
1743
|
+
date: Aug 06
|
1744
|
+
julian: '2456876'
|
1745
|
+
rise: '"2014-08-06T04:31:38+00:00"'
|
1746
|
+
eot: "-05:52.244"
|
1747
|
+
transit: '"2014-08-06T12:05:52+00:00"'
|
1748
|
+
declination: "+016:38:08.633"
|
1749
|
+
set: '"2014-08-06T19:40:06+00:00"'
|
1750
|
+
- id: '219'
|
1751
|
+
date: Aug 07
|
1752
|
+
julian: '2456877'
|
1753
|
+
rise: '"2014-08-07T04:33:10+00:00"'
|
1754
|
+
eot: "-05:45.189"
|
1755
|
+
transit: '"2014-08-07T12:05:45+00:00"'
|
1756
|
+
declination: "+016:21:27.001"
|
1757
|
+
set: '"2014-08-07T19:38:19+00:00"'
|
1758
|
+
- id: '220'
|
1759
|
+
date: Aug 08
|
1760
|
+
julian: '2456878'
|
1761
|
+
rise: '"2014-08-08T04:34:44+00:00"'
|
1762
|
+
eot: "-05:37.546"
|
1763
|
+
transit: '"2014-08-08T12:05:37+00:00"'
|
1764
|
+
declination: "+016:04:29.599"
|
1765
|
+
set: '"2014-08-08T19:36:30+00:00"'
|
1766
|
+
- id: '221'
|
1767
|
+
date: Aug 09
|
1768
|
+
julian: '2456879'
|
1769
|
+
rise: '"2014-08-09T04:36:17+00:00"'
|
1770
|
+
eot: "-05:29.321"
|
1771
|
+
transit: '"2014-08-09T12:05:29+00:00"'
|
1772
|
+
declination: "+015:47:16.728"
|
1773
|
+
set: '"2014-08-09T19:34:40+00:00"'
|
1774
|
+
- id: '222'
|
1775
|
+
date: Aug 10
|
1776
|
+
julian: '2456880'
|
1777
|
+
rise: '"2014-08-10T04:37:51+00:00"'
|
1778
|
+
eot: "-05:20.518"
|
1779
|
+
transit: '"2014-08-10T12:05:20+00:00"'
|
1780
|
+
declination: "+015:29:48.689"
|
1781
|
+
set: '"2014-08-10T19:32:49+00:00"'
|
1782
|
+
- id: '223'
|
1783
|
+
date: Aug 11
|
1784
|
+
julian: '2456881'
|
1785
|
+
rise: '"2014-08-11T04:39:25+00:00"'
|
1786
|
+
eot: "-05:11.144"
|
1787
|
+
transit: '"2014-08-11T12:05:11+00:00"'
|
1788
|
+
declination: "+015:12:05.779"
|
1789
|
+
set: '"2014-08-11T19:30:56+00:00"'
|
1790
|
+
- id: '224'
|
1791
|
+
date: Aug 12
|
1792
|
+
julian: '2456882'
|
1793
|
+
rise: '"2014-08-12T04:41:00+00:00"'
|
1794
|
+
eot: "-05:01.207"
|
1795
|
+
transit: '"2014-08-12T12:05:01+00:00"'
|
1796
|
+
declination: "+014:54:08.299"
|
1797
|
+
set: '"2014-08-12T19:29:02+00:00"'
|
1798
|
+
- id: '225'
|
1799
|
+
date: Aug 13
|
1800
|
+
julian: '2456883'
|
1801
|
+
rise: '"2014-08-13T04:42:34+00:00"'
|
1802
|
+
eot: "-04:50.714"
|
1803
|
+
transit: '"2014-08-13T12:04:50+00:00"'
|
1804
|
+
declination: "+014:35:56.554"
|
1805
|
+
set: '"2014-08-13T19:27:06+00:00"'
|
1806
|
+
- id: '226'
|
1807
|
+
date: Aug 14
|
1808
|
+
julian: '2456884'
|
1809
|
+
rise: '"2014-08-14T04:44:09+00:00"'
|
1810
|
+
eot: "-04:39.674"
|
1811
|
+
transit: '"2014-08-14T12:04:39+00:00"'
|
1812
|
+
declination: "+014:17:30.856"
|
1813
|
+
set: '"2014-08-14T19:25:10+00:00"'
|
1814
|
+
- id: '227'
|
1815
|
+
date: Aug 15
|
1816
|
+
julian: '2456885'
|
1817
|
+
rise: '"2014-08-15T04:45:44+00:00"'
|
1818
|
+
eot: "-04:28.096"
|
1819
|
+
transit: '"2014-08-15T12:04:28+00:00"'
|
1820
|
+
declination: "+013:58:51.521"
|
1821
|
+
set: '"2014-08-15T19:23:11+00:00"'
|
1822
|
+
- id: '228'
|
1823
|
+
date: Aug 16
|
1824
|
+
julian: '2456886'
|
1825
|
+
rise: '"2014-08-16T04:47:19+00:00"'
|
1826
|
+
eot: "-04:15.989"
|
1827
|
+
transit: '"2014-08-16T12:04:15+00:00"'
|
1828
|
+
declination: "+013:39:58.867"
|
1829
|
+
set: '"2014-08-16T19:21:12+00:00"'
|
1830
|
+
- id: '229'
|
1831
|
+
date: Aug 17
|
1832
|
+
julian: '2456887'
|
1833
|
+
rise: '"2014-08-17T04:48:54+00:00"'
|
1834
|
+
eot: "-04:03.364"
|
1835
|
+
transit: '"2014-08-17T12:04:03+00:00"'
|
1836
|
+
declination: "+013:20:53.212"
|
1837
|
+
set: '"2014-08-17T19:19:12+00:00"'
|
1838
|
+
- id: '230'
|
1839
|
+
date: Aug 18
|
1840
|
+
julian: '2456888'
|
1841
|
+
rise: '"2014-08-18T04:50:29+00:00"'
|
1842
|
+
eot: "-03:50.232"
|
1843
|
+
transit: '"2014-08-18T12:03:50+00:00"'
|
1844
|
+
declination: "+013:01:34.875"
|
1845
|
+
set: '"2014-08-18T19:17:10+00:00"'
|
1846
|
+
- id: '231'
|
1847
|
+
date: Aug 19
|
1848
|
+
julian: '2456889'
|
1849
|
+
rise: '"2014-08-19T04:52:05+00:00"'
|
1850
|
+
eot: "-03:36.603"
|
1851
|
+
transit: '"2014-08-19T12:03:36+00:00"'
|
1852
|
+
declination: "+012:42:04.173"
|
1853
|
+
set: '"2014-08-19T19:15:08+00:00"'
|
1854
|
+
- id: '232'
|
1855
|
+
date: Aug 20
|
1856
|
+
julian: '2456890'
|
1857
|
+
rise: '"2014-08-20T04:53:40+00:00"'
|
1858
|
+
eot: "-03:22.491"
|
1859
|
+
transit: '"2014-08-20T12:03:22+00:00"'
|
1860
|
+
declination: "+012:22:21.422"
|
1861
|
+
set: '"2014-08-20T19:13:04+00:00"'
|
1862
|
+
- id: '233'
|
1863
|
+
date: Aug 21
|
1864
|
+
julian: '2456891'
|
1865
|
+
rise: '"2014-08-21T04:55:15+00:00"'
|
1866
|
+
eot: "-03:07.906"
|
1867
|
+
transit: '"2014-08-21T12:03:07+00:00"'
|
1868
|
+
declination: "+012:02:26.938"
|
1869
|
+
set: '"2014-08-21T19:10:59+00:00"'
|
1870
|
+
- id: '234'
|
1871
|
+
date: Aug 22
|
1872
|
+
julian: '2456892'
|
1873
|
+
rise: '"2014-08-22T04:56:51+00:00"'
|
1874
|
+
eot: "-02:52.861"
|
1875
|
+
transit: '"2014-08-22T12:02:52+00:00"'
|
1876
|
+
declination: "+011:42:21.036"
|
1877
|
+
set: '"2014-08-22T19:08:54+00:00"'
|
1878
|
+
- id: '235'
|
1879
|
+
date: Aug 23
|
1880
|
+
julian: '2456893'
|
1881
|
+
rise: '"2014-08-23T04:58:26+00:00"'
|
1882
|
+
eot: "-02:37.370"
|
1883
|
+
transit: '"2014-08-23T12:02:37+00:00"'
|
1884
|
+
declination: "+011:22:04.032"
|
1885
|
+
set: '"2014-08-23T19:06:47+00:00"'
|
1886
|
+
- id: '236'
|
1887
|
+
date: Aug 24
|
1888
|
+
julian: '2456894'
|
1889
|
+
rise: '"2014-08-24T05:00:02+00:00"'
|
1890
|
+
eot: "-02:21.446"
|
1891
|
+
transit: '"2014-08-24T12:02:21+00:00"'
|
1892
|
+
declination: "+011:01:36.243"
|
1893
|
+
set: '"2014-08-24T19:04:40+00:00"'
|
1894
|
+
- id: '237'
|
1895
|
+
date: Aug 25
|
1896
|
+
julian: '2456895'
|
1897
|
+
rise: '"2014-08-25T05:01:38+00:00"'
|
1898
|
+
eot: "-02:05.102"
|
1899
|
+
transit: '"2014-08-25T12:02:05+00:00"'
|
1900
|
+
declination: "+010:40:57.983"
|
1901
|
+
set: '"2014-08-25T19:02:32+00:00"'
|
1902
|
+
- id: '238'
|
1903
|
+
date: Aug 26
|
1904
|
+
julian: '2456896'
|
1905
|
+
rise: '"2014-08-26T05:03:13+00:00"'
|
1906
|
+
eot: "-01:48.354"
|
1907
|
+
transit: '"2014-08-26T12:01:48+00:00"'
|
1908
|
+
declination: "+010:20:09.572"
|
1909
|
+
set: '"2014-08-26T19:00:23+00:00"'
|
1910
|
+
- id: '239'
|
1911
|
+
date: Aug 27
|
1912
|
+
julian: '2456897'
|
1913
|
+
rise: '"2014-08-27T05:04:49+00:00"'
|
1914
|
+
eot: "-01:31.216"
|
1915
|
+
transit: '"2014-08-27T12:01:31+00:00"'
|
1916
|
+
declination: "+009:59:11.327"
|
1917
|
+
set: '"2014-08-27T18:58:13+00:00"'
|
1918
|
+
- id: '240'
|
1919
|
+
date: Aug 28
|
1920
|
+
julian: '2456898'
|
1921
|
+
rise: '"2014-08-28T05:06:24+00:00"'
|
1922
|
+
eot: "-01:13.703"
|
1923
|
+
transit: '"2014-08-28T12:01:13+00:00"'
|
1924
|
+
declination: "+009:38:03.568"
|
1925
|
+
set: '"2014-08-28T18:56:02+00:00"'
|
1926
|
+
- id: '241'
|
1927
|
+
date: Aug 29
|
1928
|
+
julian: '2456899'
|
1929
|
+
rise: '"2014-08-29T05:08:00+00:00"'
|
1930
|
+
eot: "-00:55.830"
|
1931
|
+
transit: '"2014-08-29T12:00:55+00:00"'
|
1932
|
+
declination: "+009:16:46.616"
|
1933
|
+
set: '"2014-08-29T18:53:51+00:00"'
|
1934
|
+
- id: '242'
|
1935
|
+
date: Aug 30
|
1936
|
+
julian: '2456900'
|
1937
|
+
rise: '"2014-08-30T05:09:35+00:00"'
|
1938
|
+
eot: "-00:37.614"
|
1939
|
+
transit: '"2014-08-30T12:00:37+00:00"'
|
1940
|
+
declination: "+008:55:20.795"
|
1941
|
+
set: '"2014-08-30T18:51:39+00:00"'
|
1942
|
+
- id: '243'
|
1943
|
+
date: Aug 31
|
1944
|
+
julian: '2456901'
|
1945
|
+
rise: '"2014-08-31T05:11:10+00:00"'
|
1946
|
+
eot: "-00:19.071"
|
1947
|
+
transit: '"2014-08-31T12:00:19+00:00"'
|
1948
|
+
declination: "+008:33:46.426"
|
1949
|
+
set: '"2014-08-31T18:49:27+00:00"'
|
1950
|
+
- id: '244'
|
1951
|
+
date: Sep 01
|
1952
|
+
julian: '2456902'
|
1953
|
+
rise: '"2014-09-01T05:12:46+00:00"'
|
1954
|
+
eot: "-00:00.217"
|
1955
|
+
transit: '"2014-09-01T12:00:00+00:00"'
|
1956
|
+
declination: "+008:12:03.835"
|
1957
|
+
set: '"2014-09-01T18:47:14+00:00"'
|
1958
|
+
- id: '245'
|
1959
|
+
date: Sep 02
|
1960
|
+
julian: '2456903'
|
1961
|
+
rise: '"2014-09-02T05:14:21+00:00"'
|
1962
|
+
eot: "+00:18.930"
|
1963
|
+
transit: '"2014-09-02T11:59:41+00:00"'
|
1964
|
+
declination: "+007:50:13.345"
|
1965
|
+
set: '"2014-09-02T18:45:00+00:00"'
|
1966
|
+
- id: '246'
|
1967
|
+
date: Sep 03
|
1968
|
+
julian: '2456904'
|
1969
|
+
rise: '"2014-09-03T05:15:57+00:00"'
|
1970
|
+
eot: "+00:38.354"
|
1971
|
+
transit: '"2014-09-03T11:59:21+00:00"'
|
1972
|
+
declination: "+007:28:15.282"
|
1973
|
+
set: '"2014-09-03T18:42:46+00:00"'
|
1974
|
+
- id: '247'
|
1975
|
+
date: Sep 04
|
1976
|
+
julian: '2456905'
|
1977
|
+
rise: '"2014-09-04T05:17:32+00:00"'
|
1978
|
+
eot: "+00:58.038"
|
1979
|
+
transit: '"2014-09-04T11:59:01+00:00"'
|
1980
|
+
declination: "+007:06:09.968"
|
1981
|
+
set: '"2014-09-04T18:40:31+00:00"'
|
1982
|
+
- id: '248'
|
1983
|
+
date: Sep 05
|
1984
|
+
julian: '2456906'
|
1985
|
+
rise: '"2014-09-05T05:19:07+00:00"'
|
1986
|
+
eot: "+01:17.963"
|
1987
|
+
transit: '"2014-09-05T11:58:42+00:00"'
|
1988
|
+
declination: "+006:43:57.727"
|
1989
|
+
set: '"2014-09-05T18:38:16+00:00"'
|
1990
|
+
- id: '249'
|
1991
|
+
date: Sep 06
|
1992
|
+
julian: '2456907'
|
1993
|
+
rise: '"2014-09-06T05:20:43+00:00"'
|
1994
|
+
eot: "+01:38.112"
|
1995
|
+
transit: '"2014-09-06T11:58:21+00:00"'
|
1996
|
+
declination: "+006:21:38.881"
|
1997
|
+
set: '"2014-09-06T18:36:00+00:00"'
|
1998
|
+
- id: '250'
|
1999
|
+
date: Sep 07
|
2000
|
+
julian: '2456908'
|
2001
|
+
rise: '"2014-09-07T05:22:18+00:00"'
|
2002
|
+
eot: "+01:58.466"
|
2003
|
+
transit: '"2014-09-07T11:58:01+00:00"'
|
2004
|
+
declination: "+005:59:13.752"
|
2005
|
+
set: '"2014-09-07T18:33:44+00:00"'
|
2006
|
+
- id: '251'
|
2007
|
+
date: Sep 08
|
2008
|
+
julian: '2456909'
|
2009
|
+
rise: '"2014-09-08T05:23:53+00:00"'
|
2010
|
+
eot: "+02:19.008"
|
2011
|
+
transit: '"2014-09-08T11:57:41+00:00"'
|
2012
|
+
declination: "+005:36:42.661"
|
2013
|
+
set: '"2014-09-08T18:31:28+00:00"'
|
2014
|
+
- id: '252'
|
2015
|
+
date: Sep 09
|
2016
|
+
julian: '2456910'
|
2017
|
+
rise: '"2014-09-09T05:25:29+00:00"'
|
2018
|
+
eot: "+02:39.719"
|
2019
|
+
transit: '"2014-09-09T11:57:20+00:00"'
|
2020
|
+
declination: "+005:14:05.932"
|
2021
|
+
set: '"2014-09-09T18:29:11+00:00"'
|
2022
|
+
- id: '253'
|
2023
|
+
date: Sep 10
|
2024
|
+
julian: '2456911'
|
2025
|
+
rise: '"2014-09-10T05:27:04+00:00"'
|
2026
|
+
eot: "+03:00.580"
|
2027
|
+
transit: '"2014-09-10T11:56:59+00:00"'
|
2028
|
+
declination: "+004:51:23.892"
|
2029
|
+
set: '"2014-09-10T18:26:54+00:00"'
|
2030
|
+
- id: '254'
|
2031
|
+
date: Sep 11
|
2032
|
+
julian: '2456912'
|
2033
|
+
rise: '"2014-09-11T05:28:39+00:00"'
|
2034
|
+
eot: "+03:21.572"
|
2035
|
+
transit: '"2014-09-11T11:56:38+00:00"'
|
2036
|
+
declination: "+004:28:36.869"
|
2037
|
+
set: '"2014-09-11T18:24:37+00:00"'
|
2038
|
+
- id: '255'
|
2039
|
+
date: Sep 12
|
2040
|
+
julian: '2456913'
|
2041
|
+
rise: '"2014-09-12T05:30:15+00:00"'
|
2042
|
+
eot: "+03:42.675"
|
2043
|
+
transit: '"2014-09-12T11:56:17+00:00"'
|
2044
|
+
declination: "+004:05:45.193"
|
2045
|
+
set: '"2014-09-12T18:22:19+00:00"'
|
2046
|
+
- id: '256'
|
2047
|
+
date: Sep 13
|
2048
|
+
julian: '2456914'
|
2049
|
+
rise: '"2014-09-13T05:31:50+00:00"'
|
2050
|
+
eot: "+04:03.871"
|
2051
|
+
transit: '"2014-09-13T11:55:56+00:00"'
|
2052
|
+
declination: "+003:42:49.194"
|
2053
|
+
set: '"2014-09-13T18:20:01+00:00"'
|
2054
|
+
- id: '257'
|
2055
|
+
date: Sep 14
|
2056
|
+
julian: '2456915'
|
2057
|
+
rise: '"2014-09-14T05:33:26+00:00"'
|
2058
|
+
eot: "+04:25.140"
|
2059
|
+
transit: '"2014-09-14T11:55:34+00:00"'
|
2060
|
+
declination: "+003:19:49.204"
|
2061
|
+
set: '"2014-09-14T18:17:43+00:00"'
|
2062
|
+
- id: '258'
|
2063
|
+
date: Sep 15
|
2064
|
+
julian: '2456916'
|
2065
|
+
rise: '"2014-09-15T05:35:01+00:00"'
|
2066
|
+
eot: "+04:46.462"
|
2067
|
+
transit: '"2014-09-15T11:55:13+00:00"'
|
2068
|
+
declination: "+002:56:45.552"
|
2069
|
+
set: '"2014-09-15T18:15:25+00:00"'
|
2070
|
+
- id: '259'
|
2071
|
+
date: Sep 16
|
2072
|
+
julian: '2456917'
|
2073
|
+
rise: '"2014-09-16T05:36:37+00:00"'
|
2074
|
+
eot: "+05:07.818"
|
2075
|
+
transit: '"2014-09-16T11:54:52+00:00"'
|
2076
|
+
declination: "+002:33:38.569"
|
2077
|
+
set: '"2014-09-16T18:13:07+00:00"'
|
2078
|
+
- id: '260'
|
2079
|
+
date: Sep 17
|
2080
|
+
julian: '2456918'
|
2081
|
+
rise: '"2014-09-17T05:38:12+00:00"'
|
2082
|
+
eot: "+05:29.187"
|
2083
|
+
transit: '"2014-09-17T11:54:30+00:00"'
|
2084
|
+
declination: "+002:10:28.587"
|
2085
|
+
set: '"2014-09-17T18:10:48+00:00"'
|
2086
|
+
- id: '261'
|
2087
|
+
date: Sep 18
|
2088
|
+
julian: '2456919'
|
2089
|
+
rise: '"2014-09-18T05:39:48+00:00"'
|
2090
|
+
eot: "+05:50.550"
|
2091
|
+
transit: '"2014-09-18T11:54:09+00:00"'
|
2092
|
+
declination: "+001:47:15.938"
|
2093
|
+
set: '"2014-09-18T18:08:30+00:00"'
|
2094
|
+
- id: '262'
|
2095
|
+
date: Sep 19
|
2096
|
+
julian: '2456920'
|
2097
|
+
rise: '"2014-09-19T05:41:24+00:00"'
|
2098
|
+
eot: "+06:11.887"
|
2099
|
+
transit: '"2014-09-19T11:53:48+00:00"'
|
2100
|
+
declination: "+001:24:00.955"
|
2101
|
+
set: '"2014-09-19T18:06:11+00:00"'
|
2102
|
+
- id: '263'
|
2103
|
+
date: Sep 20
|
2104
|
+
julian: '2456921'
|
2105
|
+
rise: '"2014-09-20T05:43:00+00:00"'
|
2106
|
+
eot: "+06:33.177"
|
2107
|
+
transit: '"2014-09-20T11:53:26+00:00"'
|
2108
|
+
declination: "+001:00:43.972"
|
2109
|
+
set: '"2014-09-20T18:03:53+00:00"'
|
2110
|
+
- id: '264'
|
2111
|
+
date: Sep 21
|
2112
|
+
julian: '2456922'
|
2113
|
+
rise: '"2014-09-21T05:44:36+00:00"'
|
2114
|
+
eot: "+06:54.400"
|
2115
|
+
transit: '"2014-09-21T11:53:05+00:00"'
|
2116
|
+
declination: "+000:37:25.326"
|
2117
|
+
set: '"2014-09-21T18:01:34+00:00"'
|
2118
|
+
- id: '265'
|
2119
|
+
date: Sep 22
|
2120
|
+
julian: '2456923'
|
2121
|
+
rise: '"2014-09-22T05:46:12+00:00"'
|
2122
|
+
eot: "+07:15.536"
|
2123
|
+
transit: '"2014-09-22T11:52:44+00:00"'
|
2124
|
+
declination: "+000:14:05.354"
|
2125
|
+
set: '"2014-09-22T17:59:16+00:00"'
|
2126
|
+
- id: '266'
|
2127
|
+
date: Sep 23
|
2128
|
+
julian: '2456924'
|
2129
|
+
rise: '"2014-09-23T05:47:48+00:00"'
|
2130
|
+
eot: "+07:36.565"
|
2131
|
+
transit: '"2014-09-23T11:52:23+00:00"'
|
2132
|
+
declination: "-000:09:15.604"
|
2133
|
+
set: '"2014-09-23T17:56:58+00:00"'
|
2134
|
+
- id: '267'
|
2135
|
+
date: Sep 24
|
2136
|
+
julian: '2456925'
|
2137
|
+
rise: '"2014-09-24T05:49:25+00:00"'
|
2138
|
+
eot: "+07:57.465"
|
2139
|
+
transit: '"2014-09-24T11:52:02+00:00"'
|
2140
|
+
declination: "-000:32:37.209"
|
2141
|
+
set: '"2014-09-24T17:54:39+00:00"'
|
2142
|
+
- id: '268'
|
2143
|
+
date: Sep 25
|
2144
|
+
julian: '2456926'
|
2145
|
+
rise: '"2014-09-25T05:51:01+00:00"'
|
2146
|
+
eot: "+08:18.217"
|
2147
|
+
transit: '"2014-09-25T11:51:41+00:00"'
|
2148
|
+
declination: "-000:55:59.117"
|
2149
|
+
set: '"2014-09-25T17:52:21+00:00"'
|
2150
|
+
- id: '269'
|
2151
|
+
date: Sep 26
|
2152
|
+
julian: '2456927'
|
2153
|
+
rise: '"2014-09-26T05:52:38+00:00"'
|
2154
|
+
eot: "+08:38.801"
|
2155
|
+
transit: '"2014-09-26T11:51:21+00:00"'
|
2156
|
+
declination: "-001:19:20.986"
|
2157
|
+
set: '"2014-09-26T17:50:03+00:00"'
|
2158
|
+
- id: '270'
|
2159
|
+
date: Sep 27
|
2160
|
+
julian: '2456928'
|
2161
|
+
rise: '"2014-09-27T05:54:15+00:00"'
|
2162
|
+
eot: "+08:59.195"
|
2163
|
+
transit: '"2014-09-27T11:51:00+00:00"'
|
2164
|
+
declination: "-001:42:42.471"
|
2165
|
+
set: '"2014-09-27T17:47:45+00:00"'
|
2166
|
+
- id: '271'
|
2167
|
+
date: Sep 28
|
2168
|
+
julian: '2456929'
|
2169
|
+
rise: '"2014-09-28T05:55:52+00:00"'
|
2170
|
+
eot: "+09:19.380"
|
2171
|
+
transit: '"2014-09-28T11:50:40+00:00"'
|
2172
|
+
declination: "-002:06:03.225"
|
2173
|
+
set: '"2014-09-28T17:45:28+00:00"'
|
2174
|
+
- id: '272'
|
2175
|
+
date: Sep 29
|
2176
|
+
julian: '2456930'
|
2177
|
+
rise: '"2014-09-29T05:57:30+00:00"'
|
2178
|
+
eot: "+09:39.334"
|
2179
|
+
transit: '"2014-09-29T11:50:20+00:00"'
|
2180
|
+
declination: "-002:29:22.902"
|
2181
|
+
set: '"2014-09-29T17:43:10+00:00"'
|
2182
|
+
- id: '273'
|
2183
|
+
date: Sep 30
|
2184
|
+
julian: '2456931'
|
2185
|
+
rise: '"2014-09-30T05:59:08+00:00"'
|
2186
|
+
eot: "+09:59.038"
|
2187
|
+
transit: '"2014-09-30T11:50:00+00:00"'
|
2188
|
+
declination: "-002:52:41.153"
|
2189
|
+
set: '"2014-09-30T17:40:53+00:00"'
|
2190
|
+
- id: '274'
|
2191
|
+
date: Oct 01
|
2192
|
+
julian: '2456932'
|
2193
|
+
rise: '"2014-10-01T06:00:45+00:00"'
|
2194
|
+
eot: "+10:18.471"
|
2195
|
+
transit: '"2014-10-01T11:49:41+00:00"'
|
2196
|
+
declination: "-003:15:57.628"
|
2197
|
+
set: '"2014-10-01T17:38:37+00:00"'
|
2198
|
+
- id: '275'
|
2199
|
+
date: Oct 02
|
2200
|
+
julian: '2456933'
|
2201
|
+
rise: '"2014-10-02T06:02:23+00:00"'
|
2202
|
+
eot: "+10:37.613"
|
2203
|
+
transit: '"2014-10-02T11:49:22+00:00"'
|
2204
|
+
declination: "-003:39:11.977"
|
2205
|
+
set: '"2014-10-02T17:36:20+00:00"'
|
2206
|
+
- id: '276'
|
2207
|
+
date: Oct 03
|
2208
|
+
julian: '2456934'
|
2209
|
+
rise: '"2014-10-03T06:04:02+00:00"'
|
2210
|
+
eot: "+10:56.443"
|
2211
|
+
transit: '"2014-10-03T11:49:03+00:00"'
|
2212
|
+
declination: "-004:02:23.844"
|
2213
|
+
set: '"2014-10-03T17:34:04+00:00"'
|
2214
|
+
- id: '277'
|
2215
|
+
date: Oct 04
|
2216
|
+
julian: '2456935'
|
2217
|
+
rise: '"2014-10-04T06:05:40+00:00"'
|
2218
|
+
eot: "+11:14.942"
|
2219
|
+
transit: '"2014-10-04T11:48:45+00:00"'
|
2220
|
+
declination: "-004:25:32.872"
|
2221
|
+
set: '"2014-10-04T17:31:49+00:00"'
|
2222
|
+
- id: '278'
|
2223
|
+
date: Oct 05
|
2224
|
+
julian: '2456936'
|
2225
|
+
rise: '"2014-10-05T06:07:19+00:00"'
|
2226
|
+
eot: "+11:33.090"
|
2227
|
+
transit: '"2014-10-05T11:48:26+00:00"'
|
2228
|
+
declination: "-004:48:38.703"
|
2229
|
+
set: '"2014-10-05T17:29:34+00:00"'
|
2230
|
+
- id: '279'
|
2231
|
+
date: Oct 06
|
2232
|
+
julian: '2456937'
|
2233
|
+
rise: '"2014-10-06T06:08:58+00:00"'
|
2234
|
+
eot: "+11:50.867"
|
2235
|
+
transit: '"2014-10-06T11:48:09+00:00"'
|
2236
|
+
declination: "-005:11:40.972"
|
2237
|
+
set: '"2014-10-06T17:27:19+00:00"'
|
2238
|
+
- id: '280'
|
2239
|
+
date: Oct 07
|
2240
|
+
julian: '2456938'
|
2241
|
+
rise: '"2014-10-07T06:10:38+00:00"'
|
2242
|
+
eot: "+12:08.252"
|
2243
|
+
transit: '"2014-10-07T11:47:51+00:00"'
|
2244
|
+
declination: "-005:34:39.317"
|
2245
|
+
set: '"2014-10-07T17:25:05+00:00"'
|
2246
|
+
- id: '281'
|
2247
|
+
date: Oct 08
|
2248
|
+
julian: '2456939'
|
2249
|
+
rise: '"2014-10-08T06:12:17+00:00"'
|
2250
|
+
eot: "+12:25.226"
|
2251
|
+
transit: '"2014-10-08T11:47:34+00:00"'
|
2252
|
+
declination: "-005:57:33.371"
|
2253
|
+
set: '"2014-10-08T17:22:51+00:00"'
|
2254
|
+
- id: '282'
|
2255
|
+
date: Oct 09
|
2256
|
+
julian: '2456940'
|
2257
|
+
rise: '"2014-10-09T06:13:57+00:00"'
|
2258
|
+
eot: "+12:41.769"
|
2259
|
+
transit: '"2014-10-09T11:47:18+00:00"'
|
2260
|
+
declination: "-006:20:22.769"
|
2261
|
+
set: '"2014-10-09T17:20:38+00:00"'
|
2262
|
+
- id: '283'
|
2263
|
+
date: Oct 10
|
2264
|
+
julian: '2456941'
|
2265
|
+
rise: '"2014-10-10T06:15:38+00:00"'
|
2266
|
+
eot: "+12:57.864"
|
2267
|
+
transit: '"2014-10-10T11:47:02+00:00"'
|
2268
|
+
declination: "-006:43:07.145"
|
2269
|
+
set: '"2014-10-10T17:18:26+00:00"'
|
2270
|
+
- id: '284'
|
2271
|
+
date: Oct 11
|
2272
|
+
julian: '2456942'
|
2273
|
+
rise: '"2014-10-11T06:17:18+00:00"'
|
2274
|
+
eot: "+13:13.489"
|
2275
|
+
transit: '"2014-10-11T11:46:46+00:00"'
|
2276
|
+
declination: "-007:05:46.131"
|
2277
|
+
set: '"2014-10-11T17:16:14+00:00"'
|
2278
|
+
- id: '285'
|
2279
|
+
date: Oct 12
|
2280
|
+
julian: '2456943'
|
2281
|
+
rise: '"2014-10-12T06:18:59+00:00"'
|
2282
|
+
eot: "+13:28.627"
|
2283
|
+
transit: '"2014-10-12T11:46:31+00:00"'
|
2284
|
+
declination: "-007:28:19.357"
|
2285
|
+
set: '"2014-10-12T17:14:03+00:00"'
|
2286
|
+
- id: '286'
|
2287
|
+
date: Oct 13
|
2288
|
+
julian: '2456944'
|
2289
|
+
rise: '"2014-10-13T06:20:40+00:00"'
|
2290
|
+
eot: "+13:43.259"
|
2291
|
+
transit: '"2014-10-13T11:46:16+00:00"'
|
2292
|
+
declination: "-007:50:46.451"
|
2293
|
+
set: '"2014-10-13T17:11:52+00:00"'
|
2294
|
+
- id: '287'
|
2295
|
+
date: Oct 14
|
2296
|
+
julian: '2456945'
|
2297
|
+
rise: '"2014-10-14T06:22:22+00:00"'
|
2298
|
+
eot: "+13:57.367"
|
2299
|
+
transit: '"2014-10-14T11:46:02+00:00"'
|
2300
|
+
declination: "-008:13:07.038"
|
2301
|
+
set: '"2014-10-14T17:09:43+00:00"'
|
2302
|
+
- id: '288'
|
2303
|
+
date: Oct 15
|
2304
|
+
julian: '2456946'
|
2305
|
+
rise: '"2014-10-15T06:24:03+00:00"'
|
2306
|
+
eot: "+14:10.932"
|
2307
|
+
transit: '"2014-10-15T11:45:49+00:00"'
|
2308
|
+
declination: "-008:35:20.739"
|
2309
|
+
set: '"2014-10-15T17:07:34+00:00"'
|
2310
|
+
- id: '289'
|
2311
|
+
date: Oct 16
|
2312
|
+
julian: '2456947'
|
2313
|
+
rise: '"2014-10-16T06:25:46+00:00"'
|
2314
|
+
eot: "+14:23.937"
|
2315
|
+
transit: '"2014-10-16T11:45:36+00:00"'
|
2316
|
+
declination: "-008:57:27.173"
|
2317
|
+
set: '"2014-10-16T17:05:26+00:00"'
|
2318
|
+
- id: '290'
|
2319
|
+
date: Oct 17
|
2320
|
+
julian: '2456948'
|
2321
|
+
rise: '"2014-10-17T06:27:28+00:00"'
|
2322
|
+
eot: "+14:36.364"
|
2323
|
+
transit: '"2014-10-17T11:45:23+00:00"'
|
2324
|
+
declination: "-009:19:25.957"
|
2325
|
+
set: '"2014-10-17T17:03:18+00:00"'
|
2326
|
+
- id: '291'
|
2327
|
+
date: Oct 18
|
2328
|
+
julian: '2456949'
|
2329
|
+
rise: '"2014-10-18T06:29:11+00:00"'
|
2330
|
+
eot: "+14:48.196"
|
2331
|
+
transit: '"2014-10-18T11:45:11+00:00"'
|
2332
|
+
declination: "-009:41:16.704"
|
2333
|
+
set: '"2014-10-18T17:01:12+00:00"'
|
2334
|
+
- id: '292'
|
2335
|
+
date: Oct 19
|
2336
|
+
julian: '2456950'
|
2337
|
+
rise: '"2014-10-19T06:30:54+00:00"'
|
2338
|
+
eot: "+14:59.416"
|
2339
|
+
transit: '"2014-10-19T11:45:00+00:00"'
|
2340
|
+
declination: "-010:02:59.026"
|
2341
|
+
set: '"2014-10-19T16:59:07+00:00"'
|
2342
|
+
- id: '293'
|
2343
|
+
date: Oct 20
|
2344
|
+
julian: '2456951'
|
2345
|
+
rise: '"2014-10-20T06:32:37+00:00"'
|
2346
|
+
eot: "+15:10.007"
|
2347
|
+
transit: '"2014-10-20T11:44:50+00:00"'
|
2348
|
+
declination: "-010:24:32.534"
|
2349
|
+
set: '"2014-10-20T16:57:02+00:00"'
|
2350
|
+
- id: '294'
|
2351
|
+
date: Oct 21
|
2352
|
+
julian: '2456952'
|
2353
|
+
rise: '"2014-10-21T06:34:20+00:00"'
|
2354
|
+
eot: "+15:19.954"
|
2355
|
+
transit: '"2014-10-21T11:44:40+00:00"'
|
2356
|
+
declination: "-010:45:56.836"
|
2357
|
+
set: '"2014-10-21T16:54:59+00:00"'
|
2358
|
+
- id: '295'
|
2359
|
+
date: Oct 22
|
2360
|
+
julian: '2456953'
|
2361
|
+
rise: '"2014-10-22T06:36:04+00:00"'
|
2362
|
+
eot: "+15:29.241"
|
2363
|
+
transit: '"2014-10-22T11:44:30+00:00"'
|
2364
|
+
declination: "-011:07:11.537"
|
2365
|
+
set: '"2014-10-22T16:52:56+00:00"'
|
2366
|
+
- id: '296'
|
2367
|
+
date: Oct 23
|
2368
|
+
julian: '2456954'
|
2369
|
+
rise: '"2014-10-23T06:37:48+00:00"'
|
2370
|
+
eot: "+15:37.852"
|
2371
|
+
transit: '"2014-10-23T11:44:22+00:00"'
|
2372
|
+
declination: "-011:28:16.246"
|
2373
|
+
set: '"2014-10-23T16:50:55+00:00"'
|
2374
|
+
- id: '297'
|
2375
|
+
date: Oct 24
|
2376
|
+
julian: '2456955'
|
2377
|
+
rise: '"2014-10-24T06:39:33+00:00"'
|
2378
|
+
eot: "+15:45.773"
|
2379
|
+
transit: '"2014-10-24T11:44:14+00:00"'
|
2380
|
+
declination: "-011:49:10.567"
|
2381
|
+
set: '"2014-10-24T16:48:55+00:00"'
|
2382
|
+
- id: '298'
|
2383
|
+
date: Oct 25
|
2384
|
+
julian: '2456956'
|
2385
|
+
rise: '"2014-10-25T06:41:17+00:00"'
|
2386
|
+
eot: "+15:52.989"
|
2387
|
+
transit: '"2014-10-25T11:44:07+00:00"'
|
2388
|
+
declination: "-012:09:54.107"
|
2389
|
+
set: '"2014-10-25T16:46:56+00:00"'
|
2390
|
+
- id: '299'
|
2391
|
+
date: Oct 26
|
2392
|
+
julian: '2456957'
|
2393
|
+
rise: '"2014-10-26T06:43:02+00:00"'
|
2394
|
+
eot: "+15:59.488"
|
2395
|
+
transit: '"2014-10-26T11:44:00+00:00"'
|
2396
|
+
declination: "-012:30:26.471"
|
2397
|
+
set: '"2014-10-26T16:44:58+00:00"'
|
2398
|
+
- id: '300'
|
2399
|
+
date: Oct 27
|
2400
|
+
julian: '2456958'
|
2401
|
+
rise: '"2014-10-27T06:44:47+00:00"'
|
2402
|
+
eot: "+16:05.256"
|
2403
|
+
transit: '"2014-10-27T11:43:54+00:00"'
|
2404
|
+
declination: "-012:50:47.262"
|
2405
|
+
set: '"2014-10-27T16:43:02+00:00"'
|
2406
|
+
- id: '301'
|
2407
|
+
date: Oct 28
|
2408
|
+
julian: '2456959'
|
2409
|
+
rise: '"2014-10-28T06:46:32+00:00"'
|
2410
|
+
eot: "+16:10.280"
|
2411
|
+
transit: '"2014-10-28T11:43:49+00:00"'
|
2412
|
+
declination: "-013:10:56.084"
|
2413
|
+
set: '"2014-10-28T16:41:07+00:00"'
|
2414
|
+
- id: '302'
|
2415
|
+
date: Oct 29
|
2416
|
+
julian: '2456960'
|
2417
|
+
rise: '"2014-10-29T06:48:17+00:00"'
|
2418
|
+
eot: "+16:14.548"
|
2419
|
+
transit: '"2014-10-29T11:43:45+00:00"'
|
2420
|
+
declination: "-013:30:52.536"
|
2421
|
+
set: '"2014-10-29T16:39:13+00:00"'
|
2422
|
+
- id: '303'
|
2423
|
+
date: Oct 30
|
2424
|
+
julian: '2456961'
|
2425
|
+
rise: '"2014-10-30T06:50:03+00:00"'
|
2426
|
+
eot: "+16:18.049"
|
2427
|
+
transit: '"2014-10-30T11:43:41+00:00"'
|
2428
|
+
declination: "-013:50:36.215"
|
2429
|
+
set: '"2014-10-30T16:37:20+00:00"'
|
2430
|
+
- id: '304'
|
2431
|
+
date: Oct 31
|
2432
|
+
julian: '2456962'
|
2433
|
+
rise: '"2014-10-31T06:51:48+00:00"'
|
2434
|
+
eot: "+16:20.773"
|
2435
|
+
transit: '"2014-10-31T11:43:39+00:00"'
|
2436
|
+
declination: "-014:10:06.713"
|
2437
|
+
set: '"2014-10-31T16:35:29+00:00"'
|
2438
|
+
- id: '305'
|
2439
|
+
date: Nov 01
|
2440
|
+
julian: '2456963'
|
2441
|
+
rise: '"2014-11-01T06:53:34+00:00"'
|
2442
|
+
eot: "+16:22.708"
|
2443
|
+
transit: '"2014-11-01T11:43:37+00:00"'
|
2444
|
+
declination: "-014:29:23.622"
|
2445
|
+
set: '"2014-11-01T16:33:40+00:00"'
|
2446
|
+
- id: '306'
|
2447
|
+
date: Nov 02
|
2448
|
+
julian: '2456964'
|
2449
|
+
rise: '"2014-11-02T06:55:20+00:00"'
|
2450
|
+
eot: "+16:23.846"
|
2451
|
+
transit: '"2014-11-02T11:43:36+00:00"'
|
2452
|
+
declination: "-014:48:26.529"
|
2453
|
+
set: '"2014-11-02T16:31:52+00:00"'
|
2454
|
+
- id: '307'
|
2455
|
+
date: Nov 03
|
2456
|
+
julian: '2456965'
|
2457
|
+
rise: '"2014-11-03T06:57:05+00:00"'
|
2458
|
+
eot: "+16:24.177"
|
2459
|
+
transit: '"2014-11-03T11:43:35+00:00"'
|
2460
|
+
declination: "-015:07:15.025"
|
2461
|
+
set: '"2014-11-03T16:30:05+00:00"'
|
2462
|
+
- id: '308'
|
2463
|
+
date: Nov 04
|
2464
|
+
julian: '2456966'
|
2465
|
+
rise: '"2014-11-04T06:58:51+00:00"'
|
2466
|
+
eot: "+16:23.694"
|
2467
|
+
transit: '"2014-11-04T11:43:36+00:00"'
|
2468
|
+
declination: "-015:25:48.700"
|
2469
|
+
set: '"2014-11-04T16:28:21+00:00"'
|
2470
|
+
- id: '309'
|
2471
|
+
date: Nov 05
|
2472
|
+
julian: '2456967'
|
2473
|
+
rise: '"2014-11-05T07:00:37+00:00"'
|
2474
|
+
eot: "+16:22.390"
|
2475
|
+
transit: '"2014-11-05T11:43:37+00:00"'
|
2476
|
+
declination: "-015:44:07.150"
|
2477
|
+
set: '"2014-11-05T16:26:38+00:00"'
|
2478
|
+
- id: '310'
|
2479
|
+
date: Nov 06
|
2480
|
+
julian: '2456968'
|
2481
|
+
rise: '"2014-11-06T07:02:22+00:00"'
|
2482
|
+
eot: "+16:20.258"
|
2483
|
+
transit: '"2014-11-06T11:43:39+00:00"'
|
2484
|
+
declination: "-016:02:09.974"
|
2485
|
+
set: '"2014-11-06T16:24:56+00:00"'
|
2486
|
+
- id: '311'
|
2487
|
+
date: Nov 07
|
2488
|
+
julian: '2456969'
|
2489
|
+
rise: '"2014-11-07T07:04:08+00:00"'
|
2490
|
+
eot: "+16:17.292"
|
2491
|
+
transit: '"2014-11-07T11:43:42+00:00"'
|
2492
|
+
declination: "-016:19:56.773"
|
2493
|
+
set: '"2014-11-07T16:23:17+00:00"'
|
2494
|
+
- id: '312'
|
2495
|
+
date: Nov 08
|
2496
|
+
julian: '2456970'
|
2497
|
+
rise: '"2014-11-08T07:05:53+00:00"'
|
2498
|
+
eot: "+16:13.490"
|
2499
|
+
transit: '"2014-11-08T11:43:46+00:00"'
|
2500
|
+
declination: "-016:37:27.148"
|
2501
|
+
set: '"2014-11-08T16:21:39+00:00"'
|
2502
|
+
- id: '313'
|
2503
|
+
date: Nov 09
|
2504
|
+
julian: '2456971'
|
2505
|
+
rise: '"2014-11-09T07:07:38+00:00"'
|
2506
|
+
eot: "+16:08.845"
|
2507
|
+
transit: '"2014-11-09T11:43:51+00:00"'
|
2508
|
+
declination: "-016:54:40.702"
|
2509
|
+
set: '"2014-11-09T16:20:03+00:00"'
|
2510
|
+
- id: '314'
|
2511
|
+
date: Nov 10
|
2512
|
+
julian: '2456972'
|
2513
|
+
rise: '"2014-11-10T07:09:23+00:00"'
|
2514
|
+
eot: "+16:03.357"
|
2515
|
+
transit: '"2014-11-10T11:43:56+00:00"'
|
2516
|
+
declination: "-017:11:37.035"
|
2517
|
+
set: '"2014-11-10T16:18:30+00:00"'
|
2518
|
+
- id: '315'
|
2519
|
+
date: Nov 11
|
2520
|
+
julian: '2456973'
|
2521
|
+
rise: '"2014-11-11T07:11:07+00:00"'
|
2522
|
+
eot: "+15:57.023"
|
2523
|
+
transit: '"2014-11-11T11:44:02+00:00"'
|
2524
|
+
declination: "-017:28:15.745"
|
2525
|
+
set: '"2014-11-11T16:16:58+00:00"'
|
2526
|
+
- id: '316'
|
2527
|
+
date: Nov 12
|
2528
|
+
julian: '2456974'
|
2529
|
+
rise: '"2014-11-12T07:12:51+00:00"'
|
2530
|
+
eot: "+15:49.842"
|
2531
|
+
transit: '"2014-11-12T11:44:10+00:00"'
|
2532
|
+
declination: "-017:44:36.433"
|
2533
|
+
set: '"2014-11-12T16:15:28+00:00"'
|
2534
|
+
- id: '317'
|
2535
|
+
date: Nov 13
|
2536
|
+
julian: '2456975'
|
2537
|
+
rise: '"2014-11-13T07:14:35+00:00"'
|
2538
|
+
eot: "+15:41.814"
|
2539
|
+
transit: '"2014-11-13T11:44:18+00:00"'
|
2540
|
+
declination: "-018:00:38.700"
|
2541
|
+
set: '"2014-11-13T16:14:00+00:00"'
|
2542
|
+
- id: '318'
|
2543
|
+
date: Nov 14
|
2544
|
+
julian: '2456976'
|
2545
|
+
rise: '"2014-11-14T07:16:18+00:00"'
|
2546
|
+
eot: "+15:32.940"
|
2547
|
+
transit: '"2014-11-14T11:44:27+00:00"'
|
2548
|
+
declination: "-018:16:22.147"
|
2549
|
+
set: '"2014-11-14T16:12:35+00:00"'
|
2550
|
+
- id: '319'
|
2551
|
+
date: Nov 15
|
2552
|
+
julian: '2456977'
|
2553
|
+
rise: '"2014-11-15T07:18:01+00:00"'
|
2554
|
+
eot: "+15:23.222"
|
2555
|
+
transit: '"2014-11-15T11:44:36+00:00"'
|
2556
|
+
declination: "-018:31:46.380"
|
2557
|
+
set: '"2014-11-15T16:11:12+00:00"'
|
2558
|
+
- id: '320'
|
2559
|
+
date: Nov 16
|
2560
|
+
julian: '2456978'
|
2561
|
+
rise: '"2014-11-16T07:19:43+00:00"'
|
2562
|
+
eot: "+15:12.663"
|
2563
|
+
transit: '"2014-11-16T11:44:47+00:00"'
|
2564
|
+
declination: "-018:46:51.007"
|
2565
|
+
set: '"2014-11-16T16:09:51+00:00"'
|
2566
|
+
- id: '321'
|
2567
|
+
date: Nov 17
|
2568
|
+
julian: '2456979'
|
2569
|
+
rise: '"2014-11-17T07:21:24+00:00"'
|
2570
|
+
eot: "+15:01.267"
|
2571
|
+
transit: '"2014-11-17T11:44:58+00:00"'
|
2572
|
+
declination: "-019:01:35.641"
|
2573
|
+
set: '"2014-11-17T16:08:32+00:00"'
|
2574
|
+
- id: '322'
|
2575
|
+
date: Nov 18
|
2576
|
+
julian: '2456980'
|
2577
|
+
rise: '"2014-11-18T07:23:05+00:00"'
|
2578
|
+
eot: "+14:49.039"
|
2579
|
+
transit: '"2014-11-18T11:45:10+00:00"'
|
2580
|
+
declination: "-019:15:59.899"
|
2581
|
+
set: '"2014-11-18T16:07:16+00:00"'
|
2582
|
+
- id: '323'
|
2583
|
+
date: Nov 19
|
2584
|
+
julian: '2456981'
|
2585
|
+
rise: '"2014-11-19T07:24:45+00:00"'
|
2586
|
+
eot: "+14:35.986"
|
2587
|
+
transit: '"2014-11-19T11:45:24+00:00"'
|
2588
|
+
declination: "-019:30:03.404"
|
2589
|
+
set: '"2014-11-19T16:06:02+00:00"'
|
2590
|
+
- id: '324'
|
2591
|
+
date: Nov 20
|
2592
|
+
julian: '2456982'
|
2593
|
+
rise: '"2014-11-20T07:26:24+00:00"'
|
2594
|
+
eot: "+14:22.115"
|
2595
|
+
transit: '"2014-11-20T11:45:37+00:00"'
|
2596
|
+
declination: "-019:43:45.786"
|
2597
|
+
set: '"2014-11-20T16:04:51+00:00"'
|
2598
|
+
- id: '325'
|
2599
|
+
date: Nov 21
|
2600
|
+
julian: '2456983'
|
2601
|
+
rise: '"2014-11-21T07:28:02+00:00"'
|
2602
|
+
eot: "+14:07.435"
|
2603
|
+
transit: '"2014-11-21T11:45:52+00:00"'
|
2604
|
+
declination: "-019:57:06.682"
|
2605
|
+
set: '"2014-11-21T16:03:42+00:00"'
|
2606
|
+
- id: '326'
|
2607
|
+
date: Nov 22
|
2608
|
+
julian: '2456984'
|
2609
|
+
rise: '"2014-11-22T07:29:39+00:00"'
|
2610
|
+
eot: "+13:51.955"
|
2611
|
+
transit: '"2014-11-22T11:46:08+00:00"'
|
2612
|
+
declination: "-020:10:05.736"
|
2613
|
+
set: '"2014-11-22T16:02:36+00:00"'
|
2614
|
+
- id: '327'
|
2615
|
+
date: Nov 23
|
2616
|
+
julian: '2456985'
|
2617
|
+
rise: '"2014-11-23T07:31:15+00:00"'
|
2618
|
+
eot: "+13:35.687"
|
2619
|
+
transit: '"2014-11-23T11:46:24+00:00"'
|
2620
|
+
declination: "-020:22:42.599"
|
2621
|
+
set: '"2014-11-23T16:01:33+00:00"'
|
2622
|
+
- id: '328'
|
2623
|
+
date: Nov 24
|
2624
|
+
julian: '2456986'
|
2625
|
+
rise: '"2014-11-24T07:32:50+00:00"'
|
2626
|
+
eot: "+13:18.642"
|
2627
|
+
transit: '"2014-11-24T11:46:41+00:00"'
|
2628
|
+
declination: "-020:34:56.928"
|
2629
|
+
set: '"2014-11-24T16:00:32+00:00"'
|
2630
|
+
- id: '329'
|
2631
|
+
date: Nov 25
|
2632
|
+
julian: '2456987'
|
2633
|
+
rise: '"2014-11-25T07:34:23+00:00"'
|
2634
|
+
eot: "+13:00.834"
|
2635
|
+
transit: '"2014-11-25T11:46:59+00:00"'
|
2636
|
+
declination: "-020:46:48.382"
|
2637
|
+
set: '"2014-11-25T15:59:34+00:00"'
|
2638
|
+
- id: '330'
|
2639
|
+
date: Nov 26
|
2640
|
+
julian: '2456988'
|
2641
|
+
rise: '"2014-11-26T07:35:55+00:00"'
|
2642
|
+
eot: "+12:42.276"
|
2643
|
+
transit: '"2014-11-26T11:47:17+00:00"'
|
2644
|
+
declination: "-020:58:16.626"
|
2645
|
+
set: '"2014-11-26T15:58:39+00:00"'
|
2646
|
+
- id: '331'
|
2647
|
+
date: Nov 27
|
2648
|
+
julian: '2456989'
|
2649
|
+
rise: '"2014-11-27T07:37:26+00:00"'
|
2650
|
+
eot: "+12:22.985"
|
2651
|
+
transit: '"2014-11-27T11:47:37+00:00"'
|
2652
|
+
declination: "-021:09:21.325"
|
2653
|
+
set: '"2014-11-27T15:57:47+00:00"'
|
2654
|
+
- id: '332'
|
2655
|
+
date: Nov 28
|
2656
|
+
julian: '2456990'
|
2657
|
+
rise: '"2014-11-28T07:38:55+00:00"'
|
2658
|
+
eot: "+12:02.976"
|
2659
|
+
transit: '"2014-11-28T11:47:57+00:00"'
|
2660
|
+
declination: "-021:20:02.150"
|
2661
|
+
set: '"2014-11-28T15:56:58+00:00"'
|
2662
|
+
- id: '333'
|
2663
|
+
date: Nov 29
|
2664
|
+
julian: '2456991'
|
2665
|
+
rise: '"2014-11-29T07:40:23+00:00"'
|
2666
|
+
eot: "+11:42.267"
|
2667
|
+
transit: '"2014-11-29T11:48:17+00:00"'
|
2668
|
+
declination: "-021:30:18.780"
|
2669
|
+
set: '"2014-11-29T15:56:12+00:00"'
|
2670
|
+
- id: '334'
|
2671
|
+
date: Nov 30
|
2672
|
+
julian: '2456992'
|
2673
|
+
rise: '"2014-11-30T07:41:49+00:00"'
|
2674
|
+
eot: "+11:20.876"
|
2675
|
+
transit: '"2014-11-30T11:48:39+00:00"'
|
2676
|
+
declination: "-021:40:10.904"
|
2677
|
+
set: '"2014-11-30T15:55:28+00:00"'
|
2678
|
+
- id: '335'
|
2679
|
+
date: Dec 01
|
2680
|
+
julian: '2456993'
|
2681
|
+
rise: '"2014-12-01T07:43:13+00:00"'
|
2682
|
+
eot: "+10:58.824"
|
2683
|
+
transit: '"2014-12-01T11:49:01+00:00"'
|
2684
|
+
declination: "-021:49:38.222"
|
2685
|
+
set: '"2014-12-01T15:54:48+00:00"'
|
2686
|
+
- id: '336'
|
2687
|
+
date: Dec 02
|
2688
|
+
julian: '2456994'
|
2689
|
+
rise: '"2014-12-02T07:44:36+00:00"'
|
2690
|
+
eot: "+10:36.131"
|
2691
|
+
transit: '"2014-12-02T11:49:23+00:00"'
|
2692
|
+
declination: "-021:58:40.450"
|
2693
|
+
set: '"2014-12-02T15:54:11+00:00"'
|
2694
|
+
- id: '337'
|
2695
|
+
date: Dec 03
|
2696
|
+
julian: '2456995'
|
2697
|
+
rise: '"2014-12-03T07:45:56+00:00"'
|
2698
|
+
eot: "+10:12.819"
|
2699
|
+
transit: '"2014-12-03T11:49:47+00:00"'
|
2700
|
+
declination: "-022:07:17.318"
|
2701
|
+
set: '"2014-12-03T15:53:37+00:00"'
|
2702
|
+
- id: '338'
|
2703
|
+
date: Dec 04
|
2704
|
+
julian: '2456996'
|
2705
|
+
rise: '"2014-12-04T07:47:15+00:00"'
|
2706
|
+
eot: "+09:48.912"
|
2707
|
+
transit: '"2014-12-04T11:50:11+00:00"'
|
2708
|
+
declination: "-022:15:28.567"
|
2709
|
+
set: '"2014-12-04T15:53:07+00:00"'
|
2710
|
+
- id: '339'
|
2711
|
+
date: Dec 05
|
2712
|
+
julian: '2456997'
|
2713
|
+
rise: '"2014-12-05T07:48:31+00:00"'
|
2714
|
+
eot: "+09:24.433"
|
2715
|
+
transit: '"2014-12-05T11:50:35+00:00"'
|
2716
|
+
declination: "-022:23:13.950"
|
2717
|
+
set: '"2014-12-05T15:52:39+00:00"'
|
2718
|
+
- id: '340'
|
2719
|
+
date: Dec 06
|
2720
|
+
julian: '2456998'
|
2721
|
+
rise: '"2014-12-06T07:49:45+00:00"'
|
2722
|
+
eot: "+08:59.407"
|
2723
|
+
transit: '"2014-12-06T11:51:00+00:00"'
|
2724
|
+
declination: "-022:30:33.233"
|
2725
|
+
set: '"2014-12-06T15:52:15+00:00"'
|
2726
|
+
- id: '341'
|
2727
|
+
date: Dec 07
|
2728
|
+
julian: '2456999'
|
2729
|
+
rise: '"2014-12-07T07:50:57+00:00"'
|
2730
|
+
eot: "+08:33.861"
|
2731
|
+
transit: '"2014-12-07T11:51:26+00:00"'
|
2732
|
+
declination: "-022:37:26.186"
|
2733
|
+
set: '"2014-12-07T15:51:54+00:00"'
|
2734
|
+
- id: '342'
|
2735
|
+
date: Dec 08
|
2736
|
+
julian: '2457000'
|
2737
|
+
rise: '"2014-12-08T07:52:07+00:00"'
|
2738
|
+
eot: "+08:07.820"
|
2739
|
+
transit: '"2014-12-08T11:51:52+00:00"'
|
2740
|
+
declination: "-022:43:52.590"
|
2741
|
+
set: '"2014-12-08T15:51:37+00:00"'
|
2742
|
+
- id: '343'
|
2743
|
+
date: Dec 09
|
2744
|
+
julian: '2457001'
|
2745
|
+
rise: '"2014-12-09T07:53:14+00:00"'
|
2746
|
+
eot: "+07:41.314"
|
2747
|
+
transit: '"2014-12-09T11:52:18+00:00"'
|
2748
|
+
declination: "-022:49:52.235"
|
2749
|
+
set: '"2014-12-09T15:51:23+00:00"'
|
2750
|
+
- id: '344'
|
2751
|
+
date: Dec 10
|
2752
|
+
julian: '2457002'
|
2753
|
+
rise: '"2014-12-10T07:54:19+00:00"'
|
2754
|
+
eot: "+07:14.369"
|
2755
|
+
transit: '"2014-12-10T11:52:45+00:00"'
|
2756
|
+
declination: "-022:55:24.923"
|
2757
|
+
set: '"2014-12-10T15:51:12+00:00"'
|
2758
|
+
- id: '345'
|
2759
|
+
date: Dec 11
|
2760
|
+
julian: '2457003'
|
2761
|
+
rise: '"2014-12-11T07:55:21+00:00"'
|
2762
|
+
eot: "+06:47.016"
|
2763
|
+
transit: '"2014-12-11T11:53:12+00:00"'
|
2764
|
+
declination: "-023:00:30.464"
|
2765
|
+
set: '"2014-12-11T15:51:04+00:00"'
|
2766
|
+
- id: '346'
|
2767
|
+
date: Dec 12
|
2768
|
+
julian: '2457004'
|
2769
|
+
rise: '"2014-12-12T07:56:20+00:00"'
|
2770
|
+
eot: "+06:19.284"
|
2771
|
+
transit: '"2014-12-12T11:53:40+00:00"'
|
2772
|
+
declination: "-023:05:08.685"
|
2773
|
+
set: '"2014-12-12T15:51:00+00:00"'
|
2774
|
+
- id: '347'
|
2775
|
+
date: Dec 13
|
2776
|
+
julian: '2457005'
|
2777
|
+
rise: '"2014-12-13T07:57:17+00:00"'
|
2778
|
+
eot: "+05:51.204"
|
2779
|
+
transit: '"2014-12-13T11:54:08+00:00"'
|
2780
|
+
declination: "-023:09:19.425"
|
2781
|
+
set: '"2014-12-13T15:51:00+00:00"'
|
2782
|
+
- id: '348'
|
2783
|
+
date: Dec 14
|
2784
|
+
julian: '2457006'
|
2785
|
+
rise: '"2014-12-14T07:58:11+00:00"'
|
2786
|
+
eot: "+05:22.807"
|
2787
|
+
transit: '"2014-12-14T11:54:37+00:00"'
|
2788
|
+
declination: "-023:13:02.538"
|
2789
|
+
set: '"2014-12-14T15:51:03+00:00"'
|
2790
|
+
- id: '349'
|
2791
|
+
date: Dec 15
|
2792
|
+
julian: '2457007'
|
2793
|
+
rise: '"2014-12-15T07:59:02+00:00"'
|
2794
|
+
eot: "+04:54.125"
|
2795
|
+
transit: '"2014-12-15T11:55:05+00:00"'
|
2796
|
+
declination: "-023:16:17.893"
|
2797
|
+
set: '"2014-12-15T15:51:09+00:00"'
|
2798
|
+
- id: '350'
|
2799
|
+
date: Dec 16
|
2800
|
+
julian: '2457008'
|
2801
|
+
rise: '"2014-12-16T07:59:50+00:00"'
|
2802
|
+
eot: "+04:25.191"
|
2803
|
+
transit: '"2014-12-16T11:55:34+00:00"'
|
2804
|
+
declination: "-023:19:05.376"
|
2805
|
+
set: '"2014-12-16T15:51:19+00:00"'
|
2806
|
+
- id: '351'
|
2807
|
+
date: Dec 17
|
2808
|
+
julian: '2457009'
|
2809
|
+
rise: '"2014-12-17T08:00:35+00:00"'
|
2810
|
+
eot: "+03:56.037"
|
2811
|
+
transit: '"2014-12-17T11:56:03+00:00"'
|
2812
|
+
declination: "-023:21:24.887"
|
2813
|
+
set: '"2014-12-17T15:51:32+00:00"'
|
2814
|
+
- id: '352'
|
2815
|
+
date: Dec 18
|
2816
|
+
julian: '2457010'
|
2817
|
+
rise: '"2014-12-18T08:01:18+00:00"'
|
2818
|
+
eot: "+03:26.697"
|
2819
|
+
transit: '"2014-12-18T11:56:33+00:00"'
|
2820
|
+
declination: "-023:23:16.346"
|
2821
|
+
set: '"2014-12-18T15:51:48+00:00"'
|
2822
|
+
- id: '353'
|
2823
|
+
date: Dec 19
|
2824
|
+
julian: '2457011'
|
2825
|
+
rise: '"2014-12-19T08:01:57+00:00"'
|
2826
|
+
eot: "+02:57.203"
|
2827
|
+
transit: '"2014-12-19T11:57:02+00:00"'
|
2828
|
+
declination: "-023:24:39.687"
|
2829
|
+
set: '"2014-12-19T15:52:08+00:00"'
|
2830
|
+
- id: '354'
|
2831
|
+
date: Dec 20
|
2832
|
+
julian: '2457012'
|
2833
|
+
rise: '"2014-12-20T08:02:33+00:00"'
|
2834
|
+
eot: "+02:27.591"
|
2835
|
+
transit: '"2014-12-20T11:57:32+00:00"'
|
2836
|
+
declination: "-023:25:34.863"
|
2837
|
+
set: '"2014-12-20T15:52:31+00:00"'
|
2838
|
+
- id: '355'
|
2839
|
+
date: Dec 21
|
2840
|
+
julian: '2457013'
|
2841
|
+
rise: '"2014-12-21T08:03:05+00:00"'
|
2842
|
+
eot: "+01:57.893"
|
2843
|
+
transit: '"2014-12-21T11:58:02+00:00"'
|
2844
|
+
declination: "-023:26:01.841"
|
2845
|
+
set: '"2014-12-21T15:52:58+00:00"'
|
2846
|
+
- id: '356'
|
2847
|
+
date: Dec 22
|
2848
|
+
julian: '2457014'
|
2849
|
+
rise: '"2014-12-22T08:03:35+00:00"'
|
2850
|
+
eot: "+01:28.144"
|
2851
|
+
transit: '"2014-12-22T11:58:31+00:00"'
|
2852
|
+
declination: "-023:26:00.601"
|
2853
|
+
set: '"2014-12-22T15:53:28+00:00"'
|
2854
|
+
- id: '357'
|
2855
|
+
date: Dec 23
|
2856
|
+
julian: '2457015'
|
2857
|
+
rise: '"2014-12-23T08:04:01+00:00"'
|
2858
|
+
eot: "+00:58.379"
|
2859
|
+
transit: '"2014-12-23T11:59:01+00:00"'
|
2860
|
+
declination: "-023:25:31.133"
|
2861
|
+
set: '"2014-12-23T15:54:01+00:00"'
|
2862
|
+
- id: '358'
|
2863
|
+
date: Dec 24
|
2864
|
+
julian: '2457016'
|
2865
|
+
rise: '"2014-12-24T08:04:24+00:00"'
|
2866
|
+
eot: "+00:28.631"
|
2867
|
+
transit: '"2014-12-24T11:59:31+00:00"'
|
2868
|
+
declination: "-023:24:33.438"
|
2869
|
+
set: '"2014-12-24T15:54:37+00:00"'
|
2870
|
+
- id: '359'
|
2871
|
+
date: Dec 25
|
2872
|
+
julian: '2457017'
|
2873
|
+
rise: '"2014-12-25T08:04:44+00:00"'
|
2874
|
+
eot: "-00:01.065"
|
2875
|
+
transit: '"2014-12-25T12:00:01+00:00"'
|
2876
|
+
declination: "-023:23:07.525"
|
2877
|
+
set: '"2014-12-25T15:55:17+00:00"'
|
2878
|
+
- id: '360'
|
2879
|
+
date: Dec 26
|
2880
|
+
julian: '2457018'
|
2881
|
+
rise: '"2014-12-26T08:05:01+00:00"'
|
2882
|
+
eot: "-00:30.676"
|
2883
|
+
transit: '"2014-12-26T12:00:30+00:00"'
|
2884
|
+
declination: "-023:21:13.418"
|
2885
|
+
set: '"2014-12-26T15:56:00+00:00"'
|
2886
|
+
- id: '361'
|
2887
|
+
date: Dec 27
|
2888
|
+
julian: '2457019'
|
2889
|
+
rise: '"2014-12-27T08:05:14+00:00"'
|
2890
|
+
eot: "-01:00.168"
|
2891
|
+
transit: '"2014-12-27T12:01:00+00:00"'
|
2892
|
+
declination: "-023:18:51.157"
|
2893
|
+
set: '"2014-12-27T15:56:46+00:00"'
|
2894
|
+
- id: '362'
|
2895
|
+
date: Dec 28
|
2896
|
+
julian: '2457020'
|
2897
|
+
rise: '"2014-12-28T08:05:24+00:00"'
|
2898
|
+
eot: "-01:29.506"
|
2899
|
+
transit: '"2014-12-28T12:01:29+00:00"'
|
2900
|
+
declination: "-023:16:00.802"
|
2901
|
+
set: '"2014-12-28T15:57:34+00:00"'
|
2902
|
+
- id: '363'
|
2903
|
+
date: Dec 29
|
2904
|
+
julian: '2457021'
|
2905
|
+
rise: '"2014-12-29T08:05:30+00:00"'
|
2906
|
+
eot: "-01:58.659"
|
2907
|
+
transit: '"2014-12-29T12:01:58+00:00"'
|
2908
|
+
declination: "-023:12:42.432"
|
2909
|
+
set: '"2014-12-29T15:58:26+00:00"'
|
2910
|
+
- id: '364'
|
2911
|
+
date: Dec 30
|
2912
|
+
julian: '2457022'
|
2913
|
+
rise: '"2014-12-30T08:05:33+00:00"'
|
2914
|
+
eot: "-02:27.592"
|
2915
|
+
transit: '"2014-12-30T12:02:27+00:00"'
|
2916
|
+
declination: "-023:08:56.148"
|
2917
|
+
set: '"2014-12-30T15:59:21+00:00"'
|
2918
|
+
- id: '365'
|
2919
|
+
date: Dec 31
|
2920
|
+
julian: '2457023'
|
2921
|
+
rise: '"2014-12-31T08:05:33+00:00"'
|
2922
|
+
eot: "-02:56.274"
|
2923
|
+
transit: '"2014-12-31T12:02:56+00:00"'
|
2924
|
+
declination: "-023:04:42.065"
|
2925
|
+
set: '"2014-12-31T16:00:19+00:00"'
|