tracksperanto 3.5.9 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (243) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.tm_properties +3 -0
  4. data/.travis.yml +5 -0
  5. data/.yardopts +5 -0
  6. data/Gemfile +1 -31
  7. data/MIT_LICENSE.txt +1 -1
  8. data/README.md +5 -5
  9. data/Rakefile +7 -32
  10. data/bin/tracksperanto +1 -1
  11. data/lib/export/base.rb +1 -2
  12. data/lib/export/boujou.rb +0 -1
  13. data/lib/export/cosa.rb +0 -1
  14. data/lib/export/equalizer3.rb +0 -1
  15. data/lib/export/equalizer4.rb +0 -1
  16. data/lib/export/flame_stabilizer.rb +0 -1
  17. data/lib/export/flame_stabilizer_2014.rb +0 -1
  18. data/lib/export/flame_stabilizer_2014_cornerpin.rb +0 -1
  19. data/lib/export/flame_stabilizer_cornerpin.rb +0 -1
  20. data/lib/export/match_mover.rb +0 -1
  21. data/lib/export/maxscript.rb +0 -1
  22. data/lib/export/maya_live.rb +0 -1
  23. data/lib/export/maya_locators.rb +0 -1
  24. data/lib/export/mux.rb +0 -1
  25. data/lib/export/nuke_cam_tk_usertracks.rb +1 -2
  26. data/lib/export/nuke_script.rb +0 -1
  27. data/lib/export/pfmatchit.rb +0 -1
  28. data/lib/export/pftrack.rb +0 -1
  29. data/lib/export/pftrack_5.rb +0 -1
  30. data/lib/export/ruby.rb +0 -1
  31. data/lib/export/shake_text.rb +0 -1
  32. data/lib/export/syntheyes.rb +0 -1
  33. data/lib/export/xsi.rb +0 -1
  34. data/lib/import/base.rb +0 -1
  35. data/lib/import/boujou.rb +0 -1
  36. data/lib/import/equalizer3.rb +0 -1
  37. data/lib/import/equalizer4.rb +0 -1
  38. data/lib/import/flame_stabilizer.rb +0 -1
  39. data/lib/import/match_mover.rb +0 -1
  40. data/lib/import/match_mover_rzml.rb +0 -1
  41. data/lib/import/maya_live.rb +0 -1
  42. data/lib/import/nuke_script.rb +0 -1
  43. data/lib/import/pftrack.rb +0 -1
  44. data/lib/import/shake_grammar/catcher.rb +0 -1
  45. data/lib/import/shake_grammar/lexer.rb +0 -1
  46. data/lib/import/shake_script.rb +2 -3
  47. data/lib/import/shake_text.rb +0 -1
  48. data/lib/import/syntheyes.rb +0 -1
  49. data/lib/import/syntheyes_all_tracker_paths.rb +0 -1
  50. data/lib/pipeline/base.rb +0 -2
  51. data/lib/tools/base.rb +0 -1
  52. data/lib/tools/crop.rb +0 -1
  53. data/lib/tools/flip.rb +0 -1
  54. data/lib/tools/flop.rb +0 -1
  55. data/lib/tools/golden.rb +0 -1
  56. data/lib/tools/length_cutoff.rb +0 -1
  57. data/lib/tools/lens_disto.rb +0 -1
  58. data/lib/tools/lerp.rb +0 -1
  59. data/lib/tools/lint.rb +0 -1
  60. data/lib/tools/move_to_first.rb +0 -1
  61. data/lib/tools/pad.rb +0 -1
  62. data/lib/tools/prefix.rb +0 -1
  63. data/lib/tools/reformat.rb +0 -1
  64. data/lib/tools/scaler.rb +0 -1
  65. data/lib/tools/shift.rb +0 -1
  66. data/lib/tools/slipper.rb +0 -1
  67. data/lib/tools/start_trim.rb +0 -1
  68. data/lib/tracksperanto.rb +1 -2
  69. data/lib/tracksperanto/blacklist.rb +0 -1
  70. data/lib/tracksperanto/block_init.rb +2 -4
  71. data/lib/tracksperanto/buffer_io.rb +0 -1
  72. data/lib/tracksperanto/casts.rb +0 -1
  73. data/lib/tracksperanto/const_name.rb +0 -1
  74. data/lib/tracksperanto/ext_io.rb +0 -1
  75. data/lib/tracksperanto/format_detector.rb +0 -1
  76. data/lib/tracksperanto/keyframe.rb +0 -1
  77. data/lib/tracksperanto/returning.rb +0 -1
  78. data/lib/tracksperanto/safety.rb +0 -1
  79. data/lib/tracksperanto/simple_export.rb +0 -1
  80. data/lib/tracksperanto/tracker.rb +0 -1
  81. data/lib/tracksperanto/uv_coordinates.rb +3 -4
  82. data/lib/tracksperanto/version.rb +3 -0
  83. data/lib/tracksperanto/zip_tuples.rb +0 -1
  84. data/test/export/README_EXPORT_TESTS.txt +1 -1
  85. data/test/export/test_ae_export.rb +0 -1
  86. data/test/export/test_boujou_export.rb +0 -1
  87. data/test/export/test_equalizer3_export.rb +0 -1
  88. data/test/export/test_equalizer_export.rb +0 -1
  89. data/test/export/test_flame_stabilizer_2014_cornerpin_export.rb +0 -1
  90. data/test/export/test_flame_stabilizer_2014_export.rb +0 -1
  91. data/test/export/test_flame_stabilizer_cornerpin_export.rb +0 -1
  92. data/test/export/test_flame_stabilizer_export.rb +0 -1
  93. data/test/export/test_match_mover_export.rb +0 -1
  94. data/test/export/test_maxscript.rb +0 -1
  95. data/test/export/test_maya_live_export.rb +0 -1
  96. data/test/export/test_maya_locators_export.rb +0 -1
  97. data/test/export/test_mux.rb +0 -1
  98. data/test/export/test_nuke_camtracker_export.rb +0 -1
  99. data/test/export/test_nuke_export.rb +0 -1
  100. data/test/export/test_pfmatchit_export.rb +0 -1
  101. data/test/export/test_pftrack5_export.rb +0 -1
  102. data/test/export/test_pftrack_export.rb +0 -1
  103. data/test/export/test_ruby_export.rb +0 -1
  104. data/test/export/test_shake_export.rb +0 -1
  105. data/test/export/test_syntheyes_export.rb +0 -1
  106. data/test/export/test_xsi_python_export.rb +0 -1
  107. data/test/helper.rb +12 -10
  108. data/test/import/samples/3de_v3/3de_export_v3.txt +2203 -0
  109. data/test/import/samples/3de_v4/3de_export_cube.txt +726 -0
  110. data/test/import/samples/3de_v4/FB1880_man_v05.txt +2402 -0
  111. data/test/import/samples/boujou_features_text/boujou_txt_export.txt +2885 -0
  112. data/test/import/samples/flame_stabilizer/FlameStab_Cornerpin_CorrectOrder.stabilizer +2758 -0
  113. data/test/import/samples/flame_stabilizer/FlameStab_Cornerpin_IncorrectOrder.stabilizer +2758 -0
  114. data/test/import/samples/flame_stabilizer/Flame_Stabilizer_2012.stabilizer +6954 -0
  115. data/test/import/samples/flame_stabilizer/cornerpin_2012.stabilizer +20958 -0
  116. data/test/import/samples/flame_stabilizer/flame2010_cornerpin.stabilizer +10792 -0
  117. data/test/import/samples/flame_stabilizer/flame_2012_another.stabilizer +2290 -0
  118. data/test/import/samples/flame_stabilizer/fromCombustion_fromMidClip_wSnap.stabilizer +2028 -0
  119. data/test/import/samples/flame_stabilizer/fromTracksperanto.stabilizer +541 -0
  120. data/test/import/samples/flame_stabilizer/hugeFlameSetup.stabilizer +263460 -0
  121. data/test/import/samples/flame_stabilizer/megaTrack.action.3dtrack.stabilizer +29793 -0
  122. data/test/import/samples/flame_stabilizer/stabilizer_2014_ref_for_reexport.stabilizer +2776 -0
  123. data/test/import/samples/flame_stabilizer/stabilizer_2014_stp.stabilizer +2536 -0
  124. data/test/import/samples/match_mover/2dtracks.rz2 +2076 -0
  125. data/test/import/samples/match_mover/EP_1000_head_trackers_v002.rz2 +935 -0
  126. data/test/import/samples/match_mover/NonSequentialMatchmoverPoints.rz2 +93306 -0
  127. data/test/import/samples/match_mover/cha_171_1020_atb_v001.rz2 +238 -0
  128. data/test/import/samples/match_mover/kipPointsMatchmover.rz2 +523 -0
  129. data/test/import/samples/match_mover_rzml/md_145_1070_right_t1.rzml +601 -0
  130. data/test/import/samples/mayalive/mayalive_kipShot.txt +1504 -0
  131. data/test/import/samples/nuke/018.nk +300 -0
  132. data/test/import/samples/nuke/45trackers.nk +331 -0
  133. data/test/import/samples/nuke/A099_L008_0207TW_001_head_R.nk +135 -0
  134. data/test/import/samples/nuke/cornerpin.nk +11 -0
  135. data/test/import/samples/nuke/curve-start-with-curve-command.nk +174 -0
  136. data/test/import/samples/nuke/failing_nuke7_trackers_job_1872.nk +112 -0
  137. data/test/import/samples/nuke/nuke708_tracker.nk +52 -0
  138. data/test/import/samples/nuke/nuke7_planar.nk +3143 -0
  139. data/test/import/samples/nuke/nuke7_tracker_2tracks.nk +116 -0
  140. data/test/import/samples/nuke/nuke7_transform2d.nk +69 -0
  141. data/test/import/samples/nuke/nuke8_tracker4_copypastes.nk +53 -0
  142. data/test/import/samples/nuke/one_tracker_with_break.nk +71 -0
  143. data/test/import/samples/nuke/one_tracker_with_break_in_grp.nk +91 -0
  144. data/test/import/samples/nuke/planar.nk +37692 -0
  145. data/test/import/samples/nuke/reconciles.nk +210 -0
  146. data/test/import/samples/nuke/sh110_trackers_004_ipad1.nk +56 -0
  147. data/test/import/samples/nuke/skip_invalid_curve_expressions.nk +62 -0
  148. data/test/import/samples/nuke/track_nuke8.nk +54 -0
  149. data/test/import/samples/nuke/tracker4_with_empty_tracks_knob.nk +13005 -0
  150. data/test/import/samples/nuke/tracker_with_differing_gaps.nk +82 -0
  151. data/test/import/samples/nuke/tracker_with_repeating_gaps.nk +79 -0
  152. data/test/import/samples/pfmatchit/pfmatchit_example.2dt +90 -0
  153. data/test/import/samples/pftrack4/sourcefile_pftrack.2dt +28972 -0
  154. data/test/import/samples/pftrack5/apft.2dt +164 -0
  155. data/test/import/samples/pftrack5/empty_trackers.2dt +30 -0
  156. data/test/import/samples/pftrack5/garage.2dt +79259 -0
  157. data/test/import/samples/pftrack5/stereo.2dt +21073 -0
  158. data/test/import/samples/shake_script/205_030_shaketrack_v01_pd.shk +379 -0
  159. data/test/import/samples/shake_script/REDACTED_shake_file.shk +317 -0
  160. data/test/import/samples/shake_script/cliff_many_stabilize.shk +675 -0
  161. data/test/import/samples/shake_script/comments_inline_with_args.shk +50 -0
  162. data/test/import/samples/shake_script/designated_global_range_starting_at_negative_frame.shk +496 -0
  163. data/test/{subpixel/shake_subpix_v01.shk → import/samples/shake_script/four_tracks_in_one_matchmove.shk} +50 -35
  164. data/test/import/samples/shake_script/four_tracks_in_one_stabilizer.shk +321 -0
  165. data/test/import/samples/shake_script/from_matchmover.shk +140 -0
  166. data/test/import/samples/shake_script/ofx_vardefs.shk +6 -0
  167. data/test/import/samples/shake_script/oldTrackerNode.shk +5 -0
  168. data/test/import/samples/shake_script/shake_script_from_boujou.shk +15 -0
  169. data/test/import/samples/shake_script/shake_tracker_nodes.shk +633 -0
  170. data/test/import/samples/shake_script/shake_tracker_with_no_anim.shk +6 -0
  171. data/test/import/samples/shake_script/shake_trackers_with_Nspline.shk +328 -0
  172. data/test/import/samples/shake_script/stabilize_nodes_with_hermite.shk +330 -0
  173. data/test/import/samples/shake_script/three_tracks_in_one_stabilizer.shk +320 -0
  174. data/test/import/samples/shake_script/track.shk +349 -0
  175. data/test/import/samples/shake_script/two_tracks_in_one_tracker.shk +319 -0
  176. data/test/import/samples/shake_text/nuke_camtracker.txt +11240 -0
  177. data/test/import/samples/shake_text/one_shake_tracker.txt +49 -0
  178. data/test/import/samples/shake_text/one_shake_tracker_from_first.txt +188 -0
  179. data/test/import/samples/shake_text/two_shake_trackers.txt +78 -0
  180. data/test/import/samples/syntheyes_2d_paths/cola_plate.txt +507 -0
  181. data/test/import/samples/syntheyes_2d_paths/flyover2DP_syntheyes.txt +12687 -0
  182. data/test/import/samples/syntheyes_2d_paths/morePoints_sy2010.txt +752 -0
  183. data/test/import/samples/syntheyes_2d_paths/one_tracker.txt +49 -0
  184. data/test/import/samples/syntheyes_2d_paths/shake_tracker_nodes_to_syntheyes.txt +4091 -0
  185. data/test/import/samples/syntheyes_all_tracker_paths/shot06_2dTracks.txt +6255 -0
  186. data/test/import/test_3de_import.rb +0 -1
  187. data/test/import/test_3de_import3.rb +0 -1
  188. data/test/import/test_boujou_import.rb +0 -1
  189. data/test/import/test_flame_import.rb +0 -1
  190. data/test/import/test_match_mover_import.rb +0 -1
  191. data/test/import/test_match_mover_rzml_import.rb +0 -1
  192. data/test/import/test_maya_live_import.rb +0 -1
  193. data/test/import/test_nuke_import.rb +0 -1
  194. data/test/import/test_pftrack_import.rb +0 -1
  195. data/test/import/test_shake_catcher.rb +0 -1
  196. data/test/import/test_shake_lexer.rb +0 -1
  197. data/test/import/test_shake_script_import.rb +0 -1
  198. data/test/import/test_shake_text_import.rb +0 -1
  199. data/test/import/test_syntheyes_all_tracker_paths_import.rb +0 -1
  200. data/test/import/test_syntheyes_import.rb +0 -1
  201. data/test/test_blacklist.rb +0 -1
  202. data/test/test_block_init.rb +0 -1
  203. data/test/test_buffer_io.rb +0 -1
  204. data/test/test_casts.rb +2 -3
  205. data/test/test_cli.rb +0 -1
  206. data/test/test_const_name.rb +0 -1
  207. data/test/test_extio.rb +0 -1
  208. data/test/test_format_detector.rb +0 -1
  209. data/test/test_keyframe.rb +0 -1
  210. data/test/test_parameters.rb +0 -1
  211. data/test/test_pipeline.rb +0 -1
  212. data/test/test_safety.rb +0 -1
  213. data/test/test_simple_export.rb +0 -1
  214. data/test/test_tracker.rb +0 -1
  215. data/test/test_tracksperanto.rb +0 -1
  216. data/test/test_uv_coords.rb +0 -1
  217. data/test/test_yield_non_empty.rb +0 -1
  218. data/test/test_zip_tuples.rb +0 -1
  219. data/test/tools/test_crop_middleware.rb +0 -1
  220. data/test/tools/test_flip_middleware.rb +0 -1
  221. data/test/tools/test_flop_middleware.rb +0 -1
  222. data/test/tools/test_golden_middleware.rb +0 -1
  223. data/test/tools/test_length_cutoff_middleware.rb +0 -1
  224. data/test/tools/test_lens_middleware.rb +0 -1
  225. data/test/tools/test_lerp_middleware.rb +0 -1
  226. data/test/tools/test_lint_middleware.rb +0 -1
  227. data/test/tools/test_move_to_first_frame_middleware.rb +0 -1
  228. data/test/tools/test_pad_middleware.rb +0 -1
  229. data/test/tools/test_prefix.rb +0 -1
  230. data/test/tools/test_reformat_middleware.rb +0 -1
  231. data/test/tools/test_scaler_middleware.rb +0 -1
  232. data/test/tools/test_shift_middleware.rb +0 -1
  233. data/test/tools/test_slip_middleware.rb +0 -1
  234. data/test/tools/test_start_trim_middleware.rb +0 -1
  235. data/tracksperanto.gemspec +53 -276
  236. metadata +136 -145
  237. data/test/subpixel/Flame_Smk2013_SubpixSample.stabilizer +0 -310
  238. data/test/subpixel/julik_pftrack.txt +0 -14
  239. data/test/subpixel/subpix_import_test.rb +0 -75
  240. data/test/subpixel/subpixel_grid.ifl +0 -1
  241. data/test/subpixel/subpixel_grid.sni +0 -0
  242. data/test/subpixel/subpixel_grid.tif +0 -0
  243. data/test/subpixel/sy_subpix_2dpaths.txt +0 -4
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Does the same as the Pad tool but with absolute pixel values instead of fractionals
3
2
  class Tracksperanto::Tool::Crop < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Flips the comp being exported horizontally
