equationoftime 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +8 -3
  3. data/Gemfile.lock +48 -0
  4. data/README.md +22 -19
  5. data/Rakefile +14 -7
  6. data/equationoftime.gemspec +9 -6
  7. data/ext/ceot/ceot.c +52 -0
  8. data/ext/ceot/eot.c +79 -0
  9. data/ext/ceot/eot.h +8 -0
  10. data/ext/ceot/extconf.rb +5 -0
  11. data/lib/eot.rb +2 -1
  12. data/lib/eot/angles.rb +44 -43
  13. data/lib/eot/init.rb +13 -6
  14. data/lib/eot/version.rb +1 -1
  15. data/wiki.md +6 -7
  16. metadata +26 -255
  17. data/.settings/org.eclipse.ltk.core.refactoring.prefs +0 -2
  18. data/Makefile +0 -238
  19. data/analemma_data.yml +0 -2925
  20. data/examples/Equation_of_Time.jpg +0 -0
  21. data/examples/analemma_data_generator.rb +0 -53
  22. data/examples/celes_parts/.RUBYARCHDIR.time +0 -0
  23. data/examples/celes_parts/.cproject +0 -56
  24. data/examples/celes_parts/.project +0 -78
  25. data/examples/celes_parts/a2af.c +0 -120
  26. data/examples/celes_parts/a2tf.c +0 -116
  27. data/examples/celes_parts/af2a.c +0 -107
  28. data/examples/celes_parts/anp.c +0 -82
  29. data/examples/celes_parts/anpm.c +0 -82
  30. data/examples/celes_parts/bi00.c +0 -116
  31. data/examples/celes_parts/bp00.c +0 -173
  32. data/examples/celes_parts/bp06.c +0 -136
  33. data/examples/celes_parts/bpn2xy.c +0 -100
  34. data/examples/celes_parts/c2i00a.c +0 -139
  35. data/examples/celes_parts/c2i00b.c +0 -139
  36. data/examples/celes_parts/c2i06a.c +0 -136
  37. data/examples/celes_parts/c2ibpn.c +0 -142
  38. data/examples/celes_parts/c2ixy.c +0 -131
  39. data/examples/celes_parts/c2ixys.c +0 -123
  40. data/examples/celes_parts/c2s.c +0 -96
  41. data/examples/celes_parts/c2t00a.c +0 -154
  42. data/examples/celes_parts/c2t00b.c +0 -150
  43. data/examples/celes_parts/c2t06a.c +0 -152
  44. data/examples/celes_parts/c2tcio.c +0 -122
  45. data/examples/celes_parts/c2teqx.c +0 -122
  46. data/examples/celes_parts/c2tpe.c +0 -167
  47. data/examples/celes_parts/c2txy.c +0 -159
  48. data/examples/celes_parts/cal2jd.c +0 -139
  49. data/examples/celes_parts/celes_core.c +0 -2522
  50. data/examples/celes_parts/cp.c +0 -80
  51. data/examples/celes_parts/cpv.c +0 -82
  52. data/examples/celes_parts/cr.c +0 -83
  53. data/examples/celes_parts/d2dtf.c +0 -206
  54. data/examples/celes_parts/d2tf.c +0 -160
  55. data/examples/celes_parts/dat.c +0 -289
  56. data/examples/celes_parts/depend +0 -25
  57. data/examples/celes_parts/dtdb.c +0 -1213
  58. data/examples/celes_parts/dtf2d.c +0 -196
  59. data/examples/celes_parts/ee00.c +0 -128
  60. data/examples/celes_parts/ee00a.c +0 -135
  61. data/examples/celes_parts/ee00b.c +0 -141
  62. data/examples/celes_parts/ee06a.c +0 -122
  63. data/examples/celes_parts/eect00.c +0 -282
  64. data/examples/celes_parts/eform.c +0 -147
  65. data/examples/celes_parts/eo06a.c +0 -131
  66. data/examples/celes_parts/eors.c +0 -108
  67. data/examples/celes_parts/epb.c +0 -96
  68. data/examples/celes_parts/epb2jd.c +0 -91
  69. data/examples/celes_parts/epj.c +0 -93
  70. data/examples/celes_parts/epj2jd.c +0 -91
  71. data/examples/celes_parts/epv00.c +0 -2589
  72. data/examples/celes_parts/eqeq94.c +0 -131
  73. data/examples/celes_parts/era00.c +0 -136
  74. data/examples/celes_parts/extconf.rb +0 -4
  75. data/examples/celes_parts/fad03.c +0 -103
  76. data/examples/celes_parts/fae03.c +0 -102
  77. data/examples/celes_parts/faf03.c +0 -106
  78. data/examples/celes_parts/faju03.c +0 -102
  79. data/examples/celes_parts/fal03.c +0 -103
  80. data/examples/celes_parts/falp03.c +0 -103
  81. data/examples/celes_parts/fama03.c +0 -102
  82. data/examples/celes_parts/fame03.c +0 -102
  83. data/examples/celes_parts/fane03.c +0 -99
  84. data/examples/celes_parts/faom03.c +0 -104
  85. data/examples/celes_parts/fapa03.c +0 -103
  86. data/examples/celes_parts/fasa03.c +0 -102
  87. data/examples/celes_parts/faur03.c +0 -99
  88. data/examples/celes_parts/fave03.c +0 -102
  89. data/examples/celes_parts/fk52h.c +0 -143
  90. data/examples/celes_parts/fk5hip.c +0 -126
  91. data/examples/celes_parts/fk5hz.c +0 -160
  92. data/examples/celes_parts/fw2m.c +0 -134
  93. data/examples/celes_parts/fw2xy.c +0 -120
  94. data/examples/celes_parts/gc2gd.c +0 -134
  95. data/examples/celes_parts/gc2gde.c +0 -200
  96. data/examples/celes_parts/gd2gc.c +0 -134
  97. data/examples/celes_parts/gd2gce.c +0 -138
  98. data/examples/celes_parts/gmst00.c +0 -145
  99. data/examples/celes_parts/gmst06.c +0 -136
  100. data/examples/celes_parts/gmst82.c +0 -151
  101. data/examples/celes_parts/gst00a.c +0 -138
  102. data/examples/celes_parts/gst00b.c +0 -146
  103. data/examples/celes_parts/gst06.c +0 -140
  104. data/examples/celes_parts/gst06a.c +0 -131
  105. data/examples/celes_parts/gst94.c +0 -131
  106. data/examples/celes_parts/h2fk5.c +0 -148
  107. data/examples/celes_parts/hfk5z.c +0 -175
  108. data/examples/celes_parts/ir.c +0 -83
  109. data/examples/celes_parts/jd2cal.c +0 -155
  110. data/examples/celes_parts/jdcalf.c +0 -161
  111. data/examples/celes_parts/num00a.c +0 -121
  112. data/examples/celes_parts/num00b.c +0 -121
  113. data/examples/celes_parts/num06a.c +0 -125
  114. data/examples/celes_parts/numat.c +0 -109
  115. data/examples/celes_parts/nut00a.c +0 -2047
  116. data/examples/celes_parts/nut00b.c +0 -372
  117. data/examples/celes_parts/nut06a.c +0 -153
  118. data/examples/celes_parts/nut80.c +0 -325
  119. data/examples/celes_parts/nutm80.c +0 -117
  120. data/examples/celes_parts/obl06.c +0 -118
  121. data/examples/celes_parts/obl80.c +0 -118
  122. data/examples/celes_parts/p06e.c +0 -321
  123. data/examples/celes_parts/p2pv.c +0 -83
  124. data/examples/celes_parts/p2s.c +0 -91
  125. data/examples/celes_parts/pap.c +0 -139
  126. data/examples/celes_parts/pas.c +0 -96
  127. data/examples/celes_parts/pb06.c +0 -144
  128. data/examples/celes_parts/pdp.c +0 -84
  129. data/examples/celes_parts/pfw06.c +0 -165
  130. data/examples/celes_parts/plan94.c +0 -514
  131. data/examples/celes_parts/pm.c +0 -83
  132. data/examples/celes_parts/pmat00.c +0 -118
  133. data/examples/celes_parts/pmat06.c +0 -122
  134. data/examples/celes_parts/pmat76.c +0 -141
  135. data/examples/celes_parts/pmp.c +0 -85
  136. data/examples/celes_parts/pn.c +0 -109
  137. data/examples/celes_parts/pn00.c +0 -177
  138. data/examples/celes_parts/pn00a.c +0 -162
  139. data/examples/celes_parts/pn00b.c +0 -162
  140. data/examples/celes_parts/pn06.c +0 -187
  141. data/examples/celes_parts/pn06a.c +0 -152
  142. data/examples/celes_parts/pnm00a.c +0 -121
  143. data/examples/celes_parts/pnm00b.c +0 -121
  144. data/examples/celes_parts/pnm06a.c +0 -124
  145. data/examples/celes_parts/pnm80.c +0 -126
  146. data/examples/celes_parts/pom00.c +0 -115
  147. data/examples/celes_parts/ppp.c +0 -85
  148. data/examples/celes_parts/ppsp.c +0 -94
  149. data/examples/celes_parts/pr00.c +0 -142
  150. data/examples/celes_parts/prec76.c +0 -148
  151. data/examples/celes_parts/pv2p.c +0 -81
  152. data/examples/celes_parts/pv2s.c +0 -144
  153. data/examples/celes_parts/pvdpv.c +0 -102
  154. data/examples/celes_parts/pvm.c +0 -86
  155. data/examples/celes_parts/pvmpv.c +0 -87
  156. data/examples/celes_parts/pvppv.c +0 -87
  157. data/examples/celes_parts/pvstar.c +0 -207
  158. data/examples/celes_parts/pvu.c +0 -93
  159. data/examples/celes_parts/pvup.c +0 -88
  160. data/examples/celes_parts/pvxpv.c +0 -107
  161. data/examples/celes_parts/pxp.c +0 -94
  162. data/examples/celes_parts/rm2v.c +0 -111
  163. data/examples/celes_parts/rv2m.c +0 -118
  164. data/examples/celes_parts/rx.c +0 -110
  165. data/examples/celes_parts/rxp.c +0 -99
  166. data/examples/celes_parts/rxpv.c +0 -86
  167. data/examples/celes_parts/rxr.c +0 -99
  168. data/examples/celes_parts/ry.c +0 -110
  169. data/examples/celes_parts/rz.c +0 -110
  170. data/examples/celes_parts/s00.c +0 -371
  171. data/examples/celes_parts/s00a.c +0 -143
  172. data/examples/celes_parts/s00b.c +0 -143
  173. data/examples/celes_parts/s06.c +0 -368
  174. data/examples/celes_parts/s06a.c +0 -145
  175. data/examples/celes_parts/s2c.c +0 -85
  176. data/examples/celes_parts/s2p.c +0 -88
  177. data/examples/celes_parts/s2pv.c +0 -103
  178. data/examples/celes_parts/s2xpv.c +0 -87
  179. data/examples/celes_parts/sepp.c +0 -105
  180. data/examples/celes_parts/seps.c +0 -93
  181. data/examples/celes_parts/sofa.h +0 -379
  182. data/examples/celes_parts/sofam.h +0 -155
  183. data/examples/celes_parts/sp00.c +0 -118
  184. data/examples/celes_parts/starpm.c +0 -205
  185. data/examples/celes_parts/starpv.c +0 -264
  186. data/examples/celes_parts/sxp.c +0 -84
  187. data/examples/celes_parts/sxpv.c +0 -85
  188. data/examples/celes_parts/taitt.c +0 -110
  189. data/examples/celes_parts/taiut1.c +0 -112
  190. data/examples/celes_parts/taiutc.c +0 -182
  191. data/examples/celes_parts/tcbtdb.c +0 -132
  192. data/examples/celes_parts/tcgtt.c +0 -109
  193. data/examples/celes_parts/tdbtcb.c +0 -137
  194. data/examples/celes_parts/tdbtt.c +0 -122
  195. data/examples/celes_parts/test_celes.rb +0 -48
  196. data/examples/celes_parts/tf2a.c +0 -107
  197. data/examples/celes_parts/tf2d.c +0 -107
  198. data/examples/celes_parts/tr.c +0 -93
  199. data/examples/celes_parts/trxp.c +0 -93
  200. data/examples/celes_parts/trxpv.c +0 -93
  201. data/examples/celes_parts/tttai.c +0 -110
  202. data/examples/celes_parts/tttcg.c +0 -112
  203. data/examples/celes_parts/tttdb.c +0 -121
  204. data/examples/celes_parts/ttut1.c +0 -110
  205. data/examples/celes_parts/ut1tai.c +0 -111
  206. data/examples/celes_parts/ut1tt.c +0 -110
  207. data/examples/celes_parts/ut1utc.c +0 -193
  208. data/examples/celes_parts/utctai.c +0 -163
  209. data/examples/celes_parts/utcut1.c +0 -151
  210. data/examples/celes_parts/xy06.c +0 -2758
  211. data/examples/celes_parts/xys00a.c +0 -133
  212. data/examples/celes_parts/xys00b.c +0 -133
  213. data/examples/celes_parts/xys06a.c +0 -133
  214. data/examples/celes_parts/zp.c +0 -77
  215. data/examples/celes_parts/zpv.c +0 -79
  216. data/examples/celes_parts/zr.c +0 -83
  217. data/examples/check_date_type.rb +0 -55
  218. data/examples/compare_geoc_long_ra.rb +0 -39
  219. data/examples/data_table_for_astro_dog.rb +0 -40
  220. data/examples/earth_rotation.rb +0 -38
  221. data/examples/eot.c +0 -15
  222. data/examples/eot.h +0 -2
  223. data/examples/eot_methods_list.rb +0 -43
  224. data/examples/eot_plot.r +0 -57
  225. data/examples/eot_suntimes.rb +0 -144
  226. data/examples/equation_of_time.py +0 -186
  227. data/examples/extconf.rb +0 -2
  228. data/examples/figure_1.jpg +0 -0
  229. data/examples/file_converter.rb +0 -31
  230. data/examples/from_readme.rb +0 -10
  231. data/examples/geo_locator.rb +0 -12
  232. data/examples/getjd.rb +0 -45
  233. data/examples/gmst_gast_non_sofa.rb +0 -404
  234. data/examples/input_suntimes.rb +0 -21
  235. data/examples/julian_day_formula.rb +0 -29
  236. data/examples/julian_day_formula.txt +0 -12
  237. data/examples/my_time_conversion.rb +0 -21
  238. data/examples/nutation_series.txt +0 -678
  239. data/examples/nutation_series.yaml +0 -14239
  240. data/examples/nutation_table5_3a.txt +0 -682
  241. data/examples/nutation_table5_3a.yaml +0 -9532
  242. data/examples/ptime.rb +0 -162
  243. data/examples/rbeot.c +0 -24
  244. data/examples/suntimes.rb +0 -28
  245. data/examples/suntimes_test.rb +0 -47
  246. data/examples/test_eot.rb +0 -17
  247. data/examples/test_poly_eval.rb +0 -27
  248. data/examples/time_scales.rb +0 -26
  249. data/examples/times_year.rb +0 -50
  250. data/examples/usage_example.rb +0 -23
  251. data/examples/use_angles.rb +0 -219
  252. data/rise_set_data.yml +0 -1461
  253. data/tests/minitest/aliased_angles_spec.rb +0 -241
  254. data/tests/minitest/aliased_displays_spec.rb +0 -108
  255. data/tests/minitest/aliased_utilities_spec.rb +0 -38
  256. data/tests/minitest/angles_spec.rb +0 -266
  257. data/tests/minitest/constants_spec.rb +0 -21
  258. data/tests/minitest/delta_epsilon_spec.rb +0 -32
  259. data/tests/minitest/displays_spec.rb +0 -113
  260. data/tests/minitest/geo_spec.rb +0 -40
  261. data/tests/minitest/init_spec.rb +0 -46
  262. data/tests/minitest/nutation_spec.rb +0 -39
  263. data/tests/minitest/times_spec.rb +0 -139
  264. data/tests/minitest/utilities_spec.rb +0 -37
  265. data/tests/spec_config.rb +0 -3
data/rise_set_data.yml DELETED
@@ -1,1461 +0,0 @@
1
- ---
2
- - id: 1
3
- rise: '"2014-01-01 07:22:53 -0600"'
4
- noon: '"2014-01-01 11:58:30 -0600"'
5
- sset: '"2014-01-01 16:34:08 -0600"'
6
- - id: 2
7
- rise: '"2014-01-02 07:22:57 -0600"'
8
- noon: '"2014-01-02 11:58:58 -0600"'
9
- sset: '"2014-01-02 16:35:00 -0600"'
10
- - id: 3
11
- rise: '"2014-01-03 07:22:59 -0600"'
12
- noon: '"2014-01-03 11:59:26 -0600"'
13
- sset: '"2014-01-03 16:35:53 -0600"'
14
- - id: 4
15
- rise: '"2014-01-04 07:22:59 -0600"'
16
- noon: '"2014-01-04 11:59:53 -0600"'
17
- sset: '"2014-01-04 16:36:48 -0600"'
18
- - id: 5
19
- rise: '"2014-01-05 07:22:56 -0600"'
20
- noon: '"2014-01-05 12:00:20 -0600"'
21
- sset: '"2014-01-05 16:37:44 -0600"'
22
- - id: 6
23
- rise: '"2014-01-06 07:22:51 -0600"'
24
- noon: '"2014-01-06 12:00:46 -0600"'
25
- sset: '"2014-01-06 16:38:42 -0600"'
26
- - id: 7
27
- rise: '"2014-01-07 07:22:43 -0600"'
28
- noon: '"2014-01-07 12:01:12 -0600"'
29
- sset: '"2014-01-07 16:39:42 -0600"'
30
- - id: 8
31
- rise: '"2014-01-08 07:22:33 -0600"'
32
- noon: '"2014-01-08 12:01:38 -0600"'
33
- sset: '"2014-01-08 16:40:43 -0600"'
34
- - id: 9
35
- rise: '"2014-01-09 07:22:21 -0600"'
36
- noon: '"2014-01-09 12:02:03 -0600"'
37
- sset: '"2014-01-09 16:41:45 -0600"'
38
- - id: 10
39
- rise: '"2014-01-10 07:22:06 -0600"'
40
- noon: '"2014-01-10 12:02:27 -0600"'
41
- sset: '"2014-01-10 16:42:48 -0600"'
42
- - id: 11
43
- rise: '"2014-01-11 07:21:50 -0600"'
44
- noon: '"2014-01-11 12:02:51 -0600"'
45
- sset: '"2014-01-11 16:43:52 -0600"'
46
- - id: 12
47
- rise: '"2014-01-12 07:21:30 -0600"'
48
- noon: '"2014-01-12 12:03:14 -0600"'
49
- sset: '"2014-01-12 16:44:58 -0600"'
50
- - id: 13
51
- rise: '"2014-01-13 07:21:09 -0600"'
52
- noon: '"2014-01-13 12:03:37 -0600"'
53
- sset: '"2014-01-13 16:46:05 -0600"'
54
- - id: 14
55
- rise: '"2014-01-14 07:20:45 -0600"'
56
- noon: '"2014-01-14 12:03:59 -0600"'
57
- sset: '"2014-01-14 16:47:13 -0600"'
58
- - id: 15
59
- rise: '"2014-01-15 07:20:19 -0600"'
60
- noon: '"2014-01-15 12:04:20 -0600"'
61
- sset: '"2014-01-15 16:48:21 -0600"'
62
- - id: 16
63
- rise: '"2014-01-16 07:19:51 -0600"'
64
- noon: '"2014-01-16 12:04:41 -0600"'
65
- sset: '"2014-01-16 16:49:31 -0600"'
66
- - id: 17
67
- rise: '"2014-01-17 07:19:20 -0600"'
68
- noon: '"2014-01-17 12:05:01 -0600"'
69
- sset: '"2014-01-17 16:50:41 -0600"'
70
- - id: 18
71
- rise: '"2014-01-18 07:18:48 -0600"'
72
- noon: '"2014-01-18 12:05:20 -0600"'
73
- sset: '"2014-01-18 16:51:52 -0600"'
74
- - id: 19
75
- rise: '"2014-01-19 07:18:13 -0600"'
76
- noon: '"2014-01-19 12:05:39 -0600"'
77
- sset: '"2014-01-19 16:53:04 -0600"'
78
- - id: 20
79
- rise: '"2014-01-20 07:17:36 -0600"'
80
- noon: '"2014-01-20 12:05:56 -0600"'
81
- sset: '"2014-01-20 16:54:17 -0600"'
82
- - id: 21
83
- rise: '"2014-01-21 07:16:57 -0600"'
84
- noon: '"2014-01-21 12:06:13 -0600"'
85
- sset: '"2014-01-21 16:55:30 -0600"'
86
- - id: 22
87
- rise: '"2014-01-22 07:16:15 -0600"'
88
- noon: '"2014-01-22 12:06:30 -0600"'
89
- sset: '"2014-01-22 16:56:44 -0600"'
90
- - id: 23
91
- rise: '"2014-01-23 07:15:32 -0600"'
92
- noon: '"2014-01-23 12:06:45 -0600"'
93
- sset: '"2014-01-23 16:57:59 -0600"'
94
- - id: 24
95
- rise: '"2014-01-24 07:14:47 -0600"'
96
- noon: '"2014-01-24 12:07:00 -0600"'
97
- sset: '"2014-01-24 16:59:13 -0600"'
98
- - id: 25
99
- rise: '"2014-01-25 07:13:59 -0600"'
100
- noon: '"2014-01-25 12:07:14 -0600"'
101
- sset: '"2014-01-25 17:00:29 -0600"'
102
- - id: 26
103
- rise: '"2014-01-26 07:13:10 -0600"'
104
- noon: '"2014-01-26 12:07:27 -0600"'
105
- sset: '"2014-01-26 17:01:44 -0600"'
106
- - id: 27
107
- rise: '"2014-01-27 07:12:19 -0600"'
108
- noon: '"2014-01-27 12:07:40 -0600"'
109
- sset: '"2014-01-27 17:03:00 -0600"'
110
- - id: 28
111
- rise: '"2014-01-28 07:11:26 -0600"'
112
- noon: '"2014-01-28 12:07:51 -0600"'
113
- sset: '"2014-01-28 17:04:17 -0600"'
114
- - id: 29
115
- rise: '"2014-01-29 07:10:31 -0600"'
116
- noon: '"2014-01-29 12:08:02 -0600"'
117
- sset: '"2014-01-29 17:05:33 -0600"'
118
- - id: 30
119
- rise: '"2014-01-30 07:09:34 -0600"'
120
- noon: '"2014-01-30 12:08:12 -0600"'
121
- sset: '"2014-01-30 17:06:50 -0600"'
122
- - id: 31
123
- rise: '"2014-01-31 07:08:35 -0600"'
124
- noon: '"2014-01-31 12:08:21 -0600"'
125
- sset: '"2014-01-31 17:08:07 -0600"'
126
- - id: 32
127
- rise: '"2014-02-01 07:07:35 -0600"'
128
- noon: '"2014-02-01 12:08:29 -0600"'
129
- sset: '"2014-02-01 17:09:24 -0600"'
130
- - id: 33
131
- rise: '"2014-02-02 07:06:32 -0600"'
132
- noon: '"2014-02-02 12:08:37 -0600"'
133
- sset: '"2014-02-02 17:10:41 -0600"'
134
- - id: 34
135
- rise: '"2014-02-03 07:05:29 -0600"'
136
- noon: '"2014-02-03 12:08:44 -0600"'
137
- sset: '"2014-02-03 17:11:59 -0600"'
138
- - id: 35
139
- rise: '"2014-02-04 07:04:23 -0600"'
140
- noon: '"2014-02-04 12:08:49 -0600"'
141
- sset: '"2014-02-04 17:13:16 -0600"'
142
- - id: 36
143
- rise: '"2014-02-05 07:03:16 -0600"'
144
- noon: '"2014-02-05 12:08:54 -0600"'
145
- sset: '"2014-02-05 17:14:33 -0600"'
146
- - id: 37
147
- rise: '"2014-02-06 07:02:07 -0600"'
148
- noon: '"2014-02-06 12:08:59 -0600"'
149
- sset: '"2014-02-06 17:15:50 -0600"'
150
- - id: 38
151
- rise: '"2014-02-07 07:00:57 -0600"'
152
- noon: '"2014-02-07 12:09:02 -0600"'
153
- sset: '"2014-02-07 17:17:08 -0600"'
154
- - id: 39
155
- rise: '"2014-02-08 06:59:45 -0600"'
156
- noon: '"2014-02-08 12:09:05 -0600"'
157
- sset: '"2014-02-08 17:18:25 -0600"'
158
- - id: 40
159
- rise: '"2014-02-09 06:58:32 -0600"'
160
- noon: '"2014-02-09 12:09:07 -0600"'
161
- sset: '"2014-02-09 17:19:42 -0600"'
162
- - id: 41
163
- rise: '"2014-02-10 06:57:17 -0600"'
164
- noon: '"2014-02-10 12:09:08 -0600"'
165
- sset: '"2014-02-10 17:20:59 -0600"'
166
- - id: 42
167
- rise: '"2014-02-11 06:56:01 -0600"'
168
- noon: '"2014-02-11 12:09:08 -0600"'
169
- sset: '"2014-02-11 17:22:15 -0600"'
170
- - id: 43
171
- rise: '"2014-02-12 06:54:44 -0600"'
172
- noon: '"2014-02-12 12:09:08 -0600"'
173
- sset: '"2014-02-12 17:23:32 -0600"'
174
- - id: 44
175
- rise: '"2014-02-13 06:53:25 -0600"'
176
- noon: '"2014-02-13 12:09:07 -0600"'
177
- sset: '"2014-02-13 17:24:48 -0600"'
178
- - id: 45
179
- rise: '"2014-02-14 06:52:05 -0600"'
180
- noon: '"2014-02-14 12:09:05 -0600"'
181
- sset: '"2014-02-14 17:26:04 -0600"'
182
- - id: 46
183
- rise: '"2014-02-15 06:50:44 -0600"'
184
- noon: '"2014-02-15 12:09:02 -0600"'
185
- sset: '"2014-02-15 17:27:20 -0600"'
186
- - id: 47
187
- rise: '"2014-02-16 06:49:21 -0600"'
188
- noon: '"2014-02-16 12:08:59 -0600"'
189
- sset: '"2014-02-16 17:28:36 -0600"'
190
- - id: 48
191
- rise: '"2014-02-17 06:47:58 -0600"'
192
- noon: '"2014-02-17 12:08:55 -0600"'
193
- sset: '"2014-02-17 17:29:52 -0600"'
194
- - id: 49
195
- rise: '"2014-02-18 06:46:33 -0600"'
196
- noon: '"2014-02-18 12:08:50 -0600"'
197
- sset: '"2014-02-18 17:31:07 -0600"'
198
- - id: 50
199
- rise: '"2014-02-19 06:45:07 -0600"'
200
- noon: '"2014-02-19 12:08:44 -0600"'
201
- sset: '"2014-02-19 17:32:22 -0600"'
202
- - id: 51
203
- rise: '"2014-02-20 06:43:40 -0600"'
204
- noon: '"2014-02-20 12:08:38 -0600"'
205
- sset: '"2014-02-20 17:33:37 -0600"'
206
- - id: 52
207
- rise: '"2014-02-21 06:42:12 -0600"'
208
- noon: '"2014-02-21 12:08:32 -0600"'
209
- sset: '"2014-02-21 17:34:51 -0600"'
210
- - id: 53
211
- rise: '"2014-02-22 06:40:43 -0600"'
212
- noon: '"2014-02-22 12:08:24 -0600"'
213
- sset: '"2014-02-22 17:36:05 -0600"'
214
- - id: 54
215
- rise: '"2014-02-23 06:39:13 -0600"'
216
- noon: '"2014-02-23 12:08:16 -0600"'
217
- sset: '"2014-02-23 17:37:19 -0600"'
218
- - id: 55
219
- rise: '"2014-02-24 06:37:42 -0600"'
220
- noon: '"2014-02-24 12:08:08 -0600"'
221
- sset: '"2014-02-24 17:38:33 -0600"'
222
- - id: 56
223
- rise: '"2014-02-25 06:36:10 -0600"'
224
- noon: '"2014-02-25 12:07:58 -0600"'
225
- sset: '"2014-02-25 17:39:46 -0600"'
226
- - id: 57
227
- rise: '"2014-02-26 06:34:38 -0600"'
228
- noon: '"2014-02-26 12:07:49 -0600"'
229
- sset: '"2014-02-26 17:40:59 -0600"'
230
- - id: 58
231
- rise: '"2014-02-27 06:33:05 -0600"'
232
- noon: '"2014-02-27 12:07:38 -0600"'
233
- sset: '"2014-02-27 17:42:12 -0600"'
234
- - id: 59
235
- rise: '"2014-02-28 06:31:30 -0600"'
236
- noon: '"2014-02-28 12:07:27 -0600"'
237
- sset: '"2014-02-28 17:43:24 -0600"'
238
- - id: 60
239
- rise: '"2014-03-01 06:29:55 -0600"'
240
- noon: '"2014-03-01 12:07:16 -0600"'
241
- sset: '"2014-03-01 17:44:36 -0600"'
242
- - id: 61
243
- rise: '"2014-03-02 06:28:20 -0600"'
244
- noon: '"2014-03-02 12:07:04 -0600"'
245
- sset: '"2014-03-02 17:45:48 -0600"'
246
- - id: 62
247
- rise: '"2014-03-03 06:26:43 -0600"'
248
- noon: '"2014-03-03 12:06:52 -0600"'
249
- sset: '"2014-03-03 17:47:00 -0600"'
250
- - id: 63
251
- rise: '"2014-03-04 06:25:07 -0600"'
252
- noon: '"2014-03-04 12:06:39 -0600"'
253
- sset: '"2014-03-04 17:48:11 -0600"'
254
- - id: 64
255
- rise: '"2014-03-05 06:23:29 -0600"'
256
- noon: '"2014-03-05 12:06:25 -0600"'
257
- sset: '"2014-03-05 17:49:22 -0600"'
258
- - id: 65
259
- rise: '"2014-03-06 06:21:51 -0600"'
260
- noon: '"2014-03-06 12:06:12 -0600"'
261
- sset: '"2014-03-06 17:50:33 -0600"'
262
- - id: 66
263
- rise: '"2014-03-07 06:20:12 -0600"'
264
- noon: '"2014-03-07 12:05:58 -0600"'
265
- sset: '"2014-03-07 17:51:43 -0600"'
266
- - id: 67
267
- rise: '"2014-03-08 06:18:33 -0600"'
268
- noon: '"2014-03-08 12:05:43 -0600"'
269
- sset: '"2014-03-08 17:52:53 -0600"'
270
- - id: 68
271
- rise: '"2014-03-09 07:16:53 -0500"'
272
- noon: '"2014-03-09 13:05:28 -0500"'
273
- sset: '"2014-03-09 18:54:03 -0500"'
274
- - id: 69
275
- rise: '"2014-03-10 07:15:13 -0500"'
276
- noon: '"2014-03-10 13:05:13 -0500"'
277
- sset: '"2014-03-10 18:55:13 -0500"'
278
- - id: 70
279
- rise: '"2014-03-11 07:13:32 -0500"'
280
- noon: '"2014-03-11 13:04:57 -0500"'
281
- sset: '"2014-03-11 18:56:22 -0500"'
282
- - id: 71
283
- rise: '"2014-03-12 07:11:52 -0500"'
284
- noon: '"2014-03-12 13:04:41 -0500"'
285
- sset: '"2014-03-12 18:57:31 -0500"'
286
- - id: 72
287
- rise: '"2014-03-13 07:10:10 -0500"'
288
- noon: '"2014-03-13 13:04:25 -0500"'
289
- sset: '"2014-03-13 18:58:40 -0500"'
290
- - id: 73
291
- rise: '"2014-03-14 07:08:29 -0500"'
292
- noon: '"2014-03-14 13:04:09 -0500"'
293
- sset: '"2014-03-14 18:59:49 -0500"'
294
- - id: 74
295
- rise: '"2014-03-15 07:06:47 -0500"'
296
- noon: '"2014-03-15 13:03:52 -0500"'
297
- sset: '"2014-03-15 19:00:58 -0500"'
298
- - id: 75
299
- rise: '"2014-03-16 07:05:05 -0500"'
300
- noon: '"2014-03-16 13:03:35 -0500"'
301
- sset: '"2014-03-16 19:02:06 -0500"'
302
- - id: 76
303
- rise: '"2014-03-17 07:03:22 -0500"'
304
- noon: '"2014-03-17 13:03:18 -0500"'
305
- sset: '"2014-03-17 19:03:14 -0500"'
306
- - id: 77
307
- rise: '"2014-03-18 07:01:40 -0500"'
308
- noon: '"2014-03-18 13:03:01 -0500"'
309
- sset: '"2014-03-18 19:04:22 -0500"'
310
- - id: 78
311
- rise: '"2014-03-19 06:59:57 -0500"'
312
- noon: '"2014-03-19 13:02:43 -0500"'
313
- sset: '"2014-03-19 19:05:30 -0500"'
314
- - id: 79
315
- rise: '"2014-03-20 06:58:14 -0500"'
316
- noon: '"2014-03-20 13:02:26 -0500"'
317
- sset: '"2014-03-20 19:06:38 -0500"'
318
- - id: 80
319
- rise: '"2014-03-20 07:00:27 -0500"'
320
- noon: '"2014-03-20 13:06:04 -0500"'
321
- sset: '"2014-03-20 19:11:41 -0500"'
322
- - id: 81
323
- rise: '"2014-03-21 06:58:44 -0500"'
324
- noon: '"2014-03-21 13:05:46 -0500"'
325
- sset: '"2014-03-21 19:12:48 -0500"'
326
- - id: 82
327
- rise: '"2014-03-23 06:53:05 -0500"'
328
- noon: '"2014-03-23 13:01:32 -0500"'
329
- sset: '"2014-03-23 19:10:00 -0500"'
330
- - id: 83
331
- rise: '"2014-03-24 06:51:22 -0500"'
332
- noon: '"2014-03-24 13:01:14 -0500"'
333
- sset: '"2014-03-24 19:11:07 -0500"'
334
- - id: 84
335
- rise: '"2014-03-25 06:49:39 -0500"'
336
- noon: '"2014-03-25 13:00:56 -0500"'
337
- sset: '"2014-03-25 19:12:14 -0500"'
338
- - id: 85
339
- rise: '"2014-03-26 06:47:55 -0500"'
340
- noon: '"2014-03-26 13:00:38 -0500"'
341
- sset: '"2014-03-26 19:13:21 -0500"'
342
- - id: 86
343
- rise: '"2014-03-27 06:46:12 -0500"'
344
- noon: '"2014-03-27 13:00:20 -0500"'
345
- sset: '"2014-03-27 19:14:27 -0500"'
346
- - id: 87
347
- rise: '"2014-03-28 06:44:30 -0500"'
348
- noon: '"2014-03-28 13:00:02 -0500"'
349
- sset: '"2014-03-28 19:15:34 -0500"'
350
- - id: 88
351
- rise: '"2014-03-29 06:42:47 -0500"'
352
- noon: '"2014-03-29 12:59:44 -0500"'
353
- sset: '"2014-03-29 19:16:41 -0500"'
354
- - id: 89
355
- rise: '"2014-03-30 06:41:04 -0500"'
356
- noon: '"2014-03-30 12:59:26 -0500"'
357
- sset: '"2014-03-30 19:17:47 -0500"'
358
- - id: 90
359
- rise: '"2014-03-31 06:39:22 -0500"'
360
- noon: '"2014-03-31 12:59:08 -0500"'
361
- sset: '"2014-03-31 19:18:54 -0500"'
362
- - id: 91
363
- rise: '"2014-04-01 06:37:40 -0500"'
364
- noon: '"2014-04-01 12:58:50 -0500"'
365
- sset: '"2014-04-01 19:20:00 -0500"'
366
- - id: 92
367
- rise: '"2014-04-02 06:35:58 -0500"'
368
- noon: '"2014-04-02 12:58:32 -0500"'
369
- sset: '"2014-04-02 19:21:07 -0500"'
370
- - id: 93
371
- rise: '"2014-04-03 06:34:16 -0500"'
372
- noon: '"2014-04-03 12:58:15 -0500"'
373
- sset: '"2014-04-03 19:22:13 -0500"'
374
- - id: 94
375
- rise: '"2014-04-04 06:32:35 -0500"'
376
- noon: '"2014-04-04 12:57:57 -0500"'
377
- sset: '"2014-04-04 19:23:20 -0500"'
378
- - id: 95
379
- rise: '"2014-04-05 06:30:54 -0500"'
380
- noon: '"2014-04-05 12:57:40 -0500"'
381
- sset: '"2014-04-05 19:24:26 -0500"'
382
- - id: 96
383
- rise: '"2014-04-06 06:29:14 -0500"'
384
- noon: '"2014-04-06 12:57:23 -0500"'
385
- sset: '"2014-04-06 19:25:32 -0500"'
386
- - id: 97
387
- rise: '"2014-04-07 06:27:34 -0500"'
388
- noon: '"2014-04-07 12:57:06 -0500"'
389
- sset: '"2014-04-07 19:26:39 -0500"'
390
- - id: 98
391
- rise: '"2014-04-08 06:25:54 -0500"'
392
- noon: '"2014-04-08 12:56:50 -0500"'
393
- sset: '"2014-04-08 19:27:45 -0500"'
394
- - id: 99
395
- rise: '"2014-04-09 06:24:15 -0500"'
396
- noon: '"2014-04-09 12:56:33 -0500"'
397
- sset: '"2014-04-09 19:28:51 -0500"'
398
- - id: 100
399
- rise: '"2014-04-10 06:22:36 -0500"'
400
- noon: '"2014-04-10 12:56:17 -0500"'
401
- sset: '"2014-04-10 19:29:58 -0500"'
402
- - id: 101
403
- rise: '"2014-04-11 06:20:58 -0500"'
404
- noon: '"2014-04-11 12:56:01 -0500"'
405
- sset: '"2014-04-11 19:31:04 -0500"'
406
- - id: 102
407
- rise: '"2014-04-12 06:19:21 -0500"'
408
- noon: '"2014-04-12 12:55:46 -0500"'
409
- sset: '"2014-04-12 19:32:10 -0500"'
410
- - id: 103
411
- rise: '"2014-04-13 06:17:44 -0500"'
412
- noon: '"2014-04-13 12:55:30 -0500"'
413
- sset: '"2014-04-13 19:33:17 -0500"'
414
- - id: 104
415
- rise: '"2014-04-14 06:16:07 -0500"'
416
- noon: '"2014-04-14 12:55:15 -0500"'
417
- sset: '"2014-04-14 19:34:23 -0500"'
418
- - id: 105
419
- rise: '"2014-04-15 06:14:32 -0500"'
420
- noon: '"2014-04-15 12:55:01 -0500"'
421
- sset: '"2014-04-15 19:35:30 -0500"'
422
- - id: 106
423
- rise: '"2014-04-16 06:12:57 -0500"'
424
- noon: '"2014-04-16 12:54:46 -0500"'
425
- sset: '"2014-04-16 19:36:36 -0500"'
426
- - id: 107
427
- rise: '"2014-04-17 06:11:23 -0500"'
428
- noon: '"2014-04-17 12:54:33 -0500"'
429
- sset: '"2014-04-17 19:37:42 -0500"'
430
- - id: 108
431
- rise: '"2014-04-18 06:09:49 -0500"'
432
- noon: '"2014-04-18 12:54:19 -0500"'
433
- sset: '"2014-04-18 19:38:49 -0500"'
434
- - id: 109
435
- rise: '"2014-04-19 06:08:17 -0500"'
436
- noon: '"2014-04-19 12:54:06 -0500"'
437
- sset: '"2014-04-19 19:39:55 -0500"'
438
- - id: 110
439
- rise: '"2014-04-20 06:06:45 -0500"'
440
- noon: '"2014-04-20 12:53:53 -0500"'
441
- sset: '"2014-04-20 19:41:02 -0500"'
442
- - id: 111
443
- rise: '"2014-04-21 06:05:14 -0500"'
444
- noon: '"2014-04-21 12:53:41 -0500"'
445
- sset: '"2014-04-21 19:42:08 -0500"'
446
- - id: 112
447
- rise: '"2014-04-22 06:03:44 -0500"'
448
- noon: '"2014-04-22 12:53:29 -0500"'
449
- sset: '"2014-04-22 19:43:14 -0500"'
450
- - id: 113
451
- rise: '"2014-04-23 06:02:15 -0500"'
452
- noon: '"2014-04-23 12:53:18 -0500"'
453
- sset: '"2014-04-23 19:44:21 -0500"'
454
- - id: 114
455
- rise: '"2014-04-24 06:00:47 -0500"'
456
- noon: '"2014-04-24 12:53:07 -0500"'
457
- sset: '"2014-04-24 19:45:27 -0500"'
458
- - id: 115
459
- rise: '"2014-04-25 05:59:19 -0500"'
460
- noon: '"2014-04-25 12:52:56 -0500"'
461
- sset: '"2014-04-25 19:46:33 -0500"'
462
- - id: 116
463
- rise: '"2014-04-26 05:57:53 -0500"'
464
- noon: '"2014-04-26 12:52:46 -0500"'
465
- sset: '"2014-04-26 19:47:40 -0500"'
466
- - id: 117
467
- rise: '"2014-04-27 05:56:28 -0500"'
468
- noon: '"2014-04-27 12:52:37 -0500"'
469
- sset: '"2014-04-27 19:48:46 -0500"'
470
- - id: 118
471
- rise: '"2014-04-28 05:55:04 -0500"'
472
- noon: '"2014-04-28 12:52:28 -0500"'
473
- sset: '"2014-04-28 19:49:52 -0500"'
474
- - id: 119
475
- rise: '"2014-04-29 05:53:41 -0500"'
476
- noon: '"2014-04-29 12:52:20 -0500"'
477
- sset: '"2014-04-29 19:50:58 -0500"'
478
- - id: 120
479
- rise: '"2014-04-30 05:52:20 -0500"'
480
- noon: '"2014-04-30 12:52:12 -0500"'
481
- sset: '"2014-04-30 19:52:04 -0500"'
482
- - id: 121
483
- rise: '"2014-05-01 05:50:59 -0500"'
484
- noon: '"2014-05-01 12:52:04 -0500"'
485
- sset: '"2014-05-01 19:53:09 -0500"'
486
- - id: 122
487
- rise: '"2014-05-02 05:49:40 -0500"'
488
- noon: '"2014-05-02 12:51:57 -0500"'
489
- sset: '"2014-05-02 19:54:15 -0500"'
490
- - id: 123
491
- rise: '"2014-05-03 05:48:22 -0500"'
492
- noon: '"2014-05-03 12:51:51 -0500"'
493
- sset: '"2014-05-03 19:55:20 -0500"'
494
- - id: 124
495
- rise: '"2014-05-04 05:47:05 -0500"'
496
- noon: '"2014-05-04 12:51:45 -0500"'
497
- sset: '"2014-05-04 19:56:26 -0500"'
498
- - id: 125
499
- rise: '"2014-05-05 05:45:49 -0500"'
500
- noon: '"2014-05-05 12:51:40 -0500"'
501
- sset: '"2014-05-05 19:57:31 -0500"'
502
- - id: 126
503
- rise: '"2014-05-06 05:44:35 -0500"'
504
- noon: '"2014-05-06 12:51:35 -0500"'
505
- sset: '"2014-05-06 19:58:35 -0500"'
506
- - id: 127
507
- rise: '"2014-05-07 05:43:23 -0500"'
508
- noon: '"2014-05-07 12:51:31 -0500"'
509
- sset: '"2014-05-07 19:59:40 -0500"'
510
- - id: 128
511
- rise: '"2014-05-08 05:42:11 -0500"'
512
- noon: '"2014-05-08 12:51:28 -0500"'
513
- sset: '"2014-05-08 20:00:44 -0500"'
514
- - id: 129
515
- rise: '"2014-05-09 05:41:01 -0500"'
516
- noon: '"2014-05-09 12:51:25 -0500"'
517
- sset: '"2014-05-09 20:01:48 -0500"'
518
- - id: 130
519
- rise: '"2014-05-10 05:39:53 -0500"'
520
- noon: '"2014-05-10 12:51:22 -0500"'
521
- sset: '"2014-05-10 20:02:52 -0500"'
522
- - id: 131
523
- rise: '"2014-05-11 05:38:46 -0500"'
524
- noon: '"2014-05-11 12:51:21 -0500"'
525
- sset: '"2014-05-11 20:03:55 -0500"'
526
- - id: 132
527
- rise: '"2014-05-12 05:37:41 -0500"'
528
- noon: '"2014-05-12 12:51:19 -0500"'
529
- sset: '"2014-05-12 20:04:58 -0500"'
530
- - id: 133
531
- rise: '"2014-05-13 05:36:37 -0500"'
532
- noon: '"2014-05-13 12:51:19 -0500"'
533
- sset: '"2014-05-13 20:06:00 -0500"'
534
- - id: 134
535
- rise: '"2014-05-14 05:35:35 -0500"'
536
- noon: '"2014-05-14 12:51:19 -0500"'
537
- sset: '"2014-05-14 20:07:02 -0500"'
538
- - id: 135
539
- rise: '"2014-05-15 05:34:35 -0500"'
540
- noon: '"2014-05-15 12:51:19 -0500"'
541
- sset: '"2014-05-15 20:08:03 -0500"'
542
- - id: 136
543
- rise: '"2014-05-16 05:33:36 -0500"'
544
- noon: '"2014-05-16 12:51:20 -0500"'
545
- sset: '"2014-05-16 20:09:04 -0500"'
546
- - id: 137
547
- rise: '"2014-05-17 05:32:39 -0500"'
548
- noon: '"2014-05-17 12:51:22 -0500"'
549
- sset: '"2014-05-17 20:10:04 -0500"'
550
- - id: 138
551
- rise: '"2014-05-18 05:31:43 -0500"'
552
- noon: '"2014-05-18 12:51:24 -0500"'
553
- sset: '"2014-05-18 20:11:04 -0500"'
554
- - id: 139
555
- rise: '"2014-05-19 05:30:50 -0500"'
556
- noon: '"2014-05-19 12:51:26 -0500"'
557
- sset: '"2014-05-19 20:12:03 -0500"'
558
- - id: 140
559
- rise: '"2014-05-20 05:29:58 -0500"'
560
- noon: '"2014-05-20 12:51:30 -0500"'
561
- sset: '"2014-05-20 20:13:01 -0500"'
562
- - id: 141
563
- rise: '"2014-05-21 05:29:08 -0500"'
564
- noon: '"2014-05-21 12:51:33 -0500"'
565
- sset: '"2014-05-21 20:13:59 -0500"'
566
- - id: 142
567
- rise: '"2014-05-22 05:28:20 -0500"'
568
- noon: '"2014-05-22 12:51:38 -0500"'
569
- sset: '"2014-05-22 20:14:56 -0500"'
570
- - id: 143
571
- rise: '"2014-05-23 05:27:33 -0500"'
572
- noon: '"2014-05-23 12:51:42 -0500"'
573
- sset: '"2014-05-23 20:15:52 -0500"'
574
- - id: 144
575
- rise: '"2014-05-24 05:26:49 -0500"'
576
- noon: '"2014-05-24 12:51:48 -0500"'
577
- sset: '"2014-05-24 20:16:47 -0500"'
578
- - id: 145
579
- rise: '"2014-05-25 05:26:06 -0500"'
580
- noon: '"2014-05-25 12:51:54 -0500"'
581
- sset: '"2014-05-25 20:17:41 -0500"'
582
- - id: 146
583
- rise: '"2014-05-26 05:25:26 -0500"'
584
- noon: '"2014-05-26 12:52:00 -0500"'
585
- sset: '"2014-05-26 20:18:34 -0500"'
586
- - id: 147
587
- rise: '"2014-05-27 05:24:47 -0500"'
588
- noon: '"2014-05-27 12:52:07 -0500"'
589
- sset: '"2014-05-27 20:19:27 -0500"'
590
- - id: 148
591
- rise: '"2014-05-28 05:24:10 -0500"'
592
- noon: '"2014-05-28 12:52:14 -0500"'
593
- sset: '"2014-05-28 20:20:18 -0500"'
594
- - id: 149
595
- rise: '"2014-05-29 05:23:35 -0500"'
596
- noon: '"2014-05-29 12:52:22 -0500"'
597
- sset: '"2014-05-29 20:21:08 -0500"'
598
- - id: 150
599
- rise: '"2014-05-30 05:23:03 -0500"'
600
- noon: '"2014-05-30 12:52:30 -0500"'
601
- sset: '"2014-05-30 20:21:57 -0500"'
602
- - id: 151
603
- rise: '"2014-05-31 05:22:32 -0500"'
604
- noon: '"2014-05-31 12:52:38 -0500"'
605
- sset: '"2014-05-31 20:22:45 -0500"'
606
- - id: 152
607
- rise: '"2014-06-01 05:22:03 -0500"'
608
- noon: '"2014-06-01 12:52:47 -0500"'
609
- sset: '"2014-06-01 20:23:32 -0500"'
610
- - id: 153
611
- rise: '"2014-06-02 05:21:37 -0500"'
612
- noon: '"2014-06-02 12:52:57 -0500"'
613
- sset: '"2014-06-02 20:24:17 -0500"'
614
- - id: 154
615
- rise: '"2014-06-03 05:21:12 -0500"'
616
- noon: '"2014-06-03 12:53:07 -0500"'
617
- sset: '"2014-06-03 20:25:01 -0500"'
618
- - id: 155
619
- rise: '"2014-06-04 05:20:49 -0500"'
620
- noon: '"2014-06-04 12:53:17 -0500"'
621
- sset: '"2014-06-04 20:25:44 -0500"'
622
- - id: 156
623
- rise: '"2014-06-05 05:20:29 -0500"'
624
- noon: '"2014-06-05 12:53:27 -0500"'
625
- sset: '"2014-06-05 20:26:25 -0500"'
626
- - id: 157
627
- rise: '"2014-06-06 05:20:10 -0500"'
628
- noon: '"2014-06-06 12:53:38 -0500"'
629
- sset: '"2014-06-06 20:27:05 -0500"'
630
- - id: 158
631
- rise: '"2014-06-07 05:19:54 -0500"'
632
- noon: '"2014-06-07 12:53:49 -0500"'
633
- sset: '"2014-06-07 20:27:44 -0500"'
634
- - id: 159
635
- rise: '"2014-06-08 05:19:40 -0500"'
636
- noon: '"2014-06-08 12:54:00 -0500"'
637
- sset: '"2014-06-08 20:28:21 -0500"'
638
- - id: 160
639
- rise: '"2014-06-09 05:19:28 -0500"'
640
- noon: '"2014-06-09 12:54:12 -0500"'
641
- sset: '"2014-06-09 20:28:56 -0500"'
642
- - id: 161
643
- rise: '"2014-06-10 05:19:17 -0500"'
644
- noon: '"2014-06-10 12:54:24 -0500"'
645
- sset: '"2014-06-10 20:29:30 -0500"'
646
- - id: 162
647
- rise: '"2014-06-11 05:19:09 -0500"'
648
- noon: '"2014-06-11 12:54:36 -0500"'
649
- sset: '"2014-06-11 20:30:02 -0500"'
650
- - id: 163
651
- rise: '"2014-06-12 05:19:03 -0500"'
652
- noon: '"2014-06-12 12:54:48 -0500"'
653
- sset: '"2014-06-12 20:30:33 -0500"'
654
- - id: 164
655
- rise: '"2014-06-13 05:19:00 -0500"'
656
- noon: '"2014-06-13 12:55:01 -0500"'
657
- sset: '"2014-06-13 20:31:02 -0500"'
658
- - id: 165
659
- rise: '"2014-06-14 05:18:58 -0500"'
660
- noon: '"2014-06-14 12:55:13 -0500"'
661
- sset: '"2014-06-14 20:31:29 -0500"'
662
- - id: 166
663
- rise: '"2014-06-15 05:18:58 -0500"'
664
- noon: '"2014-06-15 12:55:26 -0500"'
665
- sset: '"2014-06-15 20:31:54 -0500"'
666
- - id: 167
667
- rise: '"2014-06-16 05:19:00 -0500"'
668
- noon: '"2014-06-16 12:55:39 -0500"'
669
- sset: '"2014-06-16 20:32:17 -0500"'
670
- - id: 168
671
- rise: '"2014-06-17 05:19:04 -0500"'
672
- noon: '"2014-06-17 12:55:52 -0500"'
673
- sset: '"2014-06-17 20:32:39 -0500"'
674
- - id: 169
675
- rise: '"2014-06-18 05:19:11 -0500"'
676
- noon: '"2014-06-18 12:56:05 -0500"'
677
- sset: '"2014-06-18 20:32:59 -0500"'
678
- - id: 170
679
- rise: '"2014-06-19 05:19:19 -0500"'
680
- noon: '"2014-06-19 12:56:18 -0500"'
681
- sset: '"2014-06-19 20:33:16 -0500"'
682
- - id: 171
683
- rise: '"2014-06-20 05:19:29 -0500"'
684
- noon: '"2014-06-20 12:56:31 -0500"'
685
- sset: '"2014-06-20 20:33:32 -0500"'
686
- - id: 172
687
- rise: '"2014-06-21 05:19:41 -0500"'
688
- noon: '"2014-06-21 12:56:44 -0500"'
689
- sset: '"2014-06-21 20:33:46 -0500"'
690
- - id: 173
691
- rise: '"2014-06-22 05:19:55 -0500"'
692
- noon: '"2014-06-22 12:56:57 -0500"'
693
- sset: '"2014-06-22 20:33:58 -0500"'
694
- - id: 174
695
- rise: '"2014-06-23 05:20:11 -0500"'
696
- noon: '"2014-06-23 12:57:10 -0500"'
697
- sset: '"2014-06-23 20:34:08 -0500"'
698
- - id: 175
699
- rise: '"2014-06-24 05:20:29 -0500"'
700
- noon: '"2014-06-24 12:57:23 -0500"'
701
- sset: '"2014-06-24 20:34:16 -0500"'
702
- - id: 176
703
- rise: '"2014-06-25 05:20:49 -0500"'
704
- noon: '"2014-06-25 12:57:35 -0500"'
705
- sset: '"2014-06-25 20:34:22 -0500"'
706
- - id: 177
707
- rise: '"2014-06-26 05:21:10 -0500"'
708
- noon: '"2014-06-26 12:57:48 -0500"'
709
- sset: '"2014-06-26 20:34:26 -0500"'
710
- - id: 178
711
- rise: '"2014-06-27 05:21:34 -0500"'
712
- noon: '"2014-06-27 12:58:00 -0500"'
713
- sset: '"2014-06-27 20:34:27 -0500"'
714
- - id: 179
715
- rise: '"2014-06-28 05:21:59 -0500"'
716
- noon: '"2014-06-28 12:58:13 -0500"'
717
- sset: '"2014-06-28 20:34:27 -0500"'
718
- - id: 180
719
- rise: '"2014-06-29 05:22:25 -0500"'
720
- noon: '"2014-06-29 12:58:25 -0500"'
721
- sset: '"2014-06-29 20:34:24 -0500"'
722
- - id: 181
723
- rise: '"2014-06-30 05:22:54 -0500"'
724
- noon: '"2014-06-30 12:58:37 -0500"'
725
- sset: '"2014-06-30 20:34:20 -0500"'
726
- - id: 182
727
- rise: '"2014-07-01 05:23:24 -0500"'
728
- noon: '"2014-07-01 12:58:48 -0500"'
729
- sset: '"2014-07-01 20:34:13 -0500"'
730
- - id: 183
731
- rise: '"2014-07-02 05:23:55 -0500"'
732
- noon: '"2014-07-02 12:59:00 -0500"'
733
- sset: '"2014-07-02 20:34:04 -0500"'
734
- - id: 184
735
- rise: '"2014-07-03 05:24:28 -0500"'
736
- noon: '"2014-07-03 12:59:11 -0500"'
737
- sset: '"2014-07-03 20:33:53 -0500"'
738
- - id: 185
739
- rise: '"2014-07-04 05:25:03 -0500"'
740
- noon: '"2014-07-04 12:59:22 -0500"'
741
- sset: '"2014-07-04 20:33:40 -0500"'
742
- - id: 186
743
- rise: '"2014-07-05 05:25:39 -0500"'
744
- noon: '"2014-07-05 12:59:32 -0500"'
745
- sset: '"2014-07-05 20:33:25 -0500"'
746
- - id: 187
747
- rise: '"2014-07-06 05:26:17 -0500"'
748
- noon: '"2014-07-06 12:59:42 -0500"'
749
- sset: '"2014-07-06 20:33:08 -0500"'
750
- - id: 188
751
- rise: '"2014-07-07 05:26:56 -0500"'
752
- noon: '"2014-07-07 12:59:52 -0500"'
753
- sset: '"2014-07-07 20:32:48 -0500"'
754
- - id: 189
755
- rise: '"2014-07-08 05:27:36 -0500"'
756
- noon: '"2014-07-08 13:00:01 -0500"'
757
- sset: '"2014-07-08 20:32:27 -0500"'
758
- - id: 190
759
- rise: '"2014-07-09 05:28:18 -0500"'
760
- noon: '"2014-07-09 13:00:10 -0500"'
761
- sset: '"2014-07-09 20:32:03 -0500"'
762
- - id: 191
763
- rise: '"2014-07-10 05:29:01 -0500"'
764
- noon: '"2014-07-10 13:00:19 -0500"'
765
- sset: '"2014-07-10 20:31:37 -0500"'
766
- - id: 192
767
- rise: '"2014-07-11 05:29:45 -0500"'
768
- noon: '"2014-07-11 13:00:27 -0500"'
769
- sset: '"2014-07-11 20:31:09 -0500"'
770
- - id: 193
771
- rise: '"2014-07-12 05:30:30 -0500"'
772
- noon: '"2014-07-12 13:00:35 -0500"'
773
- sset: '"2014-07-12 20:30:40 -0500"'
774
- - id: 194
775
- rise: '"2014-07-13 05:31:17 -0500"'
776
- noon: '"2014-07-13 13:00:42 -0500"'
777
- sset: '"2014-07-13 20:30:08 -0500"'
778
- - id: 195
779
- rise: '"2014-07-14 05:32:04 -0500"'
780
- noon: '"2014-07-14 13:00:49 -0500"'
781
- sset: '"2014-07-14 20:29:34 -0500"'
782
- - id: 196
783
- rise: '"2014-07-15 05:32:53 -0500"'
784
- noon: '"2014-07-15 13:00:55 -0500"'
785
- sset: '"2014-07-15 20:28:58 -0500"'
786
- - id: 197
787
- rise: '"2014-07-16 05:33:42 -0500"'
788
- noon: '"2014-07-16 13:01:01 -0500"'
789
- sset: '"2014-07-16 20:28:20 -0500"'
790
- - id: 198
791
- rise: '"2014-07-17 05:34:33 -0500"'
792
- noon: '"2014-07-17 13:01:06 -0500"'
793
- sset: '"2014-07-17 20:27:40 -0500"'
794
- - id: 199
795
- rise: '"2014-07-18 05:35:24 -0500"'
796
- noon: '"2014-07-18 13:01:11 -0500"'
797
- sset: '"2014-07-18 20:26:58 -0500"'
798
- - id: 200
799
- rise: '"2014-07-19 05:36:16 -0500"'
800
- noon: '"2014-07-19 13:01:15 -0500"'
801
- sset: '"2014-07-19 20:26:14 -0500"'
802
- - id: 201
803
- rise: '"2014-07-20 05:37:09 -0500"'
804
- noon: '"2014-07-20 13:01:19 -0500"'
805
- sset: '"2014-07-20 20:25:28 -0500"'
806
- - id: 202
807
- rise: '"2014-07-21 05:38:03 -0500"'
808
- noon: '"2014-07-21 13:01:22 -0500"'
809
- sset: '"2014-07-21 20:24:40 -0500"'
810
- - id: 203
811
- rise: '"2014-07-22 05:38:58 -0500"'
812
- noon: '"2014-07-22 13:01:24 -0500"'
813
- sset: '"2014-07-22 20:23:51 -0500"'
814
- - id: 204
815
- rise: '"2014-07-23 05:39:53 -0500"'
816
- noon: '"2014-07-23 13:01:26 -0500"'
817
- sset: '"2014-07-23 20:22:59 -0500"'
818
- - id: 205
819
- rise: '"2014-07-24 05:40:49 -0500"'
820
- noon: '"2014-07-24 13:01:27 -0500"'
821
- sset: '"2014-07-24 20:22:06 -0500"'
822
- - id: 206
823
- rise: '"2014-07-25 05:41:46 -0500"'
824
- noon: '"2014-07-25 13:01:28 -0500"'
825
- sset: '"2014-07-25 20:21:11 -0500"'
826
- - id: 207
827
- rise: '"2014-07-26 05:42:43 -0500"'
828
- noon: '"2014-07-26 13:01:28 -0500"'
829
- sset: '"2014-07-26 20:20:14 -0500"'
830
- - id: 208
831
- rise: '"2014-07-27 05:43:40 -0500"'
832
- noon: '"2014-07-27 13:01:28 -0500"'
833
- sset: '"2014-07-27 20:19:15 -0500"'
834
- - id: 209
835
- rise: '"2014-07-28 05:44:39 -0500"'
836
- noon: '"2014-07-28 13:01:27 -0500"'
837
- sset: '"2014-07-28 20:18:15 -0500"'
838
- - id: 210
839
- rise: '"2014-07-29 05:45:37 -0500"'
840
- noon: '"2014-07-29 13:01:25 -0500"'
841
- sset: '"2014-07-29 20:17:13 -0500"'
842
- - id: 211
843
- rise: '"2014-07-30 05:46:36 -0500"'
844
- noon: '"2014-07-30 13:01:23 -0500"'
845
- sset: '"2014-07-30 20:16:10 -0500"'
846
- - id: 212
847
- rise: '"2014-07-31 05:47:36 -0500"'
848
- noon: '"2014-07-31 13:01:20 -0500"'
849
- sset: '"2014-07-31 20:15:05 -0500"'
850
- - id: 213
851
- rise: '"2014-08-01 05:48:36 -0500"'
852
- noon: '"2014-08-01 13:01:17 -0500"'
853
- sset: '"2014-08-01 20:13:58 -0500"'
854
- - id: 214
855
- rise: '"2014-08-02 05:49:36 -0500"'
856
- noon: '"2014-08-02 13:01:13 -0500"'
857
- sset: '"2014-08-02 20:12:49 -0500"'
858
- - id: 215
859
- rise: '"2014-08-03 05:50:37 -0500"'
860
- noon: '"2014-08-03 13:01:08 -0500"'
861
- sset: '"2014-08-03 20:11:40 -0500"'
862
- - id: 216
863
- rise: '"2014-08-04 05:51:37 -0500"'
864
- noon: '"2014-08-04 13:01:03 -0500"'
865
- sset: '"2014-08-04 20:10:28 -0500"'
866
- - id: 217
867
- rise: '"2014-08-05 05:52:38 -0500"'
868
- noon: '"2014-08-05 13:00:57 -0500"'
869
- sset: '"2014-08-05 20:09:15 -0500"'
870
- - id: 218
871
- rise: '"2014-08-06 05:53:40 -0500"'
872
- noon: '"2014-08-06 13:00:50 -0500"'
873
- sset: '"2014-08-06 20:08:01 -0500"'
874
- - id: 219
875
- rise: '"2014-08-07 05:54:41 -0500"'
876
- noon: '"2014-08-07 13:00:43 -0500"'
877
- sset: '"2014-08-07 20:06:46 -0500"'
878
- - id: 220
879
- rise: '"2014-08-08 05:55:43 -0500"'
880
- noon: '"2014-08-08 13:00:36 -0500"'
881
- sset: '"2014-08-08 20:05:29 -0500"'
882
- - id: 221
883
- rise: '"2014-08-09 05:56:45 -0500"'
884
- noon: '"2014-08-09 13:00:28 -0500"'
885
- sset: '"2014-08-09 20:04:10 -0500"'
886
- - id: 222
887
- rise: '"2014-08-10 05:57:47 -0500"'
888
- noon: '"2014-08-10 13:00:19 -0500"'
889
- sset: '"2014-08-10 20:02:51 -0500"'
890
- - id: 223
891
- rise: '"2014-08-11 05:58:49 -0500"'
892
- noon: '"2014-08-11 13:00:09 -0500"'
893
- sset: '"2014-08-11 20:01:30 -0500"'
894
- - id: 224
895
- rise: '"2014-08-12 05:59:51 -0500"'
896
- noon: '"2014-08-12 12:59:59 -0500"'
897
- sset: '"2014-08-12 20:00:08 -0500"'
898
- - id: 225
899
- rise: '"2014-08-13 06:00:53 -0500"'
900
- noon: '"2014-08-13 12:59:49 -0500"'
901
- sset: '"2014-08-13 19:58:45 -0500"'
902
- - id: 226
903
- rise: '"2014-08-14 06:01:56 -0500"'
904
- noon: '"2014-08-14 12:59:38 -0500"'
905
- sset: '"2014-08-14 19:57:20 -0500"'
906
- - id: 227
907
- rise: '"2014-08-15 06:02:58 -0500"'
908
- noon: '"2014-08-15 12:59:26 -0500"'
909
- sset: '"2014-08-15 19:55:55 -0500"'
910
- - id: 228
911
- rise: '"2014-08-16 06:04:00 -0500"'
912
- noon: '"2014-08-16 12:59:14 -0500"'
913
- sset: '"2014-08-16 19:54:28 -0500"'
914
- - id: 229
915
- rise: '"2014-08-17 06:05:03 -0500"'
916
- noon: '"2014-08-17 12:59:02 -0500"'
917
- sset: '"2014-08-17 19:53:00 -0500"'
918
- - id: 230
919
- rise: '"2014-08-18 06:06:05 -0500"'
920
- noon: '"2014-08-18 12:58:48 -0500"'
921
- sset: '"2014-08-18 19:51:31 -0500"'
922
- - id: 231
923
- rise: '"2014-08-19 06:07:08 -0500"'
924
- noon: '"2014-08-19 12:58:35 -0500"'
925
- sset: '"2014-08-19 19:50:02 -0500"'
926
- - id: 232
927
- rise: '"2014-08-20 06:08:10 -0500"'
928
- noon: '"2014-08-20 12:58:21 -0500"'
929
- sset: '"2014-08-20 19:48:31 -0500"'
930
- - id: 233
931
- rise: '"2014-08-21 06:09:13 -0500"'
932
- noon: '"2014-08-21 12:58:06 -0500"'
933
- sset: '"2014-08-21 19:46:59 -0500"'
934
- - id: 234
935
- rise: '"2014-08-22 06:10:15 -0500"'
936
- noon: '"2014-08-22 12:57:51 -0500"'
937
- sset: '"2014-08-22 19:45:27 -0500"'
938
- - id: 235
939
- rise: '"2014-08-23 06:11:18 -0500"'
940
- noon: '"2014-08-23 12:57:36 -0500"'
941
- sset: '"2014-08-23 19:43:53 -0500"'
942
- - id: 236
943
- rise: '"2014-08-24 06:12:20 -0500"'
944
- noon: '"2014-08-24 12:57:20 -0500"'
945
- sset: '"2014-08-24 19:42:19 -0500"'
946
- - id: 237
947
- rise: '"2014-08-25 06:13:23 -0500"'
948
- noon: '"2014-08-25 12:57:03 -0500"'
949
- sset: '"2014-08-25 19:40:44 -0500"'
950
- - id: 238
951
- rise: '"2014-08-26 06:14:25 -0500"'
952
- noon: '"2014-08-26 12:56:47 -0500"'
953
- sset: '"2014-08-26 19:39:08 -0500"'
954
- - id: 239
955
- rise: '"2014-08-27 06:15:27 -0500"'
956
- noon: '"2014-08-27 12:56:29 -0500"'
957
- sset: '"2014-08-27 19:37:32 -0500"'
958
- - id: 240
959
- rise: '"2014-08-28 06:16:29 -0500"'
960
- noon: '"2014-08-28 12:56:12 -0500"'
961
- sset: '"2014-08-28 19:35:54 -0500"'
962
- - id: 241
963
- rise: '"2014-08-29 06:17:32 -0500"'
964
- noon: '"2014-08-29 12:55:54 -0500"'
965
- sset: '"2014-08-29 19:34:17 -0500"'
966
- - id: 242
967
- rise: '"2014-08-30 06:18:34 -0500"'
968
- noon: '"2014-08-30 12:55:36 -0500"'
969
- sset: '"2014-08-30 19:32:38 -0500"'
970
- - id: 243
971
- rise: '"2014-08-31 06:19:36 -0500"'
972
- noon: '"2014-08-31 12:55:17 -0500"'
973
- sset: '"2014-08-31 19:30:59 -0500"'
974
- - id: 244
975
- rise: '"2014-09-01 06:20:38 -0500"'
976
- noon: '"2014-09-01 12:54:58 -0500"'
977
- sset: '"2014-09-01 19:29:19 -0500"'
978
- - id: 245
979
- rise: '"2014-09-02 06:21:40 -0500"'
980
- noon: '"2014-09-02 12:54:39 -0500"'
981
- sset: '"2014-09-02 19:27:39 -0500"'
982
- - id: 246
983
- rise: '"2014-09-03 06:22:42 -0500"'
984
- noon: '"2014-09-03 12:54:20 -0500"'
985
- sset: '"2014-09-03 19:25:58 -0500"'
986
- - id: 247
987
- rise: '"2014-09-04 06:23:44 -0500"'
988
- noon: '"2014-09-04 12:54:00 -0500"'
989
- sset: '"2014-09-04 19:24:16 -0500"'
990
- - id: 248
991
- rise: '"2014-09-05 06:24:46 -0500"'
992
- noon: '"2014-09-05 12:53:40 -0500"'
993
- sset: '"2014-09-05 19:22:35 -0500"'
994
- - id: 249
995
- rise: '"2014-09-06 06:25:48 -0500"'
996
- noon: '"2014-09-06 12:53:20 -0500"'
997
- sset: '"2014-09-06 19:20:52 -0500"'
998
- - id: 250
999
- rise: '"2014-09-07 06:26:50 -0500"'
1000
- noon: '"2014-09-07 12:53:00 -0500"'
1001
- sset: '"2014-09-07 19:19:10 -0500"'
1002
- - id: 251
1003
- rise: '"2014-09-08 06:27:52 -0500"'
1004
- noon: '"2014-09-08 12:52:39 -0500"'
1005
- sset: '"2014-09-08 19:17:27 -0500"'
1006
- - id: 252
1007
- rise: '"2014-09-09 06:28:54 -0500"'
1008
- noon: '"2014-09-09 12:52:19 -0500"'
1009
- sset: '"2014-09-09 19:15:43 -0500"'
1010
- - id: 253
1011
- rise: '"2014-09-10 06:29:56 -0500"'
1012
- noon: '"2014-09-10 12:51:58 -0500"'
1013
- sset: '"2014-09-10 19:14:00 -0500"'
1014
- - id: 254
1015
- rise: '"2014-09-11 06:30:58 -0500"'
1016
- noon: '"2014-09-11 12:51:37 -0500"'
1017
- sset: '"2014-09-11 19:12:16 -0500"'
1018
- - id: 255
1019
- rise: '"2014-09-12 06:32:00 -0500"'
1020
- noon: '"2014-09-12 12:51:16 -0500"'
1021
- sset: '"2014-09-12 19:10:31 -0500"'
1022
- - id: 256
1023
- rise: '"2014-09-13 06:33:02 -0500"'
1024
- noon: '"2014-09-13 12:50:54 -0500"'
1025
- sset: '"2014-09-13 19:08:47 -0500"'
1026
- - id: 257
1027
- rise: '"2014-09-14 06:34:04 -0500"'
1028
- noon: '"2014-09-14 12:50:33 -0500"'
1029
- sset: '"2014-09-14 19:07:02 -0500"'
1030
- - id: 258
1031
- rise: '"2014-09-15 06:35:06 -0500"'
1032
- noon: '"2014-09-15 12:50:12 -0500"'
1033
- sset: '"2014-09-15 19:05:18 -0500"'
1034
- - id: 259
1035
- rise: '"2014-09-16 06:36:08 -0500"'
1036
- noon: '"2014-09-16 12:49:50 -0500"'
1037
- sset: '"2014-09-16 19:03:33 -0500"'
1038
- - id: 260
1039
- rise: '"2014-09-17 06:37:10 -0500"'
1040
- noon: '"2014-09-17 12:49:29 -0500"'
1041
- sset: '"2014-09-17 19:01:48 -0500"'
1042
- - id: 261
1043
- rise: '"2014-09-18 06:38:13 -0500"'
1044
- noon: '"2014-09-18 12:49:08 -0500"'
1045
- sset: '"2014-09-18 19:00:03 -0500"'
1046
- - id: 262
1047
- rise: '"2014-09-19 06:39:15 -0500"'
1048
- noon: '"2014-09-19 12:48:46 -0500"'
1049
- sset: '"2014-09-19 18:58:18 -0500"'
1050
- - id: 263
1051
- rise: '"2014-09-20 06:40:18 -0500"'
1052
- noon: '"2014-09-20 12:48:25 -0500"'
1053
- sset: '"2014-09-20 18:56:32 -0500"'
1054
- - id: 264
1055
- rise: '"2014-09-21 06:41:20 -0500"'
1056
- noon: '"2014-09-21 12:48:04 -0500"'
1057
- sset: '"2014-09-21 18:54:47 -0500"'
1058
- - id: 265
1059
- rise: '"2014-09-22 06:42:23 -0500"'
1060
- noon: '"2014-09-22 12:47:43 -0500"'
1061
- sset: '"2014-09-22 18:53:02 -0500"'
1062
- - id: 266
1063
- rise: '"2014-09-23 06:43:26 -0500"'
1064
- noon: '"2014-09-23 12:47:22 -0500"'
1065
- sset: '"2014-09-23 18:51:17 -0500"'
1066
- - id: 267
1067
- rise: '"2014-09-24 06:44:29 -0500"'
1068
- noon: '"2014-09-24 12:47:01 -0500"'
1069
- sset: '"2014-09-24 18:49:32 -0500"'
1070
- - id: 268
1071
- rise: '"2014-09-25 06:45:32 -0500"'
1072
- noon: '"2014-09-25 12:46:40 -0500"'
1073
- sset: '"2014-09-25 18:47:48 -0500"'
1074
- - id: 269
1075
- rise: '"2014-09-26 06:46:36 -0500"'
1076
- noon: '"2014-09-26 12:46:19 -0500"'
1077
- sset: '"2014-09-26 18:46:03 -0500"'
1078
- - id: 270
1079
- rise: '"2014-09-27 06:47:39 -0500"'
1080
- noon: '"2014-09-27 12:45:59 -0500"'
1081
- sset: '"2014-09-27 18:44:19 -0500"'
1082
- - id: 271
1083
- rise: '"2014-09-28 06:48:43 -0500"'
1084
- noon: '"2014-09-28 12:45:39 -0500"'
1085
- sset: '"2014-09-28 18:42:35 -0500"'
1086
- - id: 272
1087
- rise: '"2014-09-29 06:49:47 -0500"'
1088
- noon: '"2014-09-29 12:45:19 -0500"'
1089
- sset: '"2014-09-29 18:40:51 -0500"'
1090
- - id: 273
1091
- rise: '"2014-09-30 06:50:51 -0500"'
1092
- noon: '"2014-09-30 12:44:59 -0500"'
1093
- sset: '"2014-09-30 18:39:07 -0500"'
1094
- - id: 274
1095
- rise: '"2014-10-01 06:51:56 -0500"'
1096
- noon: '"2014-10-01 12:44:40 -0500"'
1097
- sset: '"2014-10-01 18:37:24 -0500"'
1098
- - id: 275
1099
- rise: '"2014-10-02 06:53:00 -0500"'
1100
- noon: '"2014-10-02 12:44:21 -0500"'
1101
- sset: '"2014-10-02 18:35:41 -0500"'
1102
- - id: 276
1103
- rise: '"2014-10-03 06:54:05 -0500"'
1104
- noon: '"2014-10-03 12:44:02 -0500"'
1105
- sset: '"2014-10-03 18:33:58 -0500"'
1106
- - id: 277
1107
- rise: '"2014-10-04 06:55:10 -0500"'
1108
- noon: '"2014-10-04 12:43:43 -0500"'
1109
- sset: '"2014-10-04 18:32:16 -0500"'
1110
- - id: 278
1111
- rise: '"2014-10-05 06:56:16 -0500"'
1112
- noon: '"2014-10-05 12:43:25 -0500"'
1113
- sset: '"2014-10-05 18:30:34 -0500"'
1114
- - id: 279
1115
- rise: '"2014-10-06 06:57:21 -0500"'
1116
- noon: '"2014-10-06 12:43:07 -0500"'
1117
- sset: '"2014-10-06 18:28:53 -0500"'
1118
- - id: 280
1119
- rise: '"2014-10-07 06:58:27 -0500"'
1120
- noon: '"2014-10-07 12:42:50 -0500"'
1121
- sset: '"2014-10-07 18:27:13 -0500"'
1122
- - id: 281
1123
- rise: '"2014-10-08 06:59:34 -0500"'
1124
- noon: '"2014-10-08 12:42:33 -0500"'
1125
- sset: '"2014-10-08 18:25:32 -0500"'
1126
- - id: 282
1127
- rise: '"2014-10-09 07:00:40 -0500"'
1128
- noon: '"2014-10-09 12:42:16 -0500"'
1129
- sset: '"2014-10-09 18:23:53 -0500"'
1130
- - id: 283
1131
- rise: '"2014-10-10 07:01:47 -0500"'
1132
- noon: '"2014-10-10 12:42:00 -0500"'
1133
- sset: '"2014-10-10 18:22:14 -0500"'
1134
- - id: 284
1135
- rise: '"2014-10-11 07:02:54 -0500"'
1136
- noon: '"2014-10-11 12:41:45 -0500"'
1137
- sset: '"2014-10-11 18:20:35 -0500"'
1138
- - id: 285
1139
- rise: '"2014-10-12 07:04:01 -0500"'
1140
- noon: '"2014-10-12 12:41:30 -0500"'
1141
- sset: '"2014-10-12 18:18:58 -0500"'
1142
- - id: 286
1143
- rise: '"2014-10-13 07:05:09 -0500"'
1144
- noon: '"2014-10-13 12:41:15 -0500"'
1145
- sset: '"2014-10-13 18:17:21 -0500"'
1146
- - id: 287
1147
- rise: '"2014-10-14 07:06:17 -0500"'
1148
- noon: '"2014-10-14 12:41:01 -0500"'
1149
- sset: '"2014-10-14 18:15:44 -0500"'
1150
- - id: 288
1151
- rise: '"2014-10-15 07:07:26 -0500"'
1152
- noon: '"2014-10-15 12:40:47 -0500"'
1153
- sset: '"2014-10-15 18:14:09 -0500"'
1154
- - id: 289
1155
- rise: '"2014-10-16 07:08:34 -0500"'
1156
- noon: '"2014-10-16 12:40:34 -0500"'
1157
- sset: '"2014-10-16 18:12:34 -0500"'
1158
- - id: 290
1159
- rise: '"2014-10-17 07:09:43 -0500"'
1160
- noon: '"2014-10-17 12:40:22 -0500"'
1161
- sset: '"2014-10-17 18:11:00 -0500"'
1162
- - id: 291
1163
- rise: '"2014-10-18 07:10:53 -0500"'
1164
- noon: '"2014-10-18 12:40:10 -0500"'
1165
- sset: '"2014-10-18 18:09:27 -0500"'
1166
- - id: 292
1167
- rise: '"2014-10-19 07:12:02 -0500"'
1168
- noon: '"2014-10-19 12:39:59 -0500"'
1169
- sset: '"2014-10-19 18:07:55 -0500"'
1170
- - id: 293
1171
- rise: '"2014-10-20 07:13:12 -0500"'
1172
- noon: '"2014-10-20 12:39:48 -0500"'
1173
- sset: '"2014-10-20 18:06:24 -0500"'
1174
- - id: 294
1175
- rise: '"2014-10-21 07:14:22 -0500"'
1176
- noon: '"2014-10-21 12:39:38 -0500"'
1177
- sset: '"2014-10-21 18:04:54 -0500"'
1178
- - id: 295
1179
- rise: '"2014-10-22 07:15:33 -0500"'
1180
- noon: '"2014-10-22 12:39:29 -0500"'
1181
- sset: '"2014-10-22 18:03:25 -0500"'
1182
- - id: 296
1183
- rise: '"2014-10-23 07:16:44 -0500"'
1184
- noon: '"2014-10-23 12:39:20 -0500"'
1185
- sset: '"2014-10-23 18:01:57 -0500"'
1186
- - id: 297
1187
- rise: '"2014-10-24 07:17:55 -0500"'
1188
- noon: '"2014-10-24 12:39:12 -0500"'
1189
- sset: '"2014-10-24 18:00:30 -0500"'
1190
- - id: 298
1191
- rise: '"2014-10-25 07:19:06 -0500"'
1192
- noon: '"2014-10-25 12:39:05 -0500"'
1193
- sset: '"2014-10-25 17:59:04 -0500"'
1194
- - id: 299
1195
- rise: '"2014-10-26 07:20:18 -0500"'
1196
- noon: '"2014-10-26 12:38:59 -0500"'
1197
- sset: '"2014-10-26 17:57:39 -0500"'
1198
- - id: 300
1199
- rise: '"2014-10-27 07:21:30 -0500"'
1200
- noon: '"2014-10-27 12:38:53 -0500"'
1201
- sset: '"2014-10-27 17:56:16 -0500"'
1202
- - id: 301
1203
- rise: '"2014-10-28 07:22:43 -0500"'
1204
- noon: '"2014-10-28 12:38:48 -0500"'
1205
- sset: '"2014-10-28 17:54:53 -0500"'
1206
- - id: 302
1207
- rise: '"2014-10-29 07:23:55 -0500"'
1208
- noon: '"2014-10-29 12:38:44 -0500"'
1209
- sset: '"2014-10-29 17:53:32 -0500"'
1210
- - id: 303
1211
- rise: '"2014-10-30 07:25:08 -0500"'
1212
- noon: '"2014-10-30 12:38:40 -0500"'
1213
- sset: '"2014-10-30 17:52:13 -0500"'
1214
- - id: 304
1215
- rise: '"2014-10-31 07:26:21 -0500"'
1216
- noon: '"2014-10-31 12:38:37 -0500"'
1217
- sset: '"2014-10-31 17:50:54 -0500"'
1218
- - id: 305
1219
- rise: '"2014-11-01 07:27:34 -0500"'
1220
- noon: '"2014-11-01 12:38:36 -0500"'
1221
- sset: '"2014-11-01 17:49:37 -0500"'
1222
- - id: 306
1223
- rise: '"2014-11-02 06:28:47 -0600"'
1224
- noon: '"2014-11-02 11:38:34 -0600"'
1225
- sset: '"2014-11-02 16:48:21 -0600"'
1226
- - id: 307
1227
- rise: '"2014-11-03 06:30:01 -0600"'
1228
- noon: '"2014-11-03 11:38:34 -0600"'
1229
- sset: '"2014-11-03 16:47:07 -0600"'
1230
- - id: 308
1231
- rise: '"2014-11-04 06:31:14 -0600"'
1232
- noon: '"2014-11-04 11:38:35 -0600"'
1233
- sset: '"2014-11-04 16:45:55 -0600"'
1234
- - id: 309
1235
- rise: '"2014-11-05 06:32:28 -0600"'
1236
- noon: '"2014-11-05 11:38:36 -0600"'
1237
- sset: '"2014-11-05 16:44:43 -0600"'
1238
- - id: 310
1239
- rise: '"2014-11-06 06:33:42 -0600"'
1240
- noon: '"2014-11-06 11:38:38 -0600"'
1241
- sset: '"2014-11-06 16:43:34 -0600"'
1242
- - id: 311
1243
- rise: '"2014-11-07 06:34:56 -0600"'
1244
- noon: '"2014-11-07 11:38:41 -0600"'
1245
- sset: '"2014-11-07 16:42:26 -0600"'
1246
- - id: 312
1247
- rise: '"2014-11-08 06:36:10 -0600"'
1248
- noon: '"2014-11-08 11:38:45 -0600"'
1249
- sset: '"2014-11-08 16:41:19 -0600"'
1250
- - id: 313
1251
- rise: '"2014-11-09 06:37:24 -0600"'
1252
- noon: '"2014-11-09 11:38:49 -0600"'
1253
- sset: '"2014-11-09 16:40:15 -0600"'
1254
- - id: 314
1255
- rise: '"2014-11-10 06:38:38 -0600"'
1256
- noon: '"2014-11-10 11:38:55 -0600"'
1257
- sset: '"2014-11-10 16:39:12 -0600"'
1258
- - id: 315
1259
- rise: '"2014-11-11 06:39:52 -0600"'
1260
- noon: '"2014-11-11 11:39:01 -0600"'
1261
- sset: '"2014-11-11 16:38:11 -0600"'
1262
- - id: 316
1263
- rise: '"2014-11-12 06:41:06 -0600"'
1264
- noon: '"2014-11-12 11:39:08 -0600"'
1265
- sset: '"2014-11-12 16:37:11 -0600"'
1266
- - id: 317
1267
- rise: '"2014-11-13 06:42:19 -0600"'
1268
- noon: '"2014-11-13 11:39:16 -0600"'
1269
- sset: '"2014-11-13 16:36:13 -0600"'
1270
- - id: 318
1271
- rise: '"2014-11-14 06:43:33 -0600"'
1272
- noon: '"2014-11-14 11:39:25 -0600"'
1273
- sset: '"2014-11-14 16:35:18 -0600"'
1274
- - id: 319
1275
- rise: '"2014-11-15 06:44:46 -0600"'
1276
- noon: '"2014-11-15 11:39:35 -0600"'
1277
- sset: '"2014-11-15 16:34:24 -0600"'
1278
- - id: 320
1279
- rise: '"2014-11-16 06:45:59 -0600"'
1280
- noon: '"2014-11-16 11:39:46 -0600"'
1281
- sset: '"2014-11-16 16:33:32 -0600"'
1282
- - id: 321
1283
- rise: '"2014-11-17 06:47:12 -0600"'
1284
- noon: '"2014-11-17 11:39:57 -0600"'
1285
- sset: '"2014-11-17 16:32:42 -0600"'
1286
- - id: 322
1287
- rise: '"2014-11-18 06:48:24 -0600"'
1288
- noon: '"2014-11-18 11:40:09 -0600"'
1289
- sset: '"2014-11-18 16:31:54 -0600"'
1290
- - id: 323
1291
- rise: '"2014-11-19 06:49:37 -0600"'
1292
- noon: '"2014-11-19 11:40:22 -0600"'
1293
- sset: '"2014-11-19 16:31:08 -0600"'
1294
- - id: 324
1295
- rise: '"2014-11-20 06:50:48 -0600"'
1296
- noon: '"2014-11-20 11:40:36 -0600"'
1297
- sset: '"2014-11-20 16:30:24 -0600"'
1298
- - id: 325
1299
- rise: '"2014-11-21 06:51:59 -0600"'
1300
- noon: '"2014-11-21 11:40:51 -0600"'
1301
- sset: '"2014-11-21 16:29:42 -0600"'
1302
- - id: 326
1303
- rise: '"2014-11-22 06:53:10 -0600"'
1304
- noon: '"2014-11-22 11:41:06 -0600"'
1305
- sset: '"2014-11-22 16:29:03 -0600"'
1306
- - id: 327
1307
- rise: '"2014-11-23 06:54:20 -0600"'
1308
- noon: '"2014-11-23 11:41:23 -0600"'
1309
- sset: '"2014-11-23 16:28:25 -0600"'
1310
- - id: 328
1311
- rise: '"2014-11-24 06:55:30 -0600"'
1312
- noon: '"2014-11-24 11:41:40 -0600"'
1313
- sset: '"2014-11-24 16:27:50 -0600"'
1314
- - id: 329
1315
- rise: '"2014-11-25 06:56:38 -0600"'
1316
- noon: '"2014-11-25 11:41:57 -0600"'
1317
- sset: '"2014-11-25 16:27:16 -0600"'
1318
- - id: 330
1319
- rise: '"2014-11-26 06:57:46 -0600"'
1320
- noon: '"2014-11-26 11:42:16 -0600"'
1321
- sset: '"2014-11-26 16:26:45 -0600"'
1322
- - id: 331
1323
- rise: '"2014-11-27 06:58:54 -0600"'
1324
- noon: '"2014-11-27 11:42:35 -0600"'
1325
- sset: '"2014-11-27 16:26:17 -0600"'
1326
- - id: 332
1327
- rise: '"2014-11-28 07:00:00 -0600"'
1328
- noon: '"2014-11-28 11:42:55 -0600"'
1329
- sset: '"2014-11-28 16:25:50 -0600"'
1330
- - id: 333
1331
- rise: '"2014-11-29 07:01:06 -0600"'
1332
- noon: '"2014-11-29 11:43:16 -0600"'
1333
- sset: '"2014-11-29 16:25:26 -0600"'
1334
- - id: 334
1335
- rise: '"2014-11-30 07:02:10 -0600"'
1336
- noon: '"2014-11-30 11:43:37 -0600"'
1337
- sset: '"2014-11-30 16:25:04 -0600"'
1338
- - id: 335
1339
- rise: '"2014-12-01 07:03:14 -0600"'
1340
- noon: '"2014-12-01 11:43:59 -0600"'
1341
- sset: '"2014-12-01 16:24:45 -0600"'
1342
- - id: 336
1343
- rise: '"2014-12-02 07:04:16 -0600"'
1344
- noon: '"2014-12-02 11:44:22 -0600"'
1345
- sset: '"2014-12-02 16:24:28 -0600"'
1346
- - id: 337
1347
- rise: '"2014-12-03 07:05:18 -0600"'
1348
- noon: '"2014-12-03 11:44:45 -0600"'
1349
- sset: '"2014-12-03 16:24:13 -0600"'
1350
- - id: 338
1351
- rise: '"2014-12-04 07:06:18 -0600"'
1352
- noon: '"2014-12-04 11:45:09 -0600"'
1353
- sset: '"2014-12-04 16:24:01 -0600"'
1354
- - id: 339
1355
- rise: '"2014-12-05 07:07:17 -0600"'
1356
- noon: '"2014-12-05 11:45:34 -0600"'
1357
- sset: '"2014-12-05 16:23:51 -0600"'
1358
- - id: 340
1359
- rise: '"2014-12-06 07:08:14 -0600"'
1360
- noon: '"2014-12-06 11:45:59 -0600"'
1361
- sset: '"2014-12-06 16:23:43 -0600"'
1362
- - id: 341
1363
- rise: '"2014-12-07 07:09:11 -0600"'
1364
- noon: '"2014-12-07 11:46:24 -0600"'
1365
- sset: '"2014-12-07 16:23:38 -0600"'
1366
- - id: 342
1367
- rise: '"2014-12-08 07:10:06 -0600"'
1368
- noon: '"2014-12-08 11:46:50 -0600"'
1369
- sset: '"2014-12-08 16:23:35 -0600"'
1370
- - id: 343
1371
- rise: '"2014-12-09 07:10:59 -0600"'
1372
- noon: '"2014-12-09 11:47:17 -0600"'
1373
- sset: '"2014-12-09 16:23:35 -0600"'
1374
- - id: 344
1375
- rise: '"2014-12-10 07:11:51 -0600"'
1376
- noon: '"2014-12-10 11:47:44 -0600"'
1377
- sset: '"2014-12-10 16:23:37 -0600"'
1378
- - id: 345
1379
- rise: '"2014-12-11 07:12:41 -0600"'
1380
- noon: '"2014-12-11 11:48:11 -0600"'
1381
- sset: '"2014-12-11 16:23:41 -0600"'
1382
- - id: 346
1383
- rise: '"2014-12-12 07:13:30 -0600"'
1384
- noon: '"2014-12-12 11:48:39 -0600"'
1385
- sset: '"2014-12-12 16:23:48 -0600"'
1386
- - id: 347
1387
- rise: '"2014-12-13 07:14:17 -0600"'
1388
- noon: '"2014-12-13 11:49:07 -0600"'
1389
- sset: '"2014-12-13 16:23:57 -0600"'
1390
- - id: 348
1391
- rise: '"2014-12-14 07:15:02 -0600"'
1392
- noon: '"2014-12-14 11:49:35 -0600"'
1393
- sset: '"2014-12-14 16:24:09 -0600"'
1394
- - id: 349
1395
- rise: '"2014-12-15 07:15:46 -0600"'
1396
- noon: '"2014-12-15 11:50:04 -0600"'
1397
- sset: '"2014-12-15 16:24:23 -0600"'
1398
- - id: 350
1399
- rise: '"2014-12-16 07:16:27 -0600"'
1400
- noon: '"2014-12-16 11:50:33 -0600"'
1401
- sset: '"2014-12-16 16:24:39 -0600"'
1402
- - id: 351
1403
- rise: '"2014-12-17 07:17:07 -0600"'
1404
- noon: '"2014-12-17 11:51:02 -0600"'
1405
- sset: '"2014-12-17 16:24:57 -0600"'
1406
- - id: 352
1407
- rise: '"2014-12-18 07:17:45 -0600"'
1408
- noon: '"2014-12-18 11:51:32 -0600"'
1409
- sset: '"2014-12-18 16:25:18 -0600"'
1410
- - id: 353
1411
- rise: '"2014-12-19 07:18:20 -0600"'
1412
- noon: '"2014-12-19 11:52:01 -0600"'
1413
- sset: '"2014-12-19 16:25:42 -0600"'
1414
- - id: 354
1415
- rise: '"2014-12-20 07:18:54 -0600"'
1416
- noon: '"2014-12-20 11:52:31 -0600"'
1417
- sset: '"2014-12-20 16:26:07 -0600"'
1418
- - id: 355
1419
- rise: '"2014-12-21 07:19:26 -0600"'
1420
- noon: '"2014-12-21 11:53:00 -0600"'
1421
- sset: '"2014-12-21 16:26:35 -0600"'
1422
- - id: 356
1423
- rise: '"2014-12-22 07:19:56 -0600"'
1424
- noon: '"2014-12-22 11:53:30 -0600"'
1425
- sset: '"2014-12-22 16:27:04 -0600"'
1426
- - id: 357
1427
- rise: '"2014-12-23 07:20:23 -0600"'
1428
- noon: '"2014-12-23 11:54:00 -0600"'
1429
- sset: '"2014-12-23 16:27:36 -0600"'
1430
- - id: 358
1431
- rise: '"2014-12-24 07:20:49 -0600"'
1432
- noon: '"2014-12-24 11:54:30 -0600"'
1433
- sset: '"2014-12-24 16:28:11 -0600"'
1434
- - id: 359
1435
- rise: '"2014-12-25 07:21:12 -0600"'
1436
- noon: '"2014-12-25 11:54:59 -0600"'
1437
- sset: '"2014-12-25 16:28:47 -0600"'
1438
- - id: 360
1439
- rise: '"2014-12-26 07:21:33 -0600"'
1440
- noon: '"2014-12-26 11:55:29 -0600"'
1441
- sset: '"2014-12-26 16:29:25 -0600"'
1442
- - id: 361
1443
- rise: '"2014-12-27 07:21:51 -0600"'
1444
- noon: '"2014-12-27 11:55:58 -0600"'
1445
- sset: '"2014-12-27 16:30:05 -0600"'
1446
- - id: 362
1447
- rise: '"2014-12-28 07:22:08 -0600"'
1448
- noon: '"2014-12-28 11:56:28 -0600"'
1449
- sset: '"2014-12-28 16:30:48 -0600"'
1450
- - id: 363
1451
- rise: '"2014-12-29 07:22:22 -0600"'
1452
- noon: '"2014-12-29 11:56:57 -0600"'
1453
- sset: '"2014-12-29 16:31:32 -0600"'
1454
- - id: 364
1455
- rise: '"2014-12-30 07:22:34 -0600"'
1456
- noon: '"2014-12-30 11:57:26 -0600"'
1457
- sset: '"2014-12-30 16:32:18 -0600"'
1458
- - id: 365
1459
- rise: '"2014-12-31 07:22:43 -0600"'
1460
- noon: '"2014-12-31 11:57:54 -0600"'
1461
- sset: '"2014-12-31 16:33:06 -0600"'