3
2
  class Tracksperanto::Tool::Flip < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Flips the comp being exported vertically
3
2
  class Tracksperanto::Tool::Flop < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool marks all trackers as being 100% accurate
3
2
  class Tracksperanto::Tool::Golden < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool removes trackers that contain less than min_length keyframes
3
2
  # from the exported batch
4
3
  class Tracksperanto::Tool::LengthCutoff < Tracksperanto::Tool::Base
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  class Tracksperanto::Tool::LensDisto < Tracksperanto::Tool::Base
3
2
  include Tracksperanto::UVCoordinates
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool adds linearly interpolated keyframes BETWEEN the keyframes passing through the exporter
3
2
  class Tracksperanto::Tool::Lerp < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Prevents you from exporting invalid trackers
3
2
  class Tracksperanto::Tool::Lint < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Sometimes your tracked sequence has been loaded from say frame 73282381, but you want to import into an application
3
2
  # that expects the trackers to start at frame 1. This tool autoslips everything so that your trackers start at frame 1.
4
3
  class Tracksperanto::Tool::MoveToFirst < Tracksperanto::Tool::Base
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool pads the comp or crops it if given negative values. Use it to say unpad
3
2
  # some fucked-up telecine transfers. The padding is in fractional units of the total width
4
3
  # and height
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool prepends the names of the trackers passing through it with a prefix
3
2
  # and an underscore
4
3
  class Tracksperanto::Tool::Prefix < Tracksperanto::Tool::Base
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.dirname(__FILE__) + '/scaler'
3
2
 
4
3
  # This tool reformats (scales) the track setup to a specific pixel resolution. Very useful for
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Scales the comp being exported by a specific factor, together with the tracker keyframes
3
2
  class Tracksperanto::Tool::Scaler < Tracksperanto::Tool::Base
4
3
  DEFAULT_FACTOR = 1
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool moves the keyframs by a preset number of pixels
3
2
  class Tracksperanto::Tool::Shift < Tracksperanto::Tool::Base
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Slips the keyframe positions by a specific integer amount of frames, positive values slip forward (later in time). Useful if you just edited some stuff onto
3
2
  # the beginning if your sequence and need to extend your tracks.
4
3
  class Tracksperanto::Tool::Slipper < Tracksperanto::Tool::Base
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # This tool removes all keyframes before frame 0, and skips trackers entirely if they are all before frame 0
3
2
  class Tracksperanto::Tool::StartTrim < Tracksperanto::Tool::Base
4
3
 
@@ -1,11 +1,10 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require 'stringio'
3
2
  require 'forwardable'
4
3
  require 'tempfile'
4
+ require_relative 'tracksperanto/version'
5
5
 
6
6
  module Tracksperanto
7
7
  PATH = File.expand_path(File.dirname(__FILE__))
8
- VERSION = '3.5.9'
9
8
 
10
9
  module Import; end
11
10
  module Export; end
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  class Tracksperanto::Blacklist
3
2
 
4
3
  # Prevent totally unsupported formats from being used
@@ -1,9 +1,7 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Implements the conventional constructor with "hash of attributes" and block support
3
2
  module Tracksperanto::BlockInit
4
- def initialize(object_attribute_hash = {})
5
- m = method(respond_to?(:public_send) ? :public_send : :send)
6
- object_attribute_hash.map { |(k, v)| m.call("#{k}=", v) }
3
+ def initialize(**object_attribute_hash)
4
+ object_attribute_hash.map { |(k, v)| public_send("#{k}=", v) }
7
5
  yield(self) if block_given?
8
6
  end
9
7
  end
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require "tempfile"
3
2
  require 'forwardable'
4
3
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Helps to define things that will forcibly become floats, integers or strings
3
2
  module Tracksperanto::Casts
4
3
  def self.included(into)
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Provides const_name that returns the name of the class or module (or the name of the class
3
2
  # an instance belongs to) without it's parent namespace. Useful for building module tables
4
3
  module Tracksperanto::ConstName
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Many importers use this as a standard. This works like a wrapper for any
3
2
  # IO object with a couple extra methods added. Note that if you use this in an
4
3
  # importer you need to wrap the incoming input with it yourself (that is, an IO passed
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Finds a suitable importer for the chosen file path. Or at least tries to, based on the file extension.
3
2
  # Will then examine all the importers and ask them if they can handle the specified file
4
3
  class Tracksperanto::FormatDetector
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Internal representation of a keyframe, that carries info on the frame location in the clip, x y and residual.
3
2
  #
4
3
  # Franme numbers are zero-based (frame 0 is first frame of the clip).
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  module Tracksperanto::Returning
3
2
  # The "returning" idiom copied from ActiveSupport
4
3
  def returning(r)
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Implements the +safe_reader+ class method which will define (or override) readers that
3
2
  # raise if ivar is nil
4
3
  module Tracksperanto::Safety
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Implements just_export for quickly pushing trackers out through an exporter without using Pipeline
3
2
  # plumbing
4
3
  module Tracksperanto::SimpleExport
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Internal representation of a tracker point with keyframes. A Tracker is an array of Keyframe objects
3
2
  # with a few methods added for convenience
4
3
  class Tracksperanto::Tracker
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # For Syntheyes, zero is at the
3
2
  # optical center of the image, and goes positive right and up. The corners get the [-1..1] coordinates
4
3
  # respectively. Since Tracksperanto works in absolute pixels we need to convert to and from these cords.
@@ -6,17 +5,17 @@
6
5
  # adjustment is necessary to maintain subpixel accuracy.
7
6
  module Tracksperanto::UVCoordinates
8
7
 
9
- # Convert absoilute X and Y values off the BL corner into Syntheyes UV coordinates
8
+ # Convert absolute X and Y values off the BL corner into Syntheyes UV coordinates
10
9
  def absolute_to_uv(abs_x, abs_y, w, h)
11
10
  [convert_to_uv(abs_x, w), convert_to_uv(abs_y, h) * -1]
12
11
  end
13
12
 
14
- # Convert absoilute pixel value off the BL corner into Syntheyes UV coordinate
13
+ # Convert absolute pixel value off the BL corner into Syntheyes UV coordinate
15
14
  def convert_to_uv(abs_value, absolute_side)
16
15
  uv_value = (((abs_value.to_f - 0.5) / (absolute_side.to_f - 1)) - 0.5) * 2.0
17
16
  end
18
17
 
19
- # Convert Syntheyes UV value into absoilute pixel value off the BL corner
18
+ # Convert Syntheyes UV value into absolute pixel value off the BL corner
20
19
  def convert_from_uv(uv_value, absolute_side)
21
20
  # Account for the fact that Syntheyes assumes the
22
21
  # pixel values to be at the center of the pixel
@@ -0,0 +1,3 @@
1
+ module Tracksperanto
2
+ VERSION = '4.0.0'
3
+ end
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  # Implements the zip_curve_tuples method
3
2
  module Tracksperanto::ZipTuples
4
3
  # Zip arrays of "value at" tuples into an array of "values at" tuples
@@ -9,7 +9,7 @@ This means that unless you own an app that accepts this particular format
9
9
  you cannot overwrite the export with your own since you got no way to verify
10
10
  that the export works
11
11
 
12
- The current test set consists of three trackers. First - two two parabolic curves that cross.
12
+ The current test set consists of three trackers. First - two parabolic curves that cross.
13
13
  The first tracker goes left to right, the second right to left and they start at opposite
14
14
  corners of the reference 1920x1080 export.
15
15
 
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class AEExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class BoujouExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class Equalizer3ExportTestTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class Equalizer4ExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class TestFlameStabilizer2014CornerpinExport < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class TestFlameStabilizer2014Export < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class FlameStabilizerCornerpinExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class TestFlameStabilizerExport < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class MatchmoverExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class MaxscriptExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class MayaLiveExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class MayaLocatorsExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class MuxTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class NukeCamTrackerExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class NukeExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class PFMatchitExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class PFTrack5ExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class PFTrackExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class RubyExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class ShakeTextExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class SynthEyesExportTest < Test::Unit::TestCase
@@ -1,4 +1,3 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require File.expand_path(File.dirname(__FILE__)) + '/../helper'
3
2
 
4
3
  class XSIExportTest < Test::Unit::TestCase
@@ -1,6 +1,5 @@
1
- # -*- encoding : utf-8 -*-
2
1
  require "rubygems"
3
- require File.dirname(__FILE__) + '/../lib/tracksperanto' unless defined?(Tracksperanto)
2
+ require File.dirname(__FILE__) + '/../lib/tracksperanto'
4
3
  require 'test/unit'
5
4
  require 'fileutils'
6
5
 
@@ -9,17 +8,20 @@ Bundler.require :development
9
8
 
10
9
  unless File.exist?(File.dirname(__FILE__) + "/import/samples")
11
10
  puts "Please run tests on a git checkout from http://github.com/guerilla-di/tracksperanto"
12
- puts "so that you also have the 17-something megs of the test corpus to test against. Aborting."
11
+ puts "so that you also have the 17+ MB of the test corpus data to test against. Aborting."
13
12
  exit 1
14
13
  end
15
14
 
16
- # We are limited to flexmock 0.8 on Ruby 1.8
17
- # http://redmine.ruby-lang.org/issues/4882
18
- # https://github.com/jimweirich/flexmock/issues/4
19
- # https://github.com/julik/flexmock/commit/4acea00677e7b558bd564ec7c7630f0b27d368ca
20
- class FlexMock::PartialMockProxy
21
- def singleton?(method_name)
22
- @obj.singleton_methods.include?(method_name.to_s)
15
+ require 'flexmock'
16
+ require 'flexmock/test_unit'
17
+
18
+ # Fix methods being considered private on Ruby 2.4+ sice otherwise
19
+ # Forwardable complains. Upstream patch should be filed to flexmock,
20
+ # which now apparently lives at https://github.com/doudou/flexmock
21
+ class FlexMock
22
+ def respond_to_missing?(method_name, is_public)
23
+ return true if is_public
24
+ false
23
25
  end
24
26
  end
25
27
 
@@ -0,0 +1,2203 @@
1
+ // 3DE Multiple Tracking Curves Export 2048 x 778 * 275 frames
2
+ 02
3
+ 03
4
+ 23 71.7889 481.708
5
+ 24 141.189 477.176
6
+ 25 207.201 472.323
7
+ 26 270.013 467.592
8
+ 27 329.389 462.662
9
+ 28 386.885 457.768
10
+ 29 442.05 452.848
11
+ 30 495.39 447.718
12
+ 31 547.26 442.379
13
+ 32 599.604 436.2
14
+ 33 650.199 430.923
15
+ 34 700.632 424.289
16
+ 35 751.76 418.259
17
+ 36 800.746 412.204
18
+ 37 847.978 405.609
19
+ 38 893.926 399.122
20
+ 39 938.572 392.629
21
+ 40 980.696 386.618
22
+ 41 1021.52 380.742
23
+ 42 1061.18 375.088
24
+ 43 1099.54 369.182
25
+ 44 1137.83 363.744
26
+ 45 1176.1 358.193
27
+ 46 1214.47 352.601
28
+ 47 1252.93 347.356
29
+ 48 1292.3 341.871
30
+ 49 1332.64 336.249
31
+ 50 1372.81 330.646
32
+ 51 1412.4 325.234
33
+ 52 1451.92 319.718
34
+ 53 1490.58 314.59
35
+ 54 1528.6 310.008
36
+ 55 1566.44 305.593
37
+ 56 1604.75 301.817
38
+ 57 1642.76 298.079
39
+ 58 1682.09 294.441
40
+ 59 1722.09 290.987
41
+ 60 1762.66 287.958
42
+ 61 1805.22 285.223
43
+ 62 1849.01 282.758
44
+ 63 1893.49 280.751
45
+ 64 1939.19 279.497
46
+ 65 1984.31 278.403
47
+ 04
48
+ 25 64.0167 363.443
49
+ 26 132.733 361.707
50
+ 27 198.277 359.452
51
+ 28 260.797 356.913
52
+ 29 319.72 354.206
53
+ 30 377.09 351.109
54
+ 31 432.122 347.602
55
+ 32 486.751 343.981
56
+ 33 541.022 339.61
57
+ 34 594.42 334.829
58
+ 35 646.71 329.831
59
+ 36 697.369 324.475
60
+ 37 745.814 319.325
61
+ 38 793.215 313.722
62
+ 39 838.232 308.276
63
+ 40 881.517 302.748
64
+ 41 922.874 297.57
65
+ 42 962.931 292.092
66
+ 43 1001.36 286.895
67
+ 44 1040.05 281.786
68
+ 45 1078.43 276.483
69
+ 46 1116.75 271.184
70
+ 47 1155.43 266.059
71
+ 48 1194.49 260.68
72
+ 49 1234.65 255.047
73
+ 50 1274.29 249.387
74
+ 51 1313.32 243.761
75
+ 52 1352.26 237.961
76
+ 53 1390.04 232.54
77
+ 54 1427.21 227.476
78
+ 55 1464.18 222.791
79
+ 56 1501.16 218.362
80
+ 57 1538.47 214.057
81
+ 58 1576.26 209.935
82
+ 59 1614.64 206.019
83
+ 60 1653.94 202.29
84
+ 61 1694.57 198.661
85
+ 62 1736.3 195.366
86
+ 63 1779.24 192.614
87
+ 64 1822.75 190.397
88
+ 65 1866.17 188.786
89
+ 66 1910.28 186.911
90
+ 67 1955.06 185.592
91
+ 68 2000.49 184.829
92
+ 06
93
+ 31 70.6226 701.416
94
+ 32 138.264 692.244
95
+ 33 208.813 682.01
96
+ 34 276.439 671.395
97
+ 35 340.556 661.281
98
+ 36 401.771 651.874
99
+ 37 459.609 642.653
100
+ 38 515.038 633.825
101
+ 39 567.109 625.285
102
+ 40 616.442 617.363
103
+ 41 662.727 610.043
104
+ 42 707.246 602.873
105
+ 43 749.681 595.975
106
+ 44 790.907 589.751
107
+ 45 831.531 583.39
108
+ 46 871.941 577.182
109
+ 47 912.305 571.463
110
+ 48 952.751 565.748
111
+ 49 993.261 560.046
112
+ 50 1033.15 554.515
113
+ 51 1071.94 549.246
114
+ 52 1110.18 544.034
115
+ 53 1147.02 539.292
116
+ 54 1182.99 535.222
117
+ 55 1217.84 531.413
118
+ 56 1252.78 528.399
119
+ 57 1286.89 525.397
120
+ 58 1321.76 522.732
121
+ 59 1356.78 520.303
122
+ 60 1391.35 518.371
123
+ 61 1427.35 517.051
124
+ 62 1464.1 515.414
125
+ 63 1501.11 514.967
126
+ 64 1536.2 515.299
127
+ 65 1571.61 515.856
128
+ 66 1605.52 516.883
129
+ 67 1640.36 518.295
130
+ 68 1675.08 520.409
131
+ 69 1711.93 523.264
132
+ 70 1746.09 526.212
133
+ 71 1783.36 529.728
134
+ 72 1818.4 533.68
135
+ 73 1854.79 538.257
136
+ 74 1892.22 543.546
137
+ 75 1928.09 548.672
138
+ 76 1968.19 554.499
139
+ 77 2004.65 560.565
140
+ 08
141
+ 59 111.054 210.799
142
+ 60 163.71 210.356
143
+ 61 214.521 210.178
144
+ 62 263.37 209.781
145
+ 63 310.182 209.702
146
+ 64 355.302 210.232
147
+ 65 396.629 210.188
148
+ 66 436.379 210.84
149
+ 67 473.622 211.302
150
+ 68 509.571 212.282
151
+ 69 544.111 214.078
152
+ 70 577.098 215.779
153
+ 71 609.428 218.031
154
+ 72 640.689 220.666
155
+ 73 670.696 223.802
156
+ 74 700.182 227.574
157
+ 75 728.257 230.885
158
+ 76 755.695 233.908
159
+ 77 781.951 237.514
160
+ 78 806.366 240.441
161
+ 79 829.553 243.171
162
+ 80 851.445 245.178
163
+ 81 871.536 246.971
164
+ 82 890.122 248.046
165
+ 83 907.315 248.381
166
+ 84 923.224 248.33
167
+ 85 937.822 247.457
168
+ 86 951.21 246.378
169
+ 87 963.287 244.266
170
+ 88 973.189 242.547
171
+ 89 983.115 239.067
172
+ 90 991.514 235.844
173
+ 91 997.743 232.69
174
+ 92 1003.19 229.091
175
+ 93 1007.49 224.833
176
+ 94 1010.93 221.755
177
+ 95 1013.85 217.977
178
+ 96 1016.45 215.474
179
+ 97 1018.86 212.571
180
+ 98 1020.48 210.457
181
+ 99 1022.11 208.312
182
+ 100 1022.89 207.034
183
+ 101 1023.31 205.364
184
+ 102 1023.63 203.761
185
+ 103 1023.39 201.827
186
+ 104 1023.09 200.484
187
+ 105 1022.89 198.391
188
+ 106 1022.26 195.364
189
+ 107 1021.2 192.362
190
+ 108 1020.17 189.712
191
+ 109 1017.56 185.82
192
+ 110 1015.08 182.291
193
+ 111 1011.09 178.112
194
+ 112 1006.97 173.672
195
+ 113 1002.58 168.322
196
+ 114 997.106 163.714
197
+ 115 991.706 158.606
198
+ 116 986.68 152.731
199
+ 117 981.29 146.553
200
+ 118 975.902 140.406
201
+ 119 969.917 133.852
202
+ 120 964.533 126.984
203
+ 121 958.723 120.737
204
+ 122 952.49 113.6
205
+ 123 945.776 107.02
206
+ 124 938.191 100.71
207
+ 125 929.964 94.7684
208
+ 126 922.002 88.5628
209
+ 127 912.729 82.6449
210
+ 128 903.042 77.0576
211
+ 129 892.632 71.6694
212
+ 130 881.942 66.3379
213
+ 131 871.191 61.1503
214
+ 132 859.834 56.1275
215
+ 133 847.689 50.6467
216
+ 134 835.498 45.601
217
+ 135 822.763 40.3614
218
+ 136 809.507 34.811
219
+ 137 795.772 29.1028
220
+ 138 781.62 23.2288
221
+ 139 766.746 17.2008
222
+ 09
223
+ 178 1528.62 737.918
224
+ 179 1530.59 742.797
225
+ 180 1532.67 748.303
226
+ 181 1534.75 753.719
227
+ 182 1537.09 760.218
228
+ 183 1539.35 766.537
229
+ 184 1541.38 772.228
230
+ 11
231
+ 167 1469.86 374.005
232
+ 168 1473.63 375.473
233
+ 169 1477.39 376.68
234
+ 170 1481.07 377.705
235
+ 171 1484.45 378.779
236
+ 172 1487.43 379.993
237
+ 173 1490.12 381.256
238
+ 174 1492.57 382.537
239
+ 175 1494.73 383.837
240
+ 176 1496.58 385.166
241
+ 177 1498.23 386.507
242
+ 178 1499.81 387.842
243
+ 179 1501.44 389.151
244
+ 180 1503.02 390.3
245
+ 181 1504.74 391.706
246
+ 182 1506.88 393.892
247
+ 183 1509.25 396.366
248
+ 184 1511.77 398.806
249
+ 185 1514.46 401.34
250
+ 186 1517.33 403.924
251
+ 187 1520.35 406.515
252
+ 188 1523.52 409.07
253
+ 189 1526.84 411.547
254
+ 190 1530.3 413.952
255
+ 191 1534.2 416.973
256
+ 192 1538.55 420.639
257
+ 193 1543.3 424.785
258
+ 194 1548.38 429.245
259
+ 195 1553.74 433.856
260
+ 196 1559.31 438.452
261
+ 197 1565.08 443.017
262
+ 198 1571.13 447.732
263
+ 199 1577.49 452.731
264
+ 200 1584.32 458.215
265
+ 201 1591.46 463.983
266
+ 202 1598.54 469.566
267
+ 203 1605.22 474.62
268
+ 204 1611.64 479.303
269
+ 205 1618.08 483.893
270
+ 206 1624.84 488.671
271
+ 207 1632.2 493.916
272
+ 208 1640.17 499.628
273
+ 209 1647.94 504.971
274
+ 210 1655.5 509.969
275
+ 211 1662.84 514.756
276
+ 212 1669.93 519.469
277
+ 213 1676.71 524.108
278
+ 214 1683.19 528.607
279
+ 215 1689.46 532.996
280
+ 216 1695.63 537.305
281
+ 217 1701.8 541.564
282
+ 218 1707.96 545.773
283
+ 219 1713.99 549.717
284
+ 220 1719.9 553.398
285
+ 221 1725.65 556.835
286
+ 222 1731.25 560.049
287
+ 223 1736.67 563.058
288
+ 224 1741.96 565.796
289
+ 225 1747.11 568.271
290
+ 226 1752.04 570.619
291
+ 227 1756.66 572.979
292
+ 228 1760.69 575.327
293
+ 229 1764.11 577.586
294
+ 230 1767.26 579.811
295
+ 231 1770.43 582.053
296
+ 232 1773.96 584.368
297
+ 233 1778.15 586.807
298
+ 234 1782.96 589.362
299
+ 235 1786.54 591.272
300
+ 236 1788.89 592.536
301
+ 237 1790.53 593.431
302
+ 238 1791.99 594.235
303
+ 239 1793.79 595.224
304
+ 240 1796.04 596.464
305
+ 241 1798.41 597.783
306
+ 242 1800.77 599.102
307
+ 243 1803.0 600.345
308
+ 244 1804.98 601.433
309
+ 245 1806.56 602.289
310
+ 246 1807.7 602.866
311
+ 247 1808.49 603.217
312
+ 248 1809.01 603.413
313
+ 249 1809.38 603.527
314
+ 250 1809.68 603.629
315
+ 251 1810.02 603.792
316
+ 252 1810.37 603.996
317
+ 253 1810.66 604.19
318
+ 254 1810.92 604.393
319
+ 255 1811.17 604.632
320
+ 256 1811.38 604.899
321
+ 257 1811.56 605.168
322
+ 258 1811.71 605.409
323
+ 259 1811.82 605.596
324
+ 260 1811.88 605.711
325
+ 261 1811.88 605.772
326
+ 262 1811.86 605.806
327
+ 263 1811.83 605.839
328
+ 264 1811.82 605.896
329
+ 265 1811.85 605.982
330
+ 266 1811.88 606.081
331
+ 267 1811.93 606.187
332
+ 268 1811.96 606.295
333
+ 269 1811.98 606.4
334
+ 270 1811.97 606.497
335
+ 271 1811.94 606.588
336
+ 272 1811.89 606.675
337
+ 273 1811.82 606.759
338
+ 274 1811.74 606.84
339
+ 275 1811.64 606.919
340
+ 15
341
+ 60 90.8635 107.778
342
+ 61 143.754 108.995
343
+ 62 194.513 110.315
344
+ 63 243.14 111.736
345
+ 64 289.979 113.354
346
+ 65 334.686 115.073
347
+ 66 376.23 116.615
348
+ 67 414.268 117.888
349
+ 68 451.224 119.807
350
+ 69 487.034 122.278
351
+ 70 521.518 125.018
352
+ 71 554.544 127.969
353
+ 72 586.197 131.212
354
+ 73 616.615 134.679
355
+ 74 645.934 138.3
356
+ 75 674.179 142.065
357
+ 76 702.043 145.348
358
+ 77 728.348 148.606
359
+ 78 753.096 151.791
360
+ 79 776.306 154.6
361
+ 80 797.998 156.732
362
+ 81 818.137 158.183
363
+ 82 836.726 159.087
364
+ 83 853.841 159.356
365
+ 84 869.558 158.901
366
+ 85 883.792 157.661
367
+ 86 896.538 155.697
368
+ 87 907.992 153.099
369
+ 88 918.349 149.956
370
+ 89 927.827 146.175
371
+ 90 936.144 141.82
372
+ 91 942.744 137.216
373
+ 92 947.143 132.446
374
+ 93 950.424 127.478
375
+ 94 953.492 122.246
376
+ 95 956.026 117.158
377
+ 96 957.938 112.748
378
+ 97 959.256 108.84
379
+ 98 960.112 105.228
380
+ 99 960.634 101.707
381
+ 100 960.833 98.4376
382
+ 101 960.643 95.5216
383
+ 102 960.083 92.6683
384
+ 103 959.17 89.5866
385
+ 104 957.923 85.9857
386
+ 105 956.441 81.9025
387
+ 106 954.678 77.5185
388
+ 107 952.437 72.7602
389
+ 108 949.521 67.5537
390
+ 109 945.85 61.8547
391
+ 110 941.539 55.7106
392
+ 111 936.678 49.186
393
+ 112 931.36 42.3452
394
+ 113 925.597 35.199
395
+ 114 919.346 27.7152
396
+ 115 912.607 19.8938
397
+ 116 905.378 11.7348
398
+ 16
399
+ 17
400
+ 18
401
+ 199 2026.08 685.884
402
+ 200 2033.89 690.719
403
+ 201 2044.34 696.777
404
+ 22
405
+ 85 854.476 420.256
406
+ 86 867.182 420.098
407
+ 87 878.353 419.689
408
+ 88 887.99 419.031
409
+ 89 896.093 418.122
410
+ 90 902.394 416.804
411
+ 91 906.982 415.129
412
+ 92 910.394 413.417
413
+ 93 913.167 411.986
414
+ 94 915.108 410.819
415
+ 95 915.951 409.756
416
+ 96 916.115 408.903
417
+ 97 916.025 408.366
418
+ 98 916.101 408.252
419
+ 99 916.344 408.559
420
+ 100 915.328 409.008
421
+ 101 913.148 409.59
422
+ 102 910.371 410.246
423
+ 103 907.564 410.919
424
+ 104 904.949 411.736
425
+ 105 902.198 412.68
426
+ 106 899.063 413.477
427
+ 107 895.293 413.854
428
+ 108 890.889 413.736
429
+ 109 885.977 413.262
430
+ 110 880.492 412.472
431
+ 111 874.371 411.41
432
+ 112 867.548 410.119
433
+ 113 859.952 408.594
434
+ 114 851.698 406.812
435
+ 115 843.005 404.783
436
+ 116 833.948 402.513
437
+ 117 826.834 399.874
438
+ 23
439
+ 152 1160.37 271.574
440
+ 153 1159.67 270.746
441
+ 154 1158.5 269.03
442
+ 155 1157.76 267.157
443
+ 156 1157.43 265.537
444
+ 157 1157.41 263.972
445
+ 158 1157.47 262.935
446
+ 159 1157.7 261.676
447
+ 160 1158.15 260.708
448
+ 161 1158.49 260.134
449
+ 162 1158.89 259.897
450
+ 163 1159.31 259.335
451
+ 164 1159.99 259.207
452
+ 165 1160.81 259.397
453
+ 166 1161.45 259.524
454
+ 167 1162.31 259.283
455
+ 168 1162.97 259.692
456
+ 169 1163.57 259.835
457
+ 170 1163.46 259.95
458
+ 171 1162.93 260.077
459
+ 172 1162.01 260.15
460
+ 173 1160.78 259.906
461
+ 174 1159.37 259.557
462
+ 175 1156.94 260.008
463
+ 176 1154.61 260.082
464
+ 177 1152.41 259.613
465
+ 178 1149.76 259.635
466
+ 179 1146.88 259.535
467
+ 180 1143.97 258.963
468
+ 181 1140.77 258.503
469
+ 182 1137.6 259.159
470
+ 183 1134.67 259.251
471
+ 184 1131.74 259.547
472
+ 185 1128.65 259.832
473
+ 186 1125.62 259.806
474
+ 187 1123.05 260.401
475
+ 188 1120.34 261.332
476
+ 189 1117.88 262.039
477
+ 190 1115.6 262.38
478
+ 191 1113.54 263.237
479
+ 192 1111.08 264.823
480
+ 193 1108.86 265.896
481
+ 194 1107.32 266.517
482
+ 195 1105.1 268.22
483
+ 196 1103.03 269.69
484
+ 197 1101.19 270.72
485
+ 198 1098.98 272.386
486
+ 199 1096.58 274.174
487
+ 200 1094.08 275.658
488
+ 201 1091.47 277.662
489
+ 202 1088.74 279.476
490
+ 203 1085.79 281.259
491
+ 204 1083.65 282.693
492
+ 205 1081.63 284.487
493
+ 206 1079.05 286.529
494
+ 207 1076.73 287.649
495
+ 208 1074.69 288.578
496
+ 209 1072.59 290.07
497
+ 210 1070.5 291.933
498
+ 211 1068.12 293.662
499
+ 212 1066.0 294.272
500
+ 213 1063.73 295.841
501
+ 214 1061.64 296.984
502
+ 215 1059.97 298.471
503
+ 216 1057.75 300.689
504
+ 217 1056.05 301.599
505
+ 218 1054.68 303.389
506
+ 219 1053.47 303.954
507
+ 220 1052.55 304.817
508
+ 221 1051.64 306.644
509
+ 228 1046.44 311.634
510
+ 229 1046.46 312.542
511
+ 230 1046.4 313.41
512
+ 231 1045.83 314.252
513
+ 232 1045.29 314.703
514
+ 233 1044.59 315.226
515
+ 234 1043.94 315.98
516
+ 235 1043.13 316.142
517
+ 236 1042.96 316.135
518
+ 237 1042.71 316.32
519
+ 238 1042.12 316.416
520
+ 239 1041.75 315.762
521
+ 240 1041.24 316.075
522
+ 241 1040.8 316.401
523
+ 242 1040.77 316.07
524
+ 243 1040.65 316.113
525
+ 244 1040.34 316.713
526
+ 245 1040.05 316.654
527
+ 246 1039.83 316.605
528
+ 247 1039.41 317.156
529
+ 248 1039.66 317.311
530
+ 249 1040.14 317.359
531
+ 250 1040.54 316.804
532
+ 251 1040.52 316.827
533
+ 252 1040.48 316.84
534
+ 253 1040.01 316.987
535
+ 254 1039.93 316.906
536
+ 255 1040.11 316.426
537
+ 256 1039.64 316.797
538
+ 257 1039.54 316.713
539
+ 258 1039.66 316.38
540
+ 259 1039.39 316.339
541
+ 260 1039.56 316.466
542
+ 261 1039.64 316.251
543
+ 262 1039.77 315.904
544
+ 263 1039.38 316.5
545
+ 264 1038.91 316.622
546
+ 265 1039.08 316.31
547
+ 266 1039.31 315.739
548
+ 267 1038.77 316.262
549
+ 268 1038.9 316.127
550
+ 269 1038.93 316.003
551
+ 270 1038.55 316.211
552
+ 271 1038.08 316.153
553
+ 272 1038.63 315.957
554
+ 273 1038.69 316.273
555
+ 274 1038.83 316.049
556
+ 275 1039.23 315.776
557
+ 26
558
+ 92 952.255 438.165
559
+ 93 954.641 437.27
560
+ 94 956.56 436.03
561
+ 95 958.033 434.985
562
+ 96 959.097 434.774
563
+ 97 959.731 435.119
564
+ 98 959.895 435.73
565
+ 99 959.539 436.595
566
+ 100 958.686 437.781
567
+ 101 957.415 439.122
568
+ 102 955.799 440.448
569
+ 103 953.845 441.83
570
+ 104 951.521 443.253
571
+ 105 948.846 444.42
572
+ 106 945.929 445.236
573
+ 107 942.764 445.8
574
+ 108 939.195 446.105
575
+ 109 935.067 446.144
576
+ 110 930.225 445.91
577
+ 111 924.538 445.352
578
+ 112 918.112 444.476
579
+ 113 911.139 443.357
580
+ 114 903.815 442.071
581
+ 115 896.333 440.696
582
+ 116 888.604 439.167
583
+ 117 880.527 437.454
584
+ 118 872.284 435.686
585
+ 119 864.055 433.992
586
+ 120 856.071 432.273
587
+ 121 848.175 430.504
588
+ 122 839.964 428.928
589
+ 123 831.032 427.785
590
+ 124 821.242 427.098
591
+ 125 810.77 426.743
592
+ 126 799.69 426.734
593
+ 127 788.072 427.09
594
+ 128 775.988 427.828
595
+ 129 763.51 428.964
596
+ 130 750.71 430.516
597
+ 131 737.78 432.549
598
+ 132 724.65 435.047
599
+ 133 710.993 437.903
600
+ 134 696.484 441.008
601
+ 135 680.797 444.257
602
+ 136 663.932 447.648
603
+ 137 647.023 451.226
604
+ 138 630.07 454.991
605
+ 139 612.795 458.966
606
+ 140 594.918 463.173
607
+ 141 576.161 467.635
608
+ 142 556.477 472.342
609
+ 143 536.043 477.274
610
+ 144 514.915 482.447
611
+ 145 493.148 487.873
612
+ 146 470.797 493.567
613
+ 147 447.918 499.541
614
+ 148 424.935 505.539
615
+ 149 400.5 512.314
616
+ 150 373.057 520.806
617
+ 151 343.294 530.585
618
+ 152 311.978 541.13
619
+ 153 280.252 551.931
620
+ 154 247.564 563.276
621
+ 155 212.144 575.829
622
+ 156 172.22 590.26
623
+ 157 127.498 606.679
624
+ 158 84.6001 621.744
625
+ a01
626
+ a03
627
+ 1 341.73 341.562
628
+ 2 341.471 341.719
629
+ 3 341.391 341.877
630
+ 4 341.528 342.039
631
+ 5 341.131 342.344
632
+ 6 341.157 342.296
633
+ 7 341.285 342.261
634
+ 8 341.634 342.227
635
+ 9 342.492 342.1
636
+ 10 343.927 342.097
637
+ 11 345.582 342.217
638
+ 12 349.017 342.207
639
+ 13 354.57 342.036
640
+ 14 363.922 341.717
641
+ 15 376.863 340.298
642
+ 16 395.486 339.452
643
+ 17 420.458 338.308
644
+ 18 451.417 336.188
645
+ 19 487.224 334.026
646
+ 20 527.067 331.451
647
+ 21 569.637 328.359
648
+ 22 614.687 324.718
649
+ 23 661.046 320.6
650
+ 24 708.631 316.016
651
+ 25 754.908 310.882
652
+ 26 800.809 305.829
653
+ 27 845.291 300.318
654
+ 28 889.887 294.666
655
+ 29 933.018 288.937
656
+ 30 977.608 283.386
657
+ 31 1020.51 276.831
658
+ 32 1064.21 270.077
659
+ 33 1108.71 263.025
660
+ 34 1153.6 255.477
661
+ 35 1198.79 247.233
662
+ 36 1244.18 239.288
663
+ 37 1288.58 230.945
664
+ 38 1333.67 222.403
665
+ 39 1376.58 214.259
666
+ 40 1419.58 206.115
667
+ 41 1461.4 198.368
668
+ 42 1503.41 190.124
669
+ 43 1542.84 182.477
670
+ 44 1584.06 174.432
671
+ 45 1626.64 166.101
672
+ 46 1669.49 157.6
673
+ 47 1713.91 149.099
674
+ 48 1759.71 140.598
675
+ 49 1807.84 131.684
676
+ 50 1857.18 122.505
677
+ 51 1906.61 113.209
678
+ 52 1957.15 103.52
679
+ 53 2007.41 94.3403
680
+ a04
681
+ a14
682
+ 165 920.85 205.097
683
+ 166 918.258 205.109
684
+ 167 915.347 205.368
685
+ 168 912.912 206.272
686
+ 169 909.277 206.021
687
+ 170 905.558 206.341
688
+ 171 903.686 206.017
689
+ 172 898.406 206.912
690
+ 173 894.075 207.256
691
+ 174 886.821 205.987
692
+ 175 880.366 206.108
693
+ 195 713.755 209.2
694
+ 196 703.457 210.286
695
+ 197 694.057 210.666
696
+ 198 684.366 211.944
697
+ 199 674.189 213.393
698
+ 213 512.219 230.623
699
+ 214 502.319 232.331
700
+ 215 491.381 233.594
701
+ 216 481.456 235.008
702
+ 217 472.379 236.156
703
+ 218 463.815 238.076
704
+ 219 455.766 239.097
705
+ 220 448.5 240.57
706
+ 221 442.37 241.491
707
+ 222 435.988 242.148
708
+ 223 428.863 244.071
709
+ 224 422.363 244.72
710
+ 225 416.674 245.506
711
+ 226 411.341 246.265
712
+ 227 405.625 246.871
713
+ 228 400.728 247.469
714
+ 229 396.179 247.93
715
+ 230 392.004 248.819
716
+ 231 387.586 249.303
717
+ 232 383.877 249.82
718
+ 233 379.677 249.987
719
+ 234 376.189 250.598
720
+ 235 372.392 250.874
721
+ 236 369.15 250.33
722
+ 237 365.924 250.375
723
+ 238 362.803 249.954
724
+ 239 359.176 249.875
725
+ 240 356.004 249.828
726
+ 241 352.991 249.863
727
+ 242 350.36 249.753
728
+ 243 348.051 249.683
729
+ 244 346.024 249.73
730
+ 245 344.015 249.703
731
+ 246 342.069 249.601
732
+ 248 340.881 249.698
733
+ 250 341.297 249.34
734
+ 268 341.664 250.095
735
+ 269 340.916 249.746
736
+ 270 340.081 250.238
737
+ 271 339.761 249.866
738
+ 272 339.239 249.604
739
+ 273 339.028 249.136
740
+ 274 338.67 249.308
741
+ 275 338.567 249.349
742
+ a15
743
+ 85 165.762 104.571
744
+ 86 180.054 101.643
745
+ 87 191.943 97.0158
746
+ 88 200.72 92.4599
747
+ 89 208.089 87.5725
748
+ 90 212.359 81.9195
749
+ 91 213.983 74.883
750
+ 92 213.082 67.3052
751
+ 93 212.302 59.4047
752
+ 94 209.099 51.1037
753
+ 95 205.273 43.2053
754
+ 96 201.0 36.2456
755
+ 97 194.943 28.4846
756
+ 98 188.959 22.8233
757
+ 99 182.428 15.8019
758
+ a19
759
+ 217 1488.91 149.093
760
+ 218 1491.25 149.47
761
+ 219 1493.44 148.346
762
+ 220 1495.73 147.785
763
+ 221 1497.09 147.75
764
+ 222 1498.45 147.167
765
+ 223 1500.26 146.251
766
+ 224 1503.09 145.753
767
+ 225 1504.57 145.059
768
+ 226 1506.16 143.982
769
+ 227 1508.48 143.515
770
+ 228 1510.28 142.702
771
+ 229 1511.1 142.645
772
+ 230 1513.1 142.181
773
+ 231 1514.11 142.495
774
+ 232 1515.71 141.89
775
+ 233 1516.53 141.547
776
+ 234 1518.02 141.234
777
+ 235 1518.73 141.241
778
+ 236 1519.87 140.373
779
+ 237 1520.93 139.98
780
+ 238 1521.43 139.41
781
+ 239 1522.26 138.228
782
+ 240 1522.79 138.095
783
+ 241 1522.97 137.756
784
+ 242 1523.78 137.237
785
+ 243 1524.73 136.906
786
+ 244 1525.77 136.693
787
+ 245 1525.81 136.602
788
+ 266 1528.9 135.335
789
+ 267 1528.54 135.928
790
+ 268 1528.79 136.432
791
+ 269 1528.44 136.412
792
+ 270 1528.37 136.728
793
+ 271 1528.03 136.799
794
+ 272 1528.58 136.137
795
+ 273 1528.23 136.002
796
+ 274 1528.64 135.648
797
+ 275 1528.77 135.913
798
+ a22
799
+ 209 180.686 578.149
800
+ 210 169.715 583.568
801
+ 211 157.334 589.038
802
+ 212 144.29 594.117
803
+ 213 133.208 599.658
804
+ 214 124.114 604.452
805
+ 215 113.672 609.21
806
+ 216 103.312 613.51
807
+ 217 95.2314 618.242
808
+ 218 88.1619 622.825
809
+ 219 80.76 626.658
810
+ 220 72.8293 630.755
811
+ 221 66.4848 634.588
812
+ 222 59.3474 638.686
813
+ 223 53.7958 641.726
814
+ 224 47.7157 645.427
815
+ 225 42.8253 648.599
816
+ 226 38.3312 651.11
817
+ 227 33.7052 653.754
818
+ 228 29.3431 656.133
819
+ a25
820
+ 166 1390.17 407.419
821
+ 167 1393.15 409.108
822
+ 168 1395.87 410.819
823
+ 169 1398.34 412.551
824
+ 170 1400.57 414.304
825
+ 171 1402.53 416.077
826
+ 172 1404.25 417.872
827
+ 173 1405.72 419.688
828
+ 174 1406.88 421.566
829
+ 175 1407.76 423.491
830
+ 176 1408.45 425.383
831
+ 177 1409.07 427.163
832
+ 178 1409.63 428.671
833
+ 179 1410.08 429.995
834
+ 180 1410.42 431.428
835
+ 181 1410.65 433.257
836
+ 182 1410.7 435.598
837
+ 183 1410.63 438.239
838
+ 184 1410.74 440.986
839
+ 185 1411.07 443.726
840
+ 186 1411.54 446.523
841
+ 187 1412.2 449.451
842
+ 188 1413.11 452.586
843
+ 189 1414.31 456.002
844
+ 190 1415.9 459.729
845
+ 191 1417.87 463.726
846
+ 192 1420.13 467.965
847
+ 193 1422.59 472.416
848
+ 194 1425.18 477.05
849
+ 195 1427.81 481.837
850
+ 196 1430.4 486.748
851
+ 197 1432.99 491.878
852
+ 198 1435.67 497.293
853
+ 199 1438.43 502.92
854
+ 200 1441.26 508.685
855
+ 201 1444.13 514.517
856
+ 202 1447.04 520.341
857
+ 203 1449.98 526.085
858
+ 204 1452.92 531.675
859
+ 205 1455.9 537.164
860
+ 206 1458.92 542.636
861
+ 207 1461.97 548.069
862
+ 208 1465.02 553.44
863
+ 209 1468.06 558.727
864
+ 210 1471.1 563.993
865
+ 211 1474.17 569.28
866
+ 212 1477.26 574.534
867
+ 213 1480.33 579.701
868
+ 214 1483.38 584.726
869
+ 215 1486.39 589.556
870
+ 216 1489.34 594.135
871
+ 217 1492.2 598.41
872
+ 218 1495.02 602.392
873
+ 219 1497.78 606.16
874
+ 220 1500.45 609.763
875
+ 221 1502.92 613.195
876
+ 222 1505.2 616.44
877
+ 223 1507.43 619.531
878
+ 224 1509.72 622.501
879
+ 225 1512.19 625.384
880
+ 226 1514.84 628.179
881
+ 227 1517.08 630.705
882
+ 228 1518.96 633.045
883
+ 229 1520.71 635.446
884
+ 230 1522.39 638.048
885
+ 231 1523.95 640.597
886
+ 232 1525.39 642.899
887
+ 233 1526.67 645.001
888
+ 234 1527.83 646.916
889
+ 235 1528.89 648.659
890
+ 236 1529.85 650.242
891
+ 237 1530.75 651.682
892
+ 238 1531.61 652.99
893
+ 239 1532.45 654.182
894
+ 240 1533.28 655.27
895
+ 241 1534.13 656.27
896
+ 242 1535.01 657.154
897
+ 243 1535.81 657.947
898
+ 244 1536.4 658.706
899
+ 245 1536.83 659.413
900
+ 246 1537.13 660.057
901
+ 247 1537.39 660.621
902
+ 248 1537.65 661.094
903
+ 249 1537.92 661.438
904
+ 250 1538.16 661.647
905
+ 251 1538.36 661.751
906
+ 252 1538.53 661.784
907
+ 253 1538.67 661.774
908
+ 254 1538.79 661.755
909
+ 255 1538.88 661.756
910
+ 256 1538.97 661.809
911
+ 257 1539.02 661.894
912
+ 258 1539.06 661.976
913
+ 259 1539.08 662.064
914
+ 260 1539.08 662.166
915
+ 261 1539.08 662.286
916
+ 262 1539.16 661.73
917
+ 263 1539.32 661.571
918
+ 264 1539.56 662.881
919
+ 265 1539.68 662.762
920
+ 266 1539.92 662.881
921
+ 267 1540.04 663.12
922
+ 268 1540.28 663.239
923
+ 269 1540.04 662.762
924
+ 270 1539.68 663.12
925
+ 271 1540.28 663.477
926
+ 272 1540.87 663.477
927
+ 273 1540.4 662.881
928
+ 274 1540.16 662.881
929
+ 275 1540.63 663.001
930
+ a26
931
+ 83 874.404 453.52
932
+ 84 889.473 454.982
933
+ 85 903.219 455.94
934
+ 86 915.642 456.393
935
+ 87 926.74 456.343
936
+ 88 936.538 455.716
937
+ 89 944.97 454.73
938
+ 90 951.912 453.489
939
+ 91 957.446 452.034
940
+ 92 961.747 450.697
941
+ 93 964.678 449.542
942
+ 94 966.746 448.6
943
+ 95 968.438 448.168
944
+ 96 969.525 448.292
945
+ 97 970.05 448.88
946
+ 98 970.054 449.837
947
+ 99 969.576 451.071
948
+ 100 968.663 452.488
949
+ 101 967.354 453.995
950
+ 102 965.689 455.498
951
+ 103 963.711 456.905
952
+ 104 961.462 458.122
953
+ 105 958.984 459.056
954
+ 106 956.393 459.878
955
+ 107 953.569 460.718
956
+ 108 950.19 461.419
957
+ 109 945.936 461.827
958
+ 110 940.618 461.877
959
+ 111 934.441 461.659
960
+ 112 927.676 461.253
961
+ 113 920.603 460.738
962
+ 114 913.132 460.203
963
+ 115 905.519 459.384
964
+ 116 898.218 457.947
965
+ 117 890.923 456.291
966
+ 118 883.464 454.741
967
+ 119 875.01 453.242
968
+ 120 867.344 451.656
969
+ 121 859.343 450.188
970
+ 122 850.475 448.846
971
+ 123 842.99 447.737
972
+ 124 832.897 447.379
973
+ 125 822.139 447.03
974
+ 126 813.91 447.476
975
+ 127 802.449 447.735
976
+ 128 790.565 449.316
977
+ 129 777.564 450.644
978
+ 130 764.617 452.196
979
+ 131 752.882 454.451
980
+ 132 739.854 457.553
981
+ 133 726.049 461.038
982
+ 134 712.014 464.399
983
+ 135 697.471 467.916
984
+ 136 682.303 471.711
985
+ 137 666.561 475.746
986
+ 138 650.295 480.025
987
+ 139 633.575 484.582
988
+ 140 616.333 489.383
989
+ 141 598.409 494.326
990
+ 142 579.723 499.324
991
+ 143 560.411 504.569
992
+ 144 540.647 510.202
993
+ 145 520.313 516.188
994
+ 146 499.114 522.577
995
+ 147 477.03 529.324
996
+ 148 454.085 536.474
997
+ 149 430.055 544.221
998
+ 150 405.225 552.363
999
+ 151 378.599 561.628
1000
+ 152 349.1 572.803
1001
+ 153 318.304 584.835
1002
+ 154 286.122 597.723
1003
+ 155 252.285 611.463
1004
+ 156 216.68 626.062
1005
+ 157 179.459 641.496
1006
+ 158 140.674 657.739
1007
+ a30
1008
+ 107 1609.2 411.103
1009
+ 108 1616.44 413.231
1010
+ 109 1622.13 414.937
1011
+ 110 1626.76 415.972
1012
+ 111 1630.59 416.506
1013
+ 112 1634.41 417.052
1014
+ 113 1638.47 417.78
1015
+ 114 1640.04 418.207
1016
+ 115 1642.88 418.775
1017
+ 116 1646.58 418.775
1018
+ 117 1650.17 418.82
1019
+ 118 1653.84 418.794
1020
+ 119 1657.94 418.521
1021
+ 120 1662.42 418.028
1022
+ 121 1667.11 417.385
1023
+ 122 1671.84 416.666
1024
+ 123 1676.44 415.941
1025
+ 124 1680.72 415.282
1026
+ 125 1684.68 414.603
1027
+ 126 1688.5 413.918
1028
+ 127 1692.33 413.449
1029
+ 128 1696.14 413.301
1030
+ 129 1699.95 413.369
1031
+ 130 1704.01 413.554
1032
+ 131 1708.35 413.898
1033
+ 132 1712.9 414.446
1034
+ 133 1717.68 415.113
1035
+ 134 1722.75 415.812
1036
+ 135 1728.13 416.457
1037
+ 136 1733.87 416.962
1038
+ 137 1739.83 417.36
1039
+ 138 1745.95 417.728
1040
+ 139 1752.33 418.049
1041
+ 140 1759.13 418.304
1042
+ 141 1766.45 418.474
1043
+ 142 1774.43 418.542
1044
+ 143 1783.2 418.489
1045
+ 144 1792.41 418.187
1046
+ 145 1802.03 417.701
1047
+ 146 1812.68 417.295
1048
+ 147 1824.95 417.237
1049
+ 148 1838.94 417.573
1050
+ 149 1852.55 417.511
1051
+ 150 1866.14 417.256
1052
+ 151 1880.79 417.42
1053
+ 152 1896.55 418.287
1054
+ 153 1913.16 419.628
1055
+ 154 1931.26 421.277
1056
+ 155 1951.5 423.071
1057
+ 156 1973.87 424.579
1058
+ 157 1998.4 427.09
1059
+ 158 2025.47 431.807
1060
+ a32
1061
+ 157 1055.57 702.818
1062
+ 158 1055.71 706.261
1063
+ 159 1055.77 710.06
1064
+ 160 1056.05 714.868
1065
+ 161 1056.15 719.507
1066
+ 162 1056.1 724.02
1067
+ 163 1055.99 728.654
1068
+ 164 1055.92 733.659
1069
+ 165 1055.92 739.111
1070
+ 166 1055.92 744.782
1071
+ 167 1055.9 750.581
1072
+ 168 1055.92 756.506
1073
+ 169 1056.07 762.518
1074
+ 170 1056.52 769.733
1075
+ a18
1076
+ 149 1254.21 149.104
1077
+ 150 1252.69 145.369
1078
+ 151 1251.44 141.713
1079
+ 152 1250.53 138.092
1080
+ 153 1249.9 134.551
1081
+ 154 1249.4 131.219
1082
+ 155 1248.98 128.156
1083
+ 156 1248.68 125.313
1084
+ 157 1248.52 122.658
1085
+ 158 1248.49 120.161
1086
+ 159 1248.62 117.837
1087
+ 160 1248.9 115.696
1088
+ 161 1249.28 113.692
1089
+ 162 1249.68 111.779
1090
+ 163 1250.11 109.916
1091
+ 164 1250.59 108.123
1092
+ 165 1251.12 106.456
1093
+ 166 1251.7 104.967
1094
+ 167 1252.35 103.711
1095
+ 168 1253.06 102.687
1096
+ 169 1253.46 101.27
1097
+ 170 1253.77 99.7738
1098
+ 171 1253.68 98.3392
1099
+ 172 1253.23 96.8548
1100
+ 173 1252.44 95.2085
1101
+ 174 1251.08 93.5631
1102
+ 175 1248.55 91.8219
1103
+ 176 1245.9 89.95
1104
+ 177 1244.21 87.9093
1105
+ 178 1242.02 86.0048
1106
+ 179 1239.44 84.1998
1107
+ 180 1236.72 82.3832
1108
+ 181 1233.9 80.5152
1109
+ 182 1230.95 78.6356
1110
+ 183 1228.04 76.7477
1111
+ 184 1225.18 74.8139
1112
+ 185 1222.34 72.8461
1113
+ 186 1219.58 70.9211
1114
+ 187 1216.94 69.1161
1115
+ 188 1214.54 67.4808
1116
+ 189 1212.38 66.0002
1117
+ 190 1210.42 64.6541
1118
+ 191 1208.62 63.4225
1119
+ 192 1206.94 62.2852
1120
+ 193 1205.32 61.2219
1121
+ 194 1203.73 60.2126
1122
+ 195 1202.11 59.2371
1123
+ 196 1200.43 58.2752
1124
+ 197 1198.63 57.3067
1125
+ 198 1196.67 56.3116
1126
+ 199 1194.51 55.2696
1127
+ 200 1192.15 54.2008
1128
+ 201 1189.67 53.1413
1129
+ 202 1187.12 52.0954
1130
+ 203 1184.56 51.0675
1131
+ 204 1182.04 50.0617
1132
+ 205 1179.63 49.0823
1133
+ 206 1177.31 48.1286
1134
+ 207 1175.04 47.1969
1135
+ 208 1172.81 46.2874
1136
+ 209 1170.61 45.4004
1137
+ 210 1168.44 44.5359
1138
+ 211 1166.28 43.6866
1139
+ 212 1164.15 42.8747
1140
+ 213 1162.0 42.1049
1141
+ 214 1159.87 41.3875
1142
+ 215 1157.94 40.7763
1143
+ 216 1156.31 40.3141
1144
+ 217 1154.88 39.958
1145
+ 218 1153.54 39.6333
1146
+ 219 1152.25 39.3269
1147
+ 220 1151.04 39.0277
1148
+ 221 1149.84 38.6928
1149
+ 222 1148.69 38.3411
1150
+ 223 1147.69 37.9927
1151
+ 224 1146.9 37.6427
1152
+ 225 1146.26 37.2882
1153
+ 226 1145.73 36.9528
1154
+ 227 1145.23 36.6597
1155
+ 228 1144.79 36.435
1156
+ 229 1144.42 36.2597
1157
+ 230 1144.08 36.0894
1158
+ 231 1143.69 35.8802
1159
+ 232 1143.25 35.6384
1160
+ 233 1142.78 35.3817
1161
+ 234 1142.31 35.082
1162
+ 235 1141.85 34.7115
1163
+ 236 1141.4 34.2309
1164
+ 237 1140.97 33.6657
1165
+ 238 1140.53 33.0851
1166
+ 239 1140.11 32.5582
1167
+ 240 1139.67 32.0943
1168
+ 241 1139.23 31.6595
1169
+ 242 1138.81 31.2586
1170
+ 243 1138.45 30.8966
1171
+ 244 1138.15 30.5884
1172
+ 245 1137.92 30.3407
1173
+ 246 1137.76 30.1458
1174
+ 247 1137.64 29.9959
1175
+ 248 1137.56 29.8832
1176
+ 249 1137.52 29.7998
1177
+ 250 1137.49 29.7382
1178
+ 251 1137.49 29.6903
1179
+ 252 1137.49 29.6486
1180
+ 253 1137.49 29.6052
1181
+ 254 1137.47 29.5523
1182
+ 255 1137.44 29.4821
1183
+ 256 1137.4 29.4038
1184
+ 257 1137.36 29.3316
1185
+ 258 1137.33 29.2654
1186
+ 259 1137.3 29.2054
1187
+ 260 1137.28 29.1514
1188
+ 261 1137.27 29.1035
1189
+ 262 1137.26 29.0617
1190
+ 263 1137.26 29.026
1191
+ 264 1137.27 28.9964
1192
+ 265 1137.28 28.9728
1193
+ 266 1137.3 28.9553
1194
+ 267 1137.33 28.944
1195
+ 268 1137.36 28.9387
1196
+ 269 1137.39 28.9395
1197
+ 270 1137.44 28.9463
1198
+ 271 1137.49 28.9593
1199
+ 272 1137.54 28.9783
1200
+ 273 1137.6 29.0035
1201
+ 274 1137.67 29.0347
1202
+ 275 1137.75 29.072
1203
+ a38
1204
+ 217 1062.47 118.308
1205
+ 218 1061.0 118.855
1206
+ 219 1059.61 119.366
1207
+ 220 1058.3 119.847
1208
+ 221 1057.04 120.282
1209
+ 222 1055.72 120.666
1210
+ 223 1054.42 120.995
1211
+ 224 1053.29 121.25
1212
+ 225 1052.48 121.366
1213
+ 226 1051.91 121.368
1214
+ 227 1051.4 121.375
1215
+ 228 1050.81 121.504
1216
+ 229 1050.06 121.825
1217
+ 230 1049.27 122.229
1218
+ 231 1048.58 122.566
1219
+ 232 1048.1 122.811
1220
+ 233 1047.71 122.989
1221
+ 234 1047.14 123.031
1222
+ 235 1046.26 122.88
1223
+ 236 1045.32 122.665
1224
+ 237 1044.58 122.539
1225
+ 238 1043.95 122.466
1226
+ 239 1043.38 122.378
1227
+ 240 1042.81 122.203
1228
+ 241 1042.2 121.871
1229
+ 242 1041.52 121.382
1230
+ 243 1041.52 121.26
1231
+ 244 1041.4 121.199
1232
+ 245 1041.22 121.015
1233
+ 246 1041.1 120.893
1234
+ 247 1041.16 121.077
1235
+ 248 1041.28 121.077
1236
+ 249 1041.22 120.954
1237
+ 250 1041.28 120.71
1238
+ 251 1041.28 120.893
1239
+ 252 1041.34 121.138
1240
+ 253 1041.03 120.832
1241
+ 254 1040.97 120.71
1242
+ 255 1040.97 120.588
1243
+ 256 1040.97 120.527
1244
+ 257 1040.91 120.527
1245
+ 258 1040.91 120.527
1246
+ 259 1040.97 120.527
1247
+ 260 1040.91 120.649
1248
+ 261 1040.91 120.771
1249
+ 262 1041.22 120.527
1250
+ 263 1041.22 120.588
1251
+ 264 1041.16 120.71
1252
+ 265 1041.1 120.466
1253
+ 266 1041.1 120.16
1254
+ 267 1040.97 120.527
1255
+ 268 1041.16 120.649
1256
+ 269 1041.22 120.527
1257
+ 270 1041.16 120.588
1258
+ 271 1041.22 120.649
1259
+ 272 1041.16 120.466
1260
+ 273 1041.16 120.282
1261
+ 274 1040.67 120.221
1262
+ 275 1040.85 120.16
1263
+ a40
1264
+ 62 264.516 480.256
1265
+ 63 308.783 477.711
1266
+ 64 352.068 475.234
1267
+ 65 394.369 472.823
1268
+ 66 435.685 470.479
1269
+ 67 474.118 469.268
1270
+ 68 509.667 469.189
1271
+ 69 543.115 469.95
1272
+ 70 575.25 471.259
1273
+ 71 606.855 472.823
1274
+ 72 637.942 474.782
1275
+ 73 667.988 477.376
1276
+ 74 696.984 480.468
1277
+ 75 724.92 483.916
1278
+ 76 751.788 487.583
1279
+ 77 777.578 491.328
1280
+ 78 802.284 495.013
1281
+ 79 825.901 498.684
1282
+ 80 847.311 502.005
1283
+ 81 866.703 504.949
1284
+ 82 884.66 507.438
1285
+ 83 901.29 509.405
1286
+ 84 916.431 510.89
1287
+ 85 930.247 511.971
1288
+ 86 942.916 512.725
1289
+ 87 954.46 513.166
1290
+ 88 964.42 512.99
1291
+ 89 973.046 512.538
1292
+ 90 979.968 511.863
1293
+ 91 985.481 511.051
1294
+ 92 989.876 510.188
1295
+ 93 993.024 509.565
1296
+ 94 995.265 509.288
1297
+ 95 996.94 509.465
1298
+ 96 998.173 510.522
1299
+ 97 999.561 511.149
1300
+ 98 1000.06 512.502
1301
+ 99 999.891 514.513
1302
+ 100 999.299 517.112
1303
+ 101 998.373 519.254
1304
+ 102 997.138 521.054
1305
+ 103 995.674 522.863
1306
+ 104 994.017 524.816
1307
+ 105 992.129 526.778
1308
+ 106 989.964 528.691
1309
+ 107 987.507 530.534
1310
+ 108 984.435 532.583
1311
+ 109 980.541 533.3
1312
+ 110 976.341 534.324
1313
+ 111 970.981 535.024
1314
+ 112 965.075 535.349
1315
+ 113 959.236 535.246
1316
+ 114 952.334 535.274
1317
+ 115 945.101 535.246
1318
+ 116 938.328 534.93
1319
+ 117 931.582 534.529
1320
+ 118 924.723 534.136
1321
+ 119 917.803 533.721
1322
+ 120 910.703 533.376
1323
+ 121 903.311 533.198
1324
+ 122 895.635 533.116
1325
+ 123 887.706 533.168
1326
+ 124 879.446 533.607
1327
+ 125 870.91 534.476
1328
+ 126 862.044 535.732
1329
+ 127 852.609 537.499
1330
+ 128 842.426 539.859
1331
+ 129 831.676 542.731
1332
+ 130 820.652 546.001
1333
+ 131 809.423 549.612
1334
+ 132 797.921 553.621
1335
+ 133 786.235 558.087
1336
+ 134 774.564 563.205
1337
+ 135 762.37 568.433
1338
+ 136 749.156 573.247
1339
+ 137 735.984 578.694
1340
+ 138 722.688 584.688
1341
+ 139 708.801 590.967
1342
+ 140 693.998 597.514
1343
+ 141 678.918 604.207
1344
+ 142 664.039 610.838
1345
+ 143 648.833 617.802
1346
+ 144 633.248 625.103
1347
+ 145 617.128 632.757
1348
+ 146 600.482 640.659
1349
+ 147 583.299 648.914
1350
+ 148 565.402 657.852
1351
+ 149 546.763 667.477
1352
+ 150 527.407 677.784
1353
+ 151 507.222 689.093
1354
+ 152 486.169 701.509
1355
+ 153 464.284 714.927
1356
+ 154 441.565 729.347
1357
+ a11
1358
+ 161 1395.41 146.016
1359
+ 162 1397.55 143.943
1360
+ 163 1399.76 141.894
1361
+ 164 1402.06 139.87
1362
+ 165 1404.44 137.871
1363
+ 166 1407.0 135.881
1364
+ 167 1409.65 133.916
1365
+ 168 1412.07 132.021
1366
+ 169 1414.14 130.267
1367
+ 170 1416.09 128.475
1368
+ 171 1418.18 126.443
1369
+ 172 1419.99 124.337
1370
+ 173 1421.1 122.246
1371
+ 174 1421.77 120.199
1372
+ 175 1422.1 118.352
1373
+ 176 1422.24 116.416
1374
+ 177 1422.39 114.081
1375
+ 178 1422.48 111.569
1376
+ 179 1422.54 108.953
1377
+ 180 1422.49 106.365
1378
+ 181 1422.14 104.048
1379
+ 182 1421.64 101.873
1380
+ 183 1421.29 99.6276
1381
+ 184 1421.24 97.1706
1382
+ 185 1421.29 94.7806
1383
+ 186 1421.32 92.7275
1384
+ 187 1421.53 90.7607
1385
+ 188 1422.21 88.7029
1386
+ 189 1423.27 86.6132
1387
+ 190 1424.64 84.4885
1388
+ 191 1426.21 82.3256
1389
+ 192 1427.92 80.1208
1390
+ 193 1429.78 77.863
1391
+ 194 1431.84 75.559
1392
+ 195 1434.04 73.2302
1393
+ 196 1436.31 70.8993
1394
+ 197 1438.68 68.5738
1395
+ 198 1441.14 66.2387
1396
+ 199 1443.52 63.8824
1397
+ 200 1445.73 61.5052
1398
+ 201 1447.85 59.1094
1399
+ 202 1449.93 56.687
1400
+ 203 1452.03 54.2296
1401
+ 204 1454.13 51.8038
1402
+ 205 1456.2 49.3909
1403
+ 206 1458.31 46.8556
1404
+ 207 1460.55 44.0623
1405
+ 208 1462.91 40.9885
1406
+ 209 1464.92 38.7422
1407
+ 210 1466.9 36.4605
1408
+ 211 1468.85 34.1394
1409
+ 212 1470.79 31.7552
1410
+ 213 1472.72 29.2843
1411
+ 214 1474.68 26.6149
1412
+ 215 1476.64 23.8666
1413
+ 216 1478.52 21.3632
1414
+ 217 1480.23 19.3384
1415
+ 218 1481.78 17.7095
1416
+ 219 1483.26 16.3253
1417
+ 220 1484.75 15.0349
1418
+ 221 1486.33 13.6872
1419
+ 222 1488.08 12.1311
1420
+ 223 1490.02 10.3782
1421
+ 224 1491.99 8.59496
1422
+ 225 1493.88 6.82161
1423
+ 226 1495.3 4.10245
1424
+ a21
1425
+ 168 1560.43 431.143
1426
+ 169 1565.51 432.61
1427
+ 170 1570.22 434.109
1428
+ 171 1574.56 435.638
1429
+ 172 1578.53 437.199
1430
+ 173 1582.03 438.807
1431
+ 174 1585.1 440.458
1432
+ 175 1587.92 442.116
1433
+ 176 1590.67 443.748
1434
+ 177 1593.34 445.296
1435
+ 178 1595.84 446.795
1436
+ 179 1598.3 448.347
1437
+ 180 1600.83 450.054
1438
+ 181 1603.36 451.894
1439
+ 182 1605.81 453.806
1440
+ 183 1608.29 455.84
1441
+ 184 1610.93 458.045
1442
+ 185 1613.85 460.469
1443
+ 186 1617.16 463.164
1444
+ 187 1620.83 466.16
1445
+ 188 1624.76 469.418
1446
+ 189 1628.98 472.875
1447
+ 190 1633.52 476.47
1448
+ 191 1638.44 480.141
1449
+ 192 1643.78 483.831
1450
+ 193 1649.51 487.599
1451
+ 194 1655.51 491.561
1452
+ 195 1661.65 495.829
1453
+ 196 1667.94 500.489
1454
+ 197 1674.43 505.461
1455
+ 198 1681.09 510.613
1456
+ 199 1687.87 515.815
1457
+ 200 1694.85 521.16
1458
+ 201 1702.05 526.713
1459
+ 202 1709.34 532.301
1460
+ 203 1716.62 537.752
1461
+ 204 1723.76 542.893
1462
+ 205 1730.76 547.673
1463
+ 206 1737.69 552.362
1464
+ 207 1744.54 557.184
1465
+ 208 1751.31 562.099
1466
+ 209 1757.99 567.029
1467
+ 210 1764.56 571.898
1468
+ 211 1770.99 576.629
1469
+ 212 1777.27 581.147
1470
+ 213 1783.39 585.476
1471
+ 214 1789.38 589.681
1472
+ 215 1795.23 593.742
1473
+ 216 1800.94 597.638
1474
+ 217 1806.5 601.348
1475
+ 218 1811.9 604.863
1476
+ 219 1817.15 608.197
1477
+ 220 1822.26 611.363
1478
+ 221 1827.23 614.376
1479
+ 222 1832.07 617.251
1480
+ 223 1836.81 619.944
1481
+ 224 1841.47 622.438
1482
+ 225 1845.98 624.784
1483
+ 226 1850.32 627.032
1484
+ 227 1854.44 629.232
1485
+ 228 1858.29 631.434
1486
+ 229 1861.87 633.655
1487
+ 230 1865.24 635.828
1488
+ 231 1868.39 637.882
1489
+ 232 1871.31 639.815
1490
+ 233 1874.02 641.629
1491
+ 234 1876.55 643.254
1492
+ 235 1878.9 644.611
1493
+ 236 1881.04 645.74
1494
+ 237 1883.04 646.755
1495
+ 238 1884.94 647.767
1496
+ 239 1886.69 648.807
1497
+ 240 1888.29 649.813
1498
+ 241 1889.83 650.764
1499
+ 242 1891.38 651.636
1500
+ 243 1893.05 652.33
1501
+ 244 1894.7 652.952
1502
+ 245 1896.11 653.785
1503
+ 246 1897.19 654.92
1504
+ 247 1897.35 655.385
1505
+ 248 1897.81 655.527
1506
+ 249 1898.34 655.658
1507
+ 250 1898.73 655.396
1508
+ 251 1898.47 655.706
1509
+ 252 1898.79 655.714
1510
+ 253 1898.67 655.474
1511
+ 254 1898.79 655.354
1512
+ 255 1899.15 655.594
1513
+ 256 1899.64 656.315
1514
+ 257 1900.0 656.555
1515
+ 258 1900.36 656.795
1516
+ 259 1900.36 656.675
1517
+ 260 1900.36 656.795
1518
+ 261 1900.6 657.035
1519
+ 262 1900.48 656.675
1520
+ 263 1900.24 656.795
1521
+ 264 1899.88 657.035
1522
+ 265 1900.24 657.035
1523
+ 266 1900.24 656.675
1524
+ 267 1900.12 657.156
1525
+ 268 1900.12 657.516
1526
+ 269 1900.24 657.636
1527
+ 270 1900.12 657.636
1528
+ 271 1900.0 657.876
1529
+ 272 1900.48 657.516
1530
+ 273 1900.6 657.276
1531
+ 274 1900.24 657.396
1532
+ 275 1900.36 657.156
1533
+ a31
1534
+ a44
1535
+ a46
1536
+ 55 254.81 17.6136
1537
+ 56 302.838 18.9123
1538
+ 57 349.536 20.0628
1539
+ 58 394.908 21.0651
1540
+ 59 438.827 21.9324
1541
+ 60 481.415 22.6515
1542
+ 61 523.051 23.1829
1543
+ 62 563.853 23.5136
1544
+ 63 603.361 23.8802
1545
+ 64 641.585 24.2891
1546
+ 65 678.547 24.7596
1547
+ 66 714.402 25.1274
1548
+ 67 748.995 25.5569
1549
+ 68 781.894 26.5598
1550
+ 69 812.956 28.307
1551
+ 70 843.44 30.167
1552
+ 71 873.361 32.145
1553
+ 72 902.789 34.2735
1554
+ 73 931.795 36.5844
1555
+ 74 960.586 39.1635
1556
+ 75 988.932 41.9143
1557
+ 76 1016.25 44.5961
1558
+ 77 1042.33 47.2413
1559
+ 78 1067.39 49.5917
1560
+ 79 1091.5 51.3404
1561
+ 80 1114.65 52.5898
1562
+ 81 1136.68 53.2763
1563
+ 82 1157.45 53.3362
1564
+ 83 1176.85 52.7872
1565
+ 84 1195.04 51.6329
1566
+ 85 1212.24 49.7888
1567
+ 86 1228.6 47.1404
1568
+ 87 1244.02 43.7448
1569
+ 88 1258.38 39.7744
1570
+ 89 1271.56 35.4019
1571
+ 90 1283.49 30.6676
1572
+ 91 1294.27 25.4737
1573
+ 92 1304.05 19.7854
1574
+ 93 1312.87 13.5912
1575
+ 94 1320.68 6.90273
1576
+ a47
1577
+ 46 231.959 501.277
1578
+ 47 289.502 495.984
1579
+ 48 343.869 490.086
1580
+ 49 396.623 483.244
1581
+ 50 443.073 476.476
1582
+ 51 478.525 470.801
1583
+ 52 516.762 464.944
1584
+ 53 557.863 458.978
1585
+ 54 599.745 453.283
1586
+ 55 640.287 448.175
1587
+ 56 679.076 443.749
1588
+ 57 716.524 439.91
1589
+ 58 753.875 436.38
1590
+ 59 791.544 433.065
1591
+ 60 828.465 430.127
1592
+ 61 864.739 427.67
1593
+ 62 900.655 426.015
1594
+ 63 936.313 425.268
1595
+ 64 970.226 424.832
1596
+ 65 1003.04 424.305
1597
+ 66 1034.87 423.847
1598
+ 67 1065.59 423.383
1599
+ 68 1095.85 423.568
1600
+ 69 1126.36 425.329
1601
+ 70 1156.84 427.766
1602
+ 71 1187.35 430.04
1603
+ 72 1217.67 432.887
1604
+ 73 1247.66 437.014
1605
+ 74 1277.19 441.663
1606
+ 75 1306.04 446.221
1607
+ 76 1334.31 450.953
1608
+ 77 1362.08 456.0
1609
+ 78 1389.08 461.123
1610
+ 79 1415.03 466.105
1611
+ 80 1441.1 471.289
1612
+ 81 1466.31 476.323
1613
+ 82 1489.42 480.802
1614
+ 83 1510.84 484.863
1615
+ 84 1531.01 488.612
1616
+ 85 1550.35 492.159
1617
+ 86 1568.85 495.478
1618
+ 87 1586.32 498.53
1619
+ 88 1602.95 501.4
1620
+ 89 1618.93 504.173
1621
+ 90 1634.36 506.803
1622
+ 91 1648.97 509.429
1623
+ 92 1662.34 512.106
1624
+ 93 1674.77 514.899
1625
+ 94 1687.01 518.19
1626
+ 95 1699.44 522.136
1627
+ 96 1711.68 526.581
1628
+ 97 1723.4 531.434
1629
+ 98 1734.25 536.801
1630
+ 99 1744.31 542.741
1631
+ 100 1753.84 549.089
1632
+ 101 1763.12 555.682
1633
+ 102 1772.42 562.357
1634
+ 103 1782.02 568.949
1635
+ 104 1792.03 575.59
1636
+ 105 1802.32 582.46
1637
+ 106 1812.72 589.471
1638
+ 107 1823.09 596.533
1639
+ 108 1833.29 603.559
1640
+ 109 1843.16 610.459
1641
+ 110 1852.57 617.145
1642
+ 111 1861.36 623.529
1643
+ 112 1869.24 629.588
1644
+ 113 1876.29 635.403
1645
+ 114 1882.84 641.041
1646
+ 115 1889.26 646.569
1647
+ 116 1895.89 652.053
1648
+ 117 1903.11 657.56
1649
+ 118 1911.26 663.156
1650
+ 119 1920.66 668.732
1651
+ 120 1930.95 674.222
1652
+ 121 1941.49 679.756
1653
+ 122 1951.6 685.465
1654
+ 123 1960.63 691.48
1655
+ 124 1968.58 697.801
1656
+ 125 1975.88 704.342
1657
+ a42
1658
+ a51
1659
+ 01
1660
+ 92 1157.19 450.102
1661
+ 93 1163.05 447.268
1662
+ 94 1168.13 443.604
1663
+ 95 1172.53 440.592
1664
+ 96 1177.53 438.307
1665
+ 97 1181.82 435.808
1666
+ 98 1185.41 433.477
1667
+ 99 1189.29 431.898
1668
+ 100 1192.32 430.625
1669
+ 101 1195.28 428.562
1670
+ 102 1197.46 426.861
1671
+ 103 1199.77 424.783
1672
+ 104 1201.89 422.95
1673
+ 105 1203.8 421.545
1674
+ 106 1206.64 420.052
1675
+ 107 1208.48 417.557
1676
+ 108 1210.35 415.603
1677
+ 109 1211.1 412.742
1678
+ 110 1212.1 410.85
1679
+ 111 1211.6 407.8
1680
+ 112 1210.8 404.85
1681
+ 113 1210.2 400.8
1682
+ 114 1208.6 397.5
1683
+ 115 1206.9 393.85
1684
+ 116 1206.1 389.75
1685
+ 132 1182.88 323.861
1686
+ 133 1181.12 320.957
1687
+ 134 1177.89 318.496
1688
+ 135 1175.4 315.793
1689
+ 136 1172.49 313.254
1690
+ 137 1169.56 310.256
1691
+ 138 1167.35 308.194
1692
+ 177 1130.17 257.354
1693
+ 178 1127.37 256.942
1694
+ 179 1124.28 257.163
1695
+ 180 1121.62 257.28
1696
+ 181 1118.75 256.529
1697
+ 182 1115.0 256.827
1698
+ 183 1111.44 257.19
1699
+ 184 1108.41 257.611
1700
+ 185 1105.24 257.965
1701
+ 186 1101.85 257.871
1702
+ 187 1098.95 258.506
1703
+ 188 1096.49 259.922
1704
+ 189 1093.81 260.379
1705
+ 190 1091.61 260.693
1706
+ 191 1089.04 261.959
1707
+ 192 1086.57 262.996
1708
+ 193 1084.36 263.863
1709
+ 194 1082.51 264.687
1710
+ 195 1080.32 266.515
1711
+ 196 1078.44 268.149
1712
+ 197 1076.57 269.012
1713
+ 198 1074.22 270.68
1714
+ 199 1071.06 272.639
1715
+ 200 1068.21 273.808
1716
+ 201 1065.67 275.244
1717
+ 202 1062.86 277.794
1718
+ 203 1059.98 279.408
1719
+ 204 1057.66 281.194
1720
+ 205 1055.32 282.975
1721
+ 206 1052.42 284.762
1722
+ 207 1050.14 286.071
1723
+ 208 1048.0 287.282
1724
+ 209 1045.65 289.134
1725
+ 210 1043.51 290.677
1726
+ 211 1041.02 292.078
1727
+ 212 1038.86 293.444
1728
+ 213 1036.37 295.15
1729
+ 214 1033.98 296.276
1730
+ 215 1031.74 297.076
1731
+ 216 1029.91 299.327
1732
+ 217 1029.01 300.686
1733
+ 218 1027.87 302.356
1734
+ 219 1026.61 303.14
1735
+ 220 1024.96 303.885
1736
+ 221 1023.3 305.179
1737
+ 222 1021.94 306.353
1738
+ 223 1021.08 307.398
1739
+ 224 1020.78 308.505
1740
+ 225 1020.27 308.99
1741
+ 232 1016.2 313.676
1742
+ 233 1015.53 314.0
1743
+ 234 1015.14 314.567
1744
+ 235 1014.37 315.064
1745
+ 236 1014.29 315.075
1746
+ 237 1014.09 315.182
1747
+ 238 1013.38 315.431
1748
+ 239 1013.03 315.663
1749
+ 240 1012.6 315.657
1750
+ 241 1012.45 315.781
1751
+ 242 1012.19 315.616
1752
+ 243 1011.78 315.542
1753
+ 244 1011.5 315.828
1754
+ 245 1011.12 315.923
1755
+ 246 1010.94 315.981
1756
+ 247 1010.67 315.83
1757
+ 248 1010.67 316.346
1758
+ 249 1011.04 316.047
1759
+ 250 1011.38 315.541
1760
+ 251 1011.18 315.615
1761
+ 252 1011.0 316.185
1762
+ 253 1010.94 315.873
1763
+ 254 1011.02 315.737
1764
+ 255 1011.24 315.719
1765
+ 256 1011.35 315.685
1766
+ 257 1011.07 315.469
1767
+ 258 1010.86 315.22
1768
+ 259 1009.92 315.612
1769
+ 260 1009.59 315.873
1770
+ 261 1009.67 315.864
1771
+ 262 1009.77 315.526
1772
+ 263 1009.87 315.951
1773
+ 264 1009.89 316.155
1774
+ 265 1010.16 315.529
1775
+ 266 1010.01 315.288
1776
+ 267 1009.42 315.53
1777
+ 268 1009.39 315.659
1778
+ 269 1009.32 315.595
1779
+ 270 1009.16 316.105
1780
+ 271 1009.19 316.234
1781
+ 272 1009.83 315.666
1782
+ 273 1009.88 315.283
1783
+ 274 1009.47 315.391
1784
+ 275 1009.38 315.291
1785
+ 27
1786
+ 28
1787
+ 165 1193.5 24.9525
1788
+ 166 1193.5 22.3431
1789
+ 167 1193.65 18.9883
1790
+ 168 1193.2 16.9009
1791
+ 169 1192.35 13.8415
1792
+ 170 1191.71 10.7392
1793
+ 171 1190.31 7.63377
1794
+ 172 1188.13 4.52527
1795
+ 29
1796
+ 162 980.273 165.94
1797
+ 163 978.121 165.621
1798
+ 164 975.942 165.274
1799
+ 165 973.763 164.888
1800
+ 166 971.501 164.497
1801
+ 167 969.189 164.182
1802
+ 168 966.817 163.918
1803
+ 169 964.15 163.609
1804
+ 170 960.952 163.164
1805
+ 171 957.186 162.548
1806
+ 172 952.968 161.826
1807
+ 173 948.293 161.054
1808
+ 174 943.079 160.266
1809
+ 175 937.408 159.428
1810
+ 176 931.526 158.5
1811
+ 177 925.565 157.394
1812
+ 178 919.427 156.147
1813
+ 179 913.01 154.911
1814
+ 180 906.208 153.837
1815
+ 181 899.006 152.948
1816
+ 182 891.456 152.171
1817
+ 183 883.556 151.505
1818
+ 184 875.581 150.966
1819
+ 185 867.826 150.556
1820
+ 186 860.311 150.255
1821
+ 187 853.055 150.045
1822
+ 188 846.069 149.912
1823
+ 189 839.36 149.842
1824
+ 190 832.931 149.826
1825
+ 191 826.785 149.853
1826
+ 192 820.918 149.915
1827
+ 193 815.328 150.005
1828
+ 194 810.01 150.118
1829
+ 195 804.956 150.248
1830
+ 196 800.16 150.392
1831
+ 197 795.614 150.545
1832
+ 198 791.309 150.706
1833
+ 199 787.236 150.87
1834
+ 200 783.385 151.037
1835
+ 201 779.748 151.203
1836
+ 202 776.315 151.369
1837
+ 203 773.076 151.533
1838
+ 204 770.023 151.694
1839
+ 205 767.146 151.851
1840
+ 206 764.436 152.003
1841
+ 207 761.886 152.151
1842
+ 208 759.486 152.293
1843
+ 209 757.229 152.43
1844
+ 210 755.107 152.562
1845
+ 211 753.113 152.688
1846
+ 212 751.239 152.808
1847
+ 213 749.479 152.923
1848
+ 214 747.826 153.033
1849
+ 215 746.275 153.137
1850
+ 216 744.819 153.236
1851
+ 217 743.452 153.33
1852
+ 218 742.17 153.419
1853
+ 219 740.968 153.503
1854
+ 220 739.84 153.583
1855
+ 221 738.783 153.659
1856
+ 222 737.792 153.73
1857
+ 223 736.862 153.797
1858
+ 224 735.991 153.86
1859
+ 225 735.175 153.92
1860
+ 226 734.41 153.976
1861
+ 227 733.694 154.029
1862
+ 228 733.022 154.079
1863
+ 229 732.394 154.126
1864
+ 230 731.804 154.17
1865
+ 231 731.253 154.212
1866
+ 232 730.736 154.251
1867
+ 233 730.252 154.288
1868
+ 234 729.799 154.322
1869
+ 235 729.375 154.354
1870
+ 236 728.978 154.385
1871
+ 237 728.606 154.413
1872
+ 238 728.258 154.44
1873
+ 239 727.932 154.465
1874
+ 240 727.627 154.488
1875
+ 241 727.341 154.51
1876
+ 242 727.074 154.531
1877
+ 243 726.824 154.55
1878
+ 244 726.59 154.569
1879
+ 245 726.37 154.586
1880
+ 246 726.165 154.602
1881
+ 247 725.973 154.617
1882
+ 248 725.794 154.631
1883
+ 249 725.625 154.644
1884
+ 250 725.468 154.656
1885
+ 251 725.321 154.668
1886
+ 252 725.183 154.678
1887
+ 253 725.054 154.688
1888
+ 254 724.934 154.698
1889
+ 255 724.821 154.707
1890
+ 256 724.715 154.715
1891
+ 257 724.616 154.723
1892
+ 258 724.524 154.73
1893
+ 259 724.437 154.737
1894
+ 260 724.356 154.743
1895
+ 261 724.281 154.749
1896
+ 262 724.21 154.755
1897
+ 263 724.143 154.76
1898
+ 264 724.081 154.765
1899
+ 265 724.023 154.769
1900
+ 266 723.969 154.774
1901
+ 267 723.918 154.778
1902
+ 268 723.871 154.782
1903
+ 269 723.826 154.785
1904
+ 270 723.784 154.788
1905
+ 271 723.746 154.791
1906
+ 272 723.709 154.794
1907
+ 273 723.675 154.797
1908
+ 274 723.643 154.799
1909
+ 275 723.613 154.802
1910
+ 31
1911
+ 114 1622.07 347.265
1912
+ 115 1625.58 346.519
1913
+ 116 1629.16 345.457
1914
+ 117 1632.77 344.033
1915
+ 118 1636.5 342.386
1916
+ 119 1640.54 340.607
1917
+ 120 1644.86 338.65
1918
+ 121 1649.3 336.59
1919
+ 122 1653.68 334.501
1920
+ 123 1657.82 332.46
1921
+ 124 1661.71 330.374
1922
+ 125 1665.47 328.222
1923
+ 126 1669.12 326.192
1924
+ 127 1672.67 324.47
1925
+ 128 1676.02 323.156
1926
+ 129 1679.28 322.088
1927
+ 130 1682.74 321.057
1928
+ 131 1686.6 319.998
1929
+ 132 1690.67 318.977
1930
+ 133 1694.68 317.986
1931
+ 134 1698.42 317.095
1932
+ 135 1702.37 316.094
1933
+ 136 1707.05 314.726
1934
+ 137 1712.28 313.078
1935
+ 138 1717.88 311.236
1936
+ 139 1723.69 309.284
1937
+ 140 1729.43 307.26
1938
+ 141 1735.2 305.12
1939
+ 142 1741.34 302.831
1940
+ 143 1748.2 300.363
1941
+ 144 1756.11 297.681
1942
+ 145 1765.1 294.692
1943
+ 146 1774.95 291.416
1944
+ 147 1785.62 287.996
1945
+ 148 1797.04 284.577
1946
+ 149 1809.17 281.301
1947
+ 150 1821.88 278.16
1948
+ 151 1835.19 275.059
1949
+ 152 1849.32 272.009
1950
+ 153 1864.46 269.024
1951
+ 154 1880.84 266.115
1952
+ 155 1898.1 263.321
1953
+ 156 1916.24 260.62
1954
+ 157 1935.91 257.936
1955
+ 158 1957.79 255.195
1956
+ 159 1981.98 252.382
1957
+ 160 2008.16 249.537
1958
+ 34
1959
+ 164 320.422 165.838
1960
+ 165 298.813 167.292
1961
+ 166 275.06 168.324
1962
+ 167 248.208 169.013
1963
+ 168 219.979 169.702
1964
+ 169 191.75 170.046
1965
+ 170 159.849 169.702
1966
+ 171 124.276 169.357
1967
+ 172 85.031 169.702
1968
+ 36
1969
+ 163 1879.94 155.836
1970
+ 164 1890.01 152.512
1971
+ 165 1900.3 149.213
1972
+ 166 1910.82 145.937
1973
+ 167 1921.57 142.686
1974
+ 168 1932.64 139.474
1975
+ 169 1943.94 136.286
1976
+ 170 1955.16 133.073
1977
+ 171 1966.22 129.821
1978
+ 172 1977.59 126.361
1979
+ 173 1988.92 122.793
1980
+ 174 1999.21 119.409
1981
+ 175 2007.39 116.5
1982
+ 176 2015.98 113.386
1983
+ 177 2027.2 109.482
1984
+ 37
1985
+ 168 1709.57 393.431
1986
+ 169 1716.0 393.302
1987
+ 170 1721.78 393.246
1988
+ 171 1726.91 393.264
1989
+ 172 1731.35 393.372
1990
+ 173 1735.22 393.519
1991
+ 174 1738.63 393.65
1992
+ 175 1741.52 394.7
1993
+ 176 1744.01 394.963
1994
+ 177 1746.9 394.569
1995
+ 178 1749.58 394.572
1996
+ 179 1752.06 394.942
1997
+ 180 1754.45 395.512
1998
+ 181 1756.86 396.109
1999
+ 182 1759.22 396.699
2000
+ 183 1761.57 397.373
2001
+ 184 1764.15 398.16
2002
+ 185 1767.04 399.062
2003
+ 186 1770.14 400.07
2004
+ 187 1773.49 401.194
2005
+ 188 1777.1 402.445
2006
+ 189 1780.98 403.834
2007
+ 190 1785.23 405.384
2008
+ 191 1789.87 407.096
2009
+ 192 1794.8 408.946
2010
+ 193 1799.93 410.911
2011
+ 194 1805.18 412.969
2012
+ 195 1810.45 415.096
2013
+ 196 1815.65 417.269
2014
+ 197 1820.9 419.579
2015
+ 198 1826.31 422.09
2016
+ 199 1831.82 424.741
2017
+ 200 1837.39 427.468
2018
+ 201 1842.96 430.21
2019
+ 202 1848.47 432.906
2020
+ 203 1853.87 435.492
2021
+ 204 1859.1 437.907
2022
+ 205 1864.1 440.089
2023
+ 206 1868.91 442.079
2024
+ 207 1873.61 443.96
2025
+ 208 1878.19 445.732
2026
+ 39
2027
+ 1 1608.0 376.48
2028
+ 2 1607.81 376.713
2029
+ 3 1607.63 376.888
2030
+ 4 1607.48 377.005
2031
+ 5 1607.27 377.057
2032
+ 6 1607.08 377.05
2033
+ 7 1607.13 377.005
2034
+ 8 1607.15 377.054
2035
+ 9 1607.41 377.064
2036
+ 10 1608.88 376.655
2037
+ 11 1611.88 375.701
2038
+ 12 1615.47 374.932
2039
+ 13 1619.62 374.349
2040
+ 14 1626.27 373.406
2041
+ 15 1637.32 371.559
2042
+ 16 1654.69 368.261
2043
+ 17 1678.31 363.534
2044
+ 18 1706.92 357.734
2045
+ 19 1740.68 350.821
2046
+ 20 1779.74 342.753
2047
+ 21 1824.13 333.524
2048
+ 22 1873.77 323.155
2049
+ 23 1928.66 311.645
2050
+ 24 1988.81 298.994
2051
+ 40
2052
+ 1 533.247 680.294
2053
+ 2 533.266 680.305
2054
+ 3 533.258 680.332
2055
+ 4 533.179 680.404
2056
+ 5 533.073 680.492
2057
+ 6 533.071 680.519
2058
+ 7 533.009 680.436
2059
+ 8 533.051 680.291
2060
+ 9 533.817 680.146
2061
+ 10 535.4 680.102
2062
+ 11 537.708 680.058
2063
+ 12 541.086 679.773
2064
+ 13 545.648 679.167
2065
+ 14 554.163 677.914
2066
+ 15 566.732 675.994
2067
+ 16 583.975 673.297
2068
+ 17 606.508 669.708
2069
+ 18 635.322 665.135
2070
+ 19 669.811 659.659
2071
+ 20 708.203 653.429
2072
+ 21 748.723 646.596
2073
+ 22 791.593 639.01
2074
+ 23 836.149 631.119
2075
+ 24 881.152 623.44
2076
+ 25 927.118 615.801
2077
+ 26 973.582 608.204
2078
+ 27 1020.08 600.651
2079
+ 28 1066.14 593.144
2080
+ 29 1111.78 585.684
2081
+ 30 1157.53 577.998
2082
+ 31 1203.39 570.114
2083
+ 32 1249.36 562.208
2084
+ 33 1295.42 554.454
2085
+ 34 1341.51 546.848
2086
+ 35 1387.65 539.314
2087
+ 36 1433.98 531.916
2088
+ 37 1480.64 524.719
2089
+ 38 1528.4 517.735
2090
+ 39 1576.44 510.931
2091
+ 40 1622.51 504.303
2092
+ 41 1665.85 497.851
2093
+ 42 1710.06 491.54
2094
+ 43 1755.15 485.371
2095
+ 44 1801.12 479.343
2096
+ 45 1847.95 473.457
2097
+ 46 1895.66 467.712
2098
+ 47 1944.25 462.108
2099
+ 48 1993.71 456.646
2100
+ 42
2101
+ 53 1002.83 632.822
2102
+ 54 1039.87 626.823
2103
+ 55 1076.03 621.593
2104
+ 56 1110.98 617.192
2105
+ 57 1144.72 613.621
2106
+ 58 1177.74 610.788
2107
+ 59 1210.55 608.597
2108
+ 60 1243.64 606.957
2109
+ 61 1276.73 605.853
2110
+ 62 1310.36 605.39
2111
+ 63 1346.12 605.689
2112
+ 64 1383.01 606.659
2113
+ 65 1418.94 608.077
2114
+ 66 1453.19 609.868
2115
+ 67 1487.12 612.519
2116
+ 68 1520.77 616.021
2117
+ 69 1554.56 620.307
2118
+ 70 1588.86 625.315
2119
+ 71 1623.98 631.083
2120
+ 72 1659.75 637.653
2121
+ 73 1695.91 644.966
2122
+ 74 1732.18 652.962
2123
+ 75 1768.31 661.58
2124
+ 76 1804.01 670.762
2125
+ 77 1839.41 680.661
2126
+ 78 1874.7 691.277
2127
+ 79 1909.74 702.326
2128
+ 80 1944.38 713.523
2129
+ 81 1978.59 724.82
2130
+ 82 2012.44 736.359
2131
+ 45
2132
+ 41
2133
+ 1 1314.28 486.213
2134
+ 2 1314.28 486.213
2135
+ 3 1314.28 486.205
2136
+ 4 1314.26 486.191
2137
+ 5 1314.26 486.188
2138
+ 6 1314.28 486.213
2139
+ 7 1314.05 486.324
2140
+ 8 1313.64 486.493
2141
+ 9 1313.64 486.612
2142
+ 10 1314.64 486.569
2143
+ 11 1316.28 486.428
2144
+ 12 1318.73 486.162
2145
+ 13 1323.31 485.527
2146
+ 14 1330.49 484.442
2147
+ 15 1340.92 482.692
2148
+ 16 1355.57 480.106
2149
+ 17 1375.47 476.514
2150
+ 18 1400.27 471.974
2151
+ 19 1429.76 466.485
2152
+ 20 1463.72 460.048
2153
+ 21 1502.48 452.569
2154
+ 22 1545.04 444.326
2155
+ 23 1591.01 435.546
2156
+ 24 1640.06 426.188
2157
+ 25 1690.05 416.407
2158
+ 26 1740.12 406.119
2159
+ 27 1791.45 395.682
2160
+ 28 1844.56 385.506
2161
+ 29 1900.27 374.554
2162
+ 30 1958.6 362.824
2163
+ 46
2164
+ 1 486.487 137.933
2165
+ 2 486.339 138.335
2166
+ 3 486.24 138.662
2167
+ 4 486.193 138.915
2168
+ 5 486.196 139.092
2169
+ 6 486.028 139.16
2170
+ 7 485.763 139.131
2171
+ 8 485.844 139.072
2172
+ 9 486.711 139.052
2173
+ 10 487.545 139.137
2174
+ 11 488.422 139.274
2175
+ 12 491.13 139.356
2176
+ 13 497.457 139.276
2177
+ 14 506.927 139.117
2178
+ 15 518.903 138.899
2179
+ 16 534.933 138.422
2180
+ 17 556.561 137.485
2181
+ 18 584.695 135.927
2182
+ 19 616.613 134.232
2183
+ 20 650.366 132.784
2184
+ 21 690.888 129.649
2185
+ 22 731.549 126.697
2186
+ 23 773.275 123.381
2187
+ 24 817.854 119.015
2188
+ 25 862.378 114.202
2189
+ 26 903.6 109.444
2190
+ 27 944.317 104.351
2191
+ 28 986.504 98.6841
2192
+ 29 1029.39 92.4855
2193
+ 30 1072.96 85.6805
2194
+ 31 1116.93 78.3812
2195
+ 32 1160.89 70.7684
2196
+ 33 1204.99 62.7819
2197
+ 34 1249.39 54.2556
2198
+ 35 1294.24 45.0234
2199
+ 36 1339.57 35.0575
2200
+ 37 1385.31 24.4411
2201
+ 38 1431.46 13.1741
2202
+ 47
2203
